Skip to content

Commit 380467d

Browse files
committed
Auto merge of #3926 - klensy:deps-up2, r=RalfJung
bump few deps Bumps few things around `miri-script` reducing deps; bump `chrono-tz`.
2 parents bf0801d + 866b48e commit 380467d

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)