Skip to content

Commit

Permalink
Merge pull request #672 from drmingdrmer/90-leaderid
Browse files Browse the repository at this point in the history
Build(deps): Update rocksdb requirement from 0.19.0 to 0.20.1
  • Loading branch information
drmingdrmer authored Feb 13, 2023
2 parents a761432 + cc60fd8 commit 24c212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocksstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
openraft = { path = "../openraft", features = ["serde"] }

rocksdb = "0.19.0"
rocksdb = "0.20.1"
byteorder = "1.4.3"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
Expand Down

0 comments on commit 24c212a

Please sign in to comment.