From 21479d6fad0c3a607df9f14205b188fa76595331 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 11 Jan 2025 13:52:36 -0500 Subject: [PATCH 1/2] Update inotify from 0.10.2 to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 0503d38f9710ccbaa4fa2a1681de4bc891007404 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 11 Jan 2025 13:52:56 -0500 Subject: [PATCH 2/2] Update Cargo.lock for inotify 0.11.0 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",