Skip to content

Commit

Permalink
Bump rust-rocksdb to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jul 17, 2023
1 parent 11c6eb3 commit 617cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ proptest = "1.0.0"
proptest-derive = "0.3.0"
rand = "0.8"
rayon = "1.5.2"
rocksdb = { version = "0.19.0", features = ["lz4"] }
rocksdb = { version = "0.21.0", features = ["lz4"] }
serde = { version = "1.0.137", features = ["derive", "rc"] }
serde_json = { version = "1.0" }
sha2 = "0.10.6"
Expand Down

0 comments on commit 617cf05

Please sign in to comment.