Skip to content

Commit

Permalink
chore(deps): bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 4a83301 commit 5f32473
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 25 deletions.
95 changes: 73 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hex-literal = "0.4"
pem-rfc7468 = "1.0.0-rc.1"
pkcs5 = "0.8.0-rc.1"
pbkdf2 = "0.13.0-pre.0"
rand = "0.8.5"
rand = "0.9.0"
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.2"
Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tls_codec = { version = "0.4.0", default-features = false, features = ["derive"]

[dev-dependencies]
hex-literal = "0.4"
rand = "0.8.5"
rand = "0.9.0"
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.2"
Expand Down
2 changes: 1 addition & 1 deletion x509-ocsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ signature = { version = "=2.3.0-pre.4", optional = true, default-features = fals
[dev-dependencies]
hex-literal = "0.4.1"
lazy_static = "1.5.0"
rand = "0.8.5"
rand = "0.9.0"
rsa = { version = "=0.10.0-pre.3", default-features = false, features = ["sha2"] }
sha1 = { version = "=0.11.0-pre.4", default-features = false, features = ["oid"] }
sha2 = { version = "=0.11.0-pre.4", default-features = false, features = ["oid"] }
Expand Down

0 comments on commit 5f32473

Please sign in to comment.