diff --git a/Cargo.lock b/Cargo.lock index 3aca2e3..880a1b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -796,11 +796,11 @@ dependencies = [ [[package]] name = "inotify" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" +checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "futures-core", "inotify-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3f7cbd3..c68f8d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = "4" crypto-auditing = { version = "=0.2.3", path = "crypto-auditing" } futures = "0.3" hex = "0.4" -inotify = "0.10.2" +inotify = "0.11.0" libbpf-rs = { version = "0.24.4", default-features = false } libbpf-cargo = { version = "0.24.4", default-features = false } libc = "0.2"