chore(deps): lock file maintenance
All checks were successful
/ build (push) Successful in 0s
/ check-integration-tests (push) Successful in 10s
/ report-size (push) Successful in 1s

This commit is contained in:
Renovate Bot 2025-05-24 22:00:39 +02:00
parent 58686de1fc
commit b9fdb04fb9
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo
2 changed files with 13 additions and 13 deletions

6
Cargo.lock generated
View file

@ -572,13 +572,13 @@ dependencies = [
[[package]]
name = "mio"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
dependencies = [
"libc",
"wasi",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]