|
|
@@ -1576,7 +1576,7 @@ version = "3.2.25"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
|
|
dependencies = [
|
|
|
- "heck",
|
|
|
+ "heck 0.4.1",
|
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
@@ -2328,6 +2328,18 @@ dependencies = [
|
|
|
"cfg-if 1.0.4",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "enum-as-inner"
|
|
|
+version = "0.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
|
|
+dependencies = [
|
|
|
+ "heck 0.5.0",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.106",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "enum-iterator"
|
|
|
version = "2.3.0"
|
|
|
@@ -2923,6 +2935,12 @@ version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hermit-abi"
|
|
|
version = "0.1.19"
|
|
|
@@ -4820,7 +4838,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
- "heck",
|
|
|
+ "heck 0.4.1",
|
|
|
"itertools 0.10.5",
|
|
|
"lazy_static",
|
|
|
"log",
|
|
|
@@ -10166,7 +10184,7 @@ version = "0.24.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
dependencies = [
|
|
|
- "heck",
|
|
|
+ "heck 0.4.1",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"rustversion",
|
|
|
@@ -10257,14 +10275,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "sysctl"
|
|
|
-version = "0.4.6"
|
|
|
+version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
|
|
|
+checksum = "cca424247104946a59dacd27eaad296223b7feec3d168a6dd04585183091eb0b"
|
|
|
dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
+ "bitflags 2.10.0",
|
|
|
"byteorder",
|
|
|
+ "enum-as-inner",
|
|
|
"libc",
|
|
|
- "thiserror 1.0.69",
|
|
|
+ "thiserror 2.0.17",
|
|
|
"walkdir",
|
|
|
]
|
|
|
|