Skip to content

Commit

Permalink
Auto merge of #3926 - klensy:deps-up2, r=RalfJung
Browse files Browse the repository at this point in the history
bump few deps

Bumps few things around `miri-script` reducing deps; bump `chrono-tz`.
  • Loading branch information
bors committed Sep 29, 2024
2 parents bf0801d + 866b48e commit 380467d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 63 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aes = { version = "0.8.3", features = ["hazmat"] }
measureme = "11"
ctrlc = "3.2.5"
chrono = { version = "0.4.38", default-features = false }
chrono-tz = "0.9"
chrono-tz = "0.10"
directories = "5"

# Copied from `compiler/rustc/Cargo.toml`.
Expand Down
74 changes: 18 additions & 56 deletions miri-script/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion miri-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
# This is needed to make this package build on stable when the parent package uses unstable cargo features.

[dependencies]
which = "4.4"
which = "6.0"
walkdir = "2.3"
itertools = "0.11"
path_macro = "1.0"
Expand Down

0 comments on commit 380467d

Please sign in to comment.