Skip to content

Commit 75c1aa1

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d61625 commit 75c1aa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jsonrpsee-proc-macros = "0.26.0"
145145
# Additional dependencies
146146
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2"] }
147147
chrono = { version = "0.4", features = ["serde"] }
148-
rand = "0.8"
148+
rand = "0.9"
149149
tempfile = "3.10"
150150
hex = "0.4"
151151
url = "2.5"

crates/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tempfile.workspace = true
6363
hex = "0.4"
6464
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2"] }
6565
chrono = { version = "0.4", features = ["serde"] }
66-
rand = "0.8"
66+
rand = "0.9"
6767
tokio = { workspace = true }
6868
serde = { workspace = true, features = ["derive"] }
6969
serde_json.workspace = true

0 commit comments

Comments
 (0)