diff --git a/Cargo.lock b/Cargo.lock index 463e466..fb6256b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,9 +864,9 @@ dependencies = [ [[package]] name = "redb" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1100a056c5dcdd4e5513d5333385223b26ef1bf92f31eb38f407e8c20549256" +checksum = "a6dd20d3cdeb9c7d2366a0b16b93b35b75aec15309fbeb7ce477138c9f68c8c0" dependencies = [ "libc", ] diff --git a/crates/cdk/Cargo.toml b/crates/cdk/Cargo.toml index 62c7984..6076902 100644 --- a/crates/cdk/Cargo.toml +++ b/crates/cdk/Cargo.toml @@ -39,7 +39,7 @@ url = "2.5" uuid = { version = "1.8", features = ["v4"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -redb = { version = "2.0.0", optional = true } +redb = { version = "2.1.1", optional = true } tokio = { version = "1", features = ["rt-multi-thread", "time", "macros", "sync"] } [target.'cfg(target_arch = "wasm32")'.dependencies]