From a2df3ff68b54e17bcb7d9126180246b3ade2afb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:27:45 +0000 Subject: [PATCH] deps(deps): update notify requirement from 6 to 8 Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-6.0.0...notify-8.2.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aikit-session-capture/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aikit-session-capture/Cargo.toml b/aikit-session-capture/Cargo.toml index a67ac82..b0e1ae5 100644 --- a/aikit-session-capture/Cargo.toml +++ b/aikit-session-capture/Cargo.toml @@ -37,7 +37,7 @@ anyhow = "1" tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync", "macros", "fs", "time"] } rusqlite = { version = "0.39", features = ["bundled"], optional = true } cli-framework = { git = "https://github.com/aroff/cli-framework", rev = "eaef0191a64faab76a27267567a0358b0c7af0e1", optional = true } -notify = { version = "6", optional = true } +notify = { version = "8", optional = true } walkdir = { version = "2", optional = true } [dev-dependencies]