diff --git a/Cargo.lock b/Cargo.lock index 40b8843..ec2e4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,6 @@ dependencies = [ "libbpf-cargo", "libbpf-rs", "libc", - "nix 0.26.4", "plain", "tempfile", ] @@ -345,7 +344,6 @@ dependencies = [ "libbpf-cargo", "libbpf-rs", "libc", - "nix 0.26.4", "openssl", "page_size", "plain", @@ -1042,15 +1040,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.9.1" @@ -1077,19 +1066,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "nix" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" -dependencies = [ - "bitflags 1.3.2", - "cfg-if", - "libc", - "memoffset 0.7.1", - "pin-utils", -] - [[package]] name = "nix" version = "0.29.0" @@ -1100,7 +1076,7 @@ dependencies = [ "cfg-if", "cfg_aliases", "libc", - "memoffset 0.9.1", + "memoffset", ] [[package]] @@ -1321,12 +1297,6 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - [[package]] name = "pkg-config" version = "0.3.32" diff --git a/Cargo.toml b/Cargo.toml index 2698e00..0fdfadd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ jiff = "0.2" libbpf-rs = { version = "0.24.4", default-features = false } libbpf-cargo = { version = "0.24.4", default-features = false } libc = "0.2" -nix = "0.26" openssl = "0.10" page_size = "0.6" pager = "0.16" diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 5a6fa28..9cf3fb6 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -21,7 +21,6 @@ crypto-auditing.workspace = true futures.workspace = true libbpf-rs.workspace = true libc.workspace = true -nix.workspace = true openssl.workspace = true page_size.workspace = true serde.workspace = true diff --git a/agent/tests/agenttest/Cargo.toml b/agent/tests/agenttest/Cargo.toml index 34f21ea..5825f61 100644 --- a/agent/tests/agenttest/Cargo.toml +++ b/agent/tests/agenttest/Cargo.toml @@ -10,7 +10,6 @@ authors.workspace = true anyhow.workspace = true libbpf-rs.workspace = true libc.workspace = true -nix.workspace = true tempfile.workspace = true plain.workspace = true