Skip to content

Commit 98e28ba

Browse files
build(deps): bump rand_core from 0.6.4 to 0.9.0
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 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@rand_core-0.6.4...0.9.0) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 747159c commit 98e28ba

File tree

2 files changed

+45
-16
lines changed

2 files changed

+45
-16
lines changed

Cargo.lock

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

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait.workspace = true
1616
chrono.workspace = true
1717
futures-util.workspace = true
1818
opentelemetry.workspace = true
19-
rand_core = "0.6.4"
19+
rand_core = "0.9.0"
2020
serde.workspace = true
2121
serde_json.workspace = true
2222
thiserror.workspace = true

0 commit comments

Comments
 (0)