Skip to content

Commit b4773b2

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

2 files changed

Lines changed: 209 additions & 14 deletions

File tree

Cargo.lock

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

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ digest = { version = "0.10", optional = true }
2525
endi.workspace = true
2626
futures-lite = { workspace = true, optional = true }
2727
futures-util.workspace = true
28-
getrandom = "0.3"
28+
getrandom = "0.4"
2929
oo7-macros = { path = "../macros", version = "0.6.0-alpha", optional = true }
3030
hkdf = { version = "0.12", optional = true }
3131
hmac = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)