Skip to content

Commit 7b4c218

Browse files
authored
Merge pull request #137 from datachainlab/update-rocksdb
Update rocksdb crate Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
2 parents 3355dd8 + b9222f0 commit 7b4c218

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

Cargo.lock

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ serde = { version = "1.0.184", default-features = false, features = ["alloc", "d
88
log = { version = "0.4.8", default-features = false }
99
flex-error = { version = "0.4.4", default-features = false }
1010
ouroboros = { version = "0.18.4", optional = true }
11-
rocksdb = { version = "0.21.0", optional = true }
11+
rocksdb = { version = "0.23.0", optional = true }
1212

1313
[dev-dependencies]
1414
tempfile = "3"

0 commit comments

Comments
 (0)