Skip to content

Commit

Permalink
build(deps): update getrandom requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
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.2.15)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent d09fc42 commit 13231f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pem = { version = "3.0", features = ["serde"] }
pkcs1 = { version = "0.7", features = ["std"] }
pkcs8 = { version = "0.10", features = ["pem", "alloc", "pkcs5", "encryption"] }
rand = { version = "0.8", features = ["getrandom", "std"] }
getrandom = "0.2"
getrandom = "0.3"
regex = { version = "1.10", optional = true }
reqwest = { version = "0.12", default-features = false, features = [
"json",
Expand Down

0 comments on commit 13231f2

Please sign in to comment.