Skip to content

Commit

Permalink
Dep: upgrade rocksdb to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Mar 20, 2024
1 parent 6af0292 commit d310dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/raft-kv-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio = { version = "1.35.1", features = ["full"] }
byteorder = "1.4.3"
clap = { version = "4.1.11", features = ["derive", "env"] }
reqwest = { version = "0.11.9", features = ["json"] }
rocksdb = "0.20.1"
rocksdb = "0.22.0"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
tide = { version = "0.16" }
Expand Down
2 changes: 1 addition & 1 deletion stores/rocksstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository = "https://github.com/datafuselabs/openraft"
[dependencies]
openraft = { path= "../../openraft", version = "0.10.0", features=["serde", "type-alias"] }

rocksdb = "0.20.1"
rocksdb = "0.22.0"
rand = "*"
byteorder = "1.4.3"
serde = { version = "1.0.114", features = ["derive"] }
Expand Down

0 comments on commit d310dd6

Please sign in to comment.