Skip to content

Commit

Permalink
chore: Update rocksdb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Oct 13, 2024
1 parent d02e51b commit 9396e11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raftify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ built = "0.5"
chrono = "0.4.38"
heed = { version = "0.20.5", optional = true }
heed-traits = { version = "0.20", optional = true }
rocksdb = { version = "0.19.0", optional = true }
rocksdb = { version = "0.22.0", optional = true }
config = "0.14.0"

[features]
Expand Down

0 comments on commit 9396e11

Please sign in to comment.