Skip to content

Commit a0bda1b

Browse files
Bump getrandom from 0.3.4 to 0.4.1
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.1. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.4...v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c261c34 commit a0bda1b

2 files changed

Lines changed: 166 additions & 2 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"io-util",
4343
] }
4444
hex = "0.4"
45-
getrandom = { version = "0.3", features = ["std"] }
45+
getrandom = { version = "0.4", features = ["std"] }
4646
signal-hook = "0.4"
4747
signal-hook-tokio = { version = "0.4", features = ["futures-v0_3"] }
4848
futures = "0.3"

0 commit comments

Comments
 (0)