Skip to content

Commit d0027e5

Browse files
committed
Merge branch 'dependabot/cargo/c-kzg-2.1.6' of github.com-randy:evstack/ev-reth into dependabot/cargo/c-kzg-2.1.6
2 parents 5cfb0f0 + 93177a0 commit d0027e5

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)