Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fea80d3

Browse files
dependabot[bot]TobTheRock
authored andcommittedFeb 2, 2025·
chore: update getrandom requirement from 0.2 to 0.3
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.2.0...v0.3.0) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23cfb8d commit fea80d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ optional = true
3232
ring = { version = "0.17", features = [
3333
"wasm32_unknown_unknown_js",
3434
], optional = true }
35-
getrandom = { version = "0.2", features = ["js"], optional = true }
35+
getrandom = { version = "0.3", features = ["wasm_js"], optional = true }
3636

3737
[dependencies.openssl]
3838
version = "0.10"
3939
features = ["vendored"]
4040
optional = true
4141

4242
[dependencies.getrandom]
43-
version = "0.2"
43+
version = "0.3"
4444
optional = true
4545

4646
[dependencies.aes-gcm]

0 commit comments

Comments
 (0)
Please sign in to comment.