chore(deps): lock file maintenance

This commit is contained in:
renovate[bot] 2025-03-08 02:57:51 +00:00 committed by GitHub
parent 51924a545d
commit 3dcfb111ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -1525,9 +1525,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "1.0.0" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0" checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"errno", "errno",
@ -1657,7 +1657,7 @@ dependencies = [
"fastrand", "fastrand",
"getrandom", "getrandom",
"once_cell", "once_cell",
"rustix 1.0.0", "rustix 1.0.1",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]