chore: dependencies updated

This commit is contained in:
Jack Wills
2025-06-12 15:11:25 +00:00
parent a54ad61018
commit 0ace9dd662
Generated
+3 -3
View File
@@ -448,7 +448,7 @@ dependencies = [
"libc", "libc",
"option-ext", "option-ext",
"redox_users", "redox_users",
"windows-sys 0.60.0", "windows-sys 0.60.1",
] ]
[[package]] [[package]]
@@ -2132,9 +2132,9 @@ dependencies = [
[[package]] [[package]]
name = "windows-sys" name = "windows-sys"
version = "0.60.0" version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e5de29ca9cfd0b9822d586cfdcb4e2fe54d71011b33212473628cef1b23a0fe" checksum = "b36e9ed89376c545e20cbf5a13c306b49106b21b9d1d4f9cb9a1cb6b1e9ee06a"
dependencies = [ dependencies = [
"windows-targets 0.53.1", "windows-targets 0.53.1",
] ]