chore(deps): lock file maintenance
All checks were successful
/ build (push) Successful in 2s
/ checks (x86_64-linux, clippy) (push) Successful in 2s
/ checks (x86_64-linux, deny) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv4-only-test) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv4-test) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv6-only-test) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv6-test) (push) Successful in 2s
/ checks (x86_64-linux, module-nginx-test) (push) Successful in 2s
/ checks (x86_64-linux, nextest) (push) Successful in 2s
/ checks (x86_64-linux, treefmt) (push) Successful in 2s
/ report-size (push) Successful in 3s

This commit is contained in:
Renovate Bot 2025-07-15 22:00:37 +02:00
parent 594cb988a3
commit a2a5ac56eb
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo
2 changed files with 10 additions and 10 deletions

6
Cargo.lock generated
View file

@ -736,15 +736,15 @@ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
[[package]]
name = "rustix"
version = "1.0.7"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
"windows-sys 0.60.2",
]
[[package]]