Skip to content

Commit 2d91009

Browse files
authored
Bump sqlite deps to remove hashlink 0.8 (#8866)
#8547 Bump the following crates to remove `hashlink 0.8`: - `rusqlite` - `r2d2-sqlite` - `yaml-rust2` Co-Authored-By: Mac L <mjladson@pm.me>
1 parent 5e2d296 commit 2d91009

File tree

4 files changed

+49
-25
lines changed

4 files changed

+49
-25
lines changed

Cargo.lock

Lines changed: 46 additions & 22 deletions
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
@@ -227,7 +227,7 @@ reqwest = { version = "0.12", default-features = false, features = [
227227
] }
228228
ring = "0.17"
229229
rpds = "0.11"
230-
rusqlite = { version = "0.28", features = ["bundled"] }
230+
rusqlite = { version = "0.38", features = ["bundled"] }
231231
rust_eth_kzg = "0.9"
232232
safe_arith = "0.1"
233233
sensitive_url = { version = "0.1", features = ["serde"] }

consensus/int_to_bytes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bytes = { workspace = true }
99

1010
[dev-dependencies]
1111
hex = { workspace = true }
12-
yaml-rust2 = "0.8"
12+
yaml-rust2 = "0.11"

validator_client/slashing_protection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ethereum_serde_utils = { workspace = true }
1717
filesystem = { workspace = true }
1818
fixed_bytes = { workspace = true }
1919
r2d2 = { workspace = true }
20-
r2d2_sqlite = "0.21.0"
20+
r2d2_sqlite = "0.32"
2121
rusqlite = { workspace = true }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }

0 commit comments

Comments
 (0)