Skip to content

Commit 9464231

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 570d50c commit 9464231

2 files changed

Lines changed: 177 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 176 additions & 3 deletions
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
@@ -163,7 +163,7 @@ constant_time_eq = "0.4"
163163
criterion = { version = "0.8", features = ["html_reports"] }
164164
crossbeam-utils = "0.8.21"
165165
flame = "0.2.2"
166-
getrandom = { version = "0.3", features = ["std"] }
166+
getrandom = { version = "0.4", features = ["std"] }
167167
glob = "0.3"
168168
hex = "0.4.3"
169169
indexmap = { version = "2.13.0", features = ["std"] }

0 commit comments

Comments
 (0)