Skip to content

Commit 5eed16d

Browse files
build(deps): bump rand_core from 0.10.0-rc-2 to 0.10.0-rc-3
Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.10.0-rc-2 to 0.10.0-rc-3. - [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-2...v0.10.0-rc-3) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0-rc-3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ee2484 commit 5eed16d

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
@@ -35,7 +35,7 @@ hmac = { version = "0.13.0-rc.3", optional = true }
3535
p256 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] }
3636
p384 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] }
3737
p521 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] }
38-
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
38+
rand_core = { version = "0.10.0-rc-3", optional = true, default-features = false }
3939
rsa = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["sha2"] }
4040
sec1 = { version = "0.8.0-rc.10", optional = true, default-features = false, features = ["point"] }
4141
serde = { version = "1.0.16", optional = true }

0 commit comments

Comments
 (0)