Skip to content

Commit 4dbc90b

Browse files
committed
Auto merge of #1025 - mati865:deps, r=RalfJung
Bump dependencies
2 parents d9ae028 + b40351c commit 4dbc90b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ doctest = false # and no doc tests
3030
required-features = ["rustc_tests"]
3131

3232
[dependencies]
33-
cargo_metadata = { version = "0.8", optional = true }
33+
cargo_metadata = { version = "0.9.0", optional = true }
3434
directories = { version = "2.0", optional = true }
3535
rustc_version = { version = "0.2.3", optional = true }
3636
getrandom = { version = "0.1.8", features = ["std"] }
3737
byteorder = "1.3"
38-
env_logger = "0.6"
38+
env_logger = "0.7.1"
3939
log = "0.4"
4040
shell-escape = "0.1.4"
41-
hex = "0.3.2"
41+
hex = "0.4.0"
4242
rand = "0.7"
4343

4444
# A noop dependency that changes in the Rust repository, it's a bit of a hack.

0 commit comments

Comments
 (0)