diff --git a/Cargo.lock b/Cargo.lock index 7ef03de52..253d96de9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3912,9 +3912,9 @@ dependencies = [ [[package]] name = "redb" -version = "2.6.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b38b05028f398f08bea4691640503ec25fcb60b82fb61ce1f8fd1f4fccd3f7" +checksum = "225e8bf881033e020ed87e9f10fc6254cf3ebab8d440e6fbb4c7b34bec2a0543" dependencies = [ "libc", ] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index c9e1d341c..5d94ea284 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -47,7 +47,7 @@ ordered-float = "5" pav_regression = "0.5.2" parking_lot = "0.12" rand = { features = ["small_rng"], workspace = true } -redb = { optional = true, version = "2" } +redb = { optional = true, version = "3" } serde = { features = ["derive", "rc"], workspace = true } serde_json = { workspace = true } toml = "0.9"