upgrade dependencies (#892)

This commit is contained in:
Ilka Schulz
2026-06-30 10:53:14 +02:00
committed by GitHub
3 changed files with 19 additions and 19 deletions
Generated
+11 -11
View File
@@ -118,9 +118,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.102" version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
[[package]] [[package]]
name = "ar_archive_writer" name = "ar_archive_writer"
@@ -142,9 +142,9 @@ dependencies = [
[[package]] [[package]]
name = "assert_tv" name = "assert_tv"
version = "0.6.6" version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c2302d547219711ab00fb33cd977caa22d44c515ee3c5059db0455ac0ceb2d" checksum = "6994528f8f9dcb75b0a1f6261cd44f22ce499355295920b8dece7fcd827d084a"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_tv_macros", "assert_tv_macros",
@@ -159,9 +159,9 @@ dependencies = [
[[package]] [[package]]
name = "assert_tv_macros" name = "assert_tv_macros"
version = "0.6.6" version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f192c0f208229b76fdb4c03472a90ff9c8c2cd77c5a9a497658ac2da20a754b" checksum = "71a36b32493825fe25c37d5293f25e50c08fba286efbdd9d5d144315a78ff7a1"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -895,9 +895,9 @@ checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
[[package]] [[package]]
name = "env_filter" name = "env_filter"
version = "1.0.1" version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef" checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
dependencies = [ dependencies = [
"log", "log",
"regex", "regex",
@@ -905,9 +905,9 @@ dependencies = [
[[package]] [[package]]
name = "env_logger" name = "env_logger"
version = "0.11.10" version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a" checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@@ -2792,7 +2792,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [ dependencies = [
"windows-sys 0.61.2", "windows-sys 0.48.0",
] ]
[[package]] [[package]]
+3 -3
View File
@@ -37,7 +37,7 @@ zeroize = "1.9"
memoffset = "0.9.1" memoffset = "0.9.1"
thiserror = "2" thiserror = "2"
paste = "1.0.15" paste = "1.0.15"
env_logger = "0.11.10" env_logger = "0.11"
toml = "1.1.2" toml = "1.1.2"
static_assertions = "1.1.0" static_assertions = "1.1.0"
allocator-api2 = "0.3" allocator-api2 = "0.3"
@@ -52,7 +52,7 @@ clap_mangen = "0.3.0"
clap_complete = "4.5.40" clap_complete = "4.5.40"
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0.217", features = ["derive"] }
arbitrary = { version = "1.4.1", features = ["derive"] } arbitrary = { version = "1.4.1", features = ["derive"] }
anyhow = { version = "1.0.98", features = ["backtrace", "std"] } anyhow = { version = "1.0", features = ["backtrace", "std"] }
mio = { version = "1.0.3", features = ["net", "os-poll"] } mio = { version = "1.0.3", features = ["net", "os-poll"] }
signal-hook-mio = { version = "0.3", features = ["support-v1_0"] } signal-hook-mio = { version = "0.3", features = ["support-v1_0"] }
signal-hook = "0.4.4" signal-hook = "0.4.4"
@@ -79,7 +79,7 @@ uds = { git = "https://github.com/rosenpass/uds" }
lazy_static = "1.5" lazy_static = "1.5"
#Dev dependencies #Dev dependencies
assert_tv = { version = "0.6.4" } assert_tv = { version = "0.6" }
base64 = { version = "0.22.1" } base64 = { version = "0.22.1" }
serial_test = "3.2.0" serial_test = "3.2.0"
tempfile = "3" tempfile = "3"
+5 -5
View File
@@ -74,7 +74,7 @@ version = "3.0.11"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.anyhow]] [[exemptions.anyhow]]
version = "1.0.102" version = "1.0.103"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.ar_archive_writer]] [[exemptions.ar_archive_writer]]
@@ -82,11 +82,11 @@ version = "0.5.2"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.assert_tv]] [[exemptions.assert_tv]]
version = "0.6.6" version = "0.6.7"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.assert_tv_macros]] [[exemptions.assert_tv_macros]]
version = "0.6.6" version = "0.6.7"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.autocfg]] [[exemptions.autocfg]]
@@ -290,11 +290,11 @@ version = "0.3.4"
criteria = "safe-to-run" criteria = "safe-to-run"
[[exemptions.env_filter]] [[exemptions.env_filter]]
version = "1.0.1" version = "2.0.0"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.env_logger]] [[exemptions.env_logger]]
version = "0.11.10" version = "0.11.11"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
[[exemptions.fastrand]] [[exemptions.fastrand]]