Upgrade sqlite3

This commit is contained in:
Michael Sproul
2023-02-15 12:08:29 +11:00
committed by Emilia Hane
parent 44dbccfeae
commit fd379ae2e2
3 changed files with 58 additions and 68 deletions

View File

@@ -38,10 +38,10 @@ cached_tree_hash = { path = "../cached_tree_hash" }
serde_yaml = "0.8.13"
tempfile = "3.1.0"
derivative = "2.1.1"
rusqlite = { version = "0.25.3", features = ["bundled"], optional = true }
# The arbitrary dependency is enabled by default since Capella to avoid complexity introduced by
# `AbstractExecPayload`
arbitrary = { version = "1.0", features = ["derive"] }
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
eth2_serde_utils = "0.1.1"
regex = "1.5.5"
lazy_static = "1.4.0"