Skip to content

Commit 866b48e

Browse files
committed
bump few deps
1 parent bf0801d commit 866b48e

File tree

4 files changed

+24
-63
lines changed

4 files changed

+24
-63
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aes = { version = "0.8.3", features = ["hazmat"] }
2525
measureme = "11"
2626
ctrlc = "3.2.5"
2727
chrono = { version = "0.4.38", default-features = false }
28-
chrono-tz = "0.9"
28+
chrono-tz = "0.10"
2929
directories = "5"
3030

3131
# Copied from `compiler/rustc/Cargo.toml`.

miri-script/Cargo.lock

Lines changed: 18 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

miri-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
# This is needed to make this package build on stable when the parent package uses unstable cargo features.
1414

1515
[dependencies]
16-
which = "4.4"
16+
which = "6.0"
1717
walkdir = "2.3"
1818
itertools = "0.11"
1919
path_macro = "1.0"

0 commit comments

Comments
 (0)