Skip to content

Commit 7734899

Browse files
chore(deps): update redb requirement from 2 to 3
Updates the requirements on [redb](https://github.com/cberner/redb) to permit the latest version. - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](cberner/redb@v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: redb dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd49ecb commit 7734899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ulid = { version = "1", features = ["serde"] }
125125

126126
# Only used for benchmarks
127127
log = "0.4.22"
128-
redb = { version = "2", optional = true }
128+
redb = { version = "3", optional = true }
129129
rocksdb = { version = "0.23", optional = true }
130130
sled = { version = "0.34", optional = true }
131131

0 commit comments

Comments
 (0)