Skip to content

Commit 7e018b3

Browse files
build(deps): bump rand_core from 0.10.0-rc-6 to 0.10.0
Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.10.0-rc-6 to 0.10.0. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.10.0-rc-6...v0.10.0) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29d8374 commit 7e018b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hmac = { version = "0.13.0-rc.4", optional = true }
4545
p256 = { version = "0.14.0-rc.6", optional = true, default-features = false, features = ["ecdsa"] }
4646
p384 = { version = "0.14.0-rc.6", optional = true, default-features = false, features = ["ecdsa"] }
4747
p521 = { version = "0.14.0-rc.6", optional = true, default-features = false, features = ["ecdsa"] }
48-
rand_core = { version = "0.10.0-rc-6", optional = true, default-features = false }
48+
rand_core = { version = "0.10.0", optional = true, default-features = false }
4949
rsa = { version = "0.10.0-rc.14", optional = true, default-features = false, features = ["sha2"] }
5050
sec1 = { version = "0.8.0-rc.13", optional = true, default-features = false, features = ["point"] }
5151
serde = { version = "1.0.16", optional = true }

0 commit comments

Comments
 (0)