Skip to content

Commit 7df496c

Browse files
authored
Merge pull request #4251 from RalfJung/cargo-update
Cargo update
2 parents bc4528a + 74f4d67 commit 7df496c

File tree

11 files changed

+673
-710
lines changed

11 files changed

+673
-710
lines changed

Cargo.lock

+288-276
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ getrandom = { version = "0.3", features = ["std"] }
2222
rand = "0.9"
2323
smallvec = { version = "1.7", features = ["drain_filter"] }
2424
aes = { version = "0.8.3", features = ["hazmat"] }
25-
measureme = "11"
25+
measureme = "12"
2626
chrono = { version = "0.4.38", default-features = false }
2727
chrono-tz = "0.10"
28-
directories = "5"
28+
directories = "6"
2929

3030
# Copied from `compiler/rustc/Cargo.toml`.
3131
# But only for some targets, it fails for others. Rustc configures this in its CI, but we can't
@@ -40,7 +40,7 @@ libffi = "3.2.0"
4040
libloading = "0.8"
4141

4242
[target.'cfg(target_family = "windows")'.dependencies]
43-
windows-sys = { version = "0.52", features = [
43+
windows-sys = { version = "0.59", features = [
4444
"Win32_Foundation",
4545
"Win32_System_IO",
4646
"Win32_Storage_FileSystem",

0 commit comments

Comments
 (0)