Skip to content

Commit 0ab8d27

Browse files
chore(deps): bump rand_chacha from 0.9.0 to 0.10.0
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.9.0 to 0.10.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.9.0...0.10.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d574cd commit 0ab8d27

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.lock

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

saorsa-transport-workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log = { version = "0.4", default-features = false, features = ["std"] }
1616
memchr = { version = "2" }
1717
num-traits = { version = "0.2" }
1818
rand = { version = "0.8", features = ["small_rng"] }
19-
rand_chacha = { version = "0.9" }
19+
rand_chacha = { version = "0.10" }
2020
rand_core = { version = "0.9", default-features = false, features = ["os_rng", "std"] }
2121
serde = { version = "1", features = ["alloc", "derive"] }
2222
serde_core = { version = "1", default-features = false, features = ["alloc", "result", "std"] }

0 commit comments

Comments
 (0)