Skip to content

Commit 9c41b8b

Browse files
committed
Auto merge of #1755 - RalfJung:cargo-update, r=RalfJung
'cargo update' all the things Also add a test directly calling `getrandom`.
2 parents 2cdd174 + 3d15e47 commit 9c41b8b

File tree

12 files changed

+498
-279
lines changed

12 files changed

+498
-279
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ doctest = false # and no doc tests
1919

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

2929
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
@@ -37,8 +37,8 @@ rustc-workspace-hack = "1.0.0"
3737
libc = "0.2"
3838

3939
[dev-dependencies]
40-
compiletest_rs = { version = "0.5", features = ["tmp"] }
41-
rustc_version = "0.2.3"
40+
compiletest_rs = { version = "0.6", features = ["tmp"] }
41+
rustc_version = "0.3"
4242
colored = "2"
4343

4444
[package.metadata.rust-analyzer]

0 commit comments

Comments
 (0)