Skip to content

Commit 90a3d03

Browse files
Update getrandom requirement from 0.3 to 0.4
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 576b470 commit 90a3d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async-channel = "2.0.0"
4747
async-net = "2.0.0"
4848
blocking = "1"
4949
criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] }
50-
getrandom = "0.3"
50+
getrandom = "0.4"
5151
signal-hook = "0.3"
5252
tempfile = "3"
5353

0 commit comments

Comments
 (0)