Skip to content

Commit 18667a8

Browse files
committed
Auto merge of #1895 - a1phyr:update_deps, r=RalfJung
Update dependencies
2 parents adc26a3 + 0424554 commit 18667a8

File tree

2 files changed

+11
-38
lines changed

2 files changed

+11
-38
lines changed

Cargo.lock

+8-35
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
@@ -19,12 +19,12 @@ doctest = false # and no doc tests
1919

2020
[dependencies]
2121
getrandom = { version = "0.2", features = ["std"] }
22-
env_logger = "0.8"
22+
env_logger = "0.9"
2323
log = "0.4"
2424
shell-escape = "0.1.4"
2525
hex = "0.4.0"
2626
rand = "0.8"
27-
smallvec = "1.4.2"
27+
smallvec = "1.7"
2828

2929
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
3030
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
@@ -39,7 +39,7 @@ libc = "0.2"
3939

4040
[dev-dependencies]
4141
compiletest_rs = { version = "0.7", features = ["tmp"] }
42-
rustc_version = "0.3"
42+
rustc_version = "0.4"
4343
colored = "2"
4444

4545
[package.metadata.rust-analyzer]

0 commit comments

Comments
 (0)