From 2243717b37bb8b315982b22a0d3498702aaa0919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:31:09 +0000 Subject: [PATCH] chore(deps): bump redb from 2.0.0 to 2.1.1 Bumps [redb](https://github.com/cberner/redb) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/redb/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: redb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]