Skip to content

Commit

Permalink
Bump rust-rocksdb to 0.21.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu authored and citizen-stig committed Jul 20, 2023
1 parent 8d84aac commit d315889
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 @@ -60,7 +60,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 d315889

Please sign in to comment.