Skip to content

Commit 41d84de

Browse files
deps(rust): update rand requirement from 0.8 to 0.9 in /apps/core
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.0...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fb42bf commit 41d84de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lz4 = "1.28"
5252
parking_lot = "0.12"
5353
parquet = { version = "~57.1", features = ["arrow", "async"] }
5454
prometheus = "0.13"
55-
rand = "0.8"
55+
rand = "0.9"
5656
rocksdb = { version = "0.22", optional = true }
5757
serde = { version = "1.0", features = ["derive"] }
5858
serde_json = "1.0"

0 commit comments

Comments
 (0)