Skip to content

Commit

Permalink
chore: Correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 27, 2024
1 parent 87373c1 commit b3f9acd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 160 deletions.
156 changes: 24 additions & 132 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 raft-rs
Submodule raft-rs updated 2 files
+1 −1 Cargo.toml
+5 −5 src/storage.rs
13 changes: 0 additions & 13 deletions raftify-cli/Cargo.lock

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

15 changes: 2 additions & 13 deletions raftify-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,16 @@
name = "raftify_cli"
version = "0.1.0"
edition = "2021"
description = "Raftify CLI tool"
license = "MIT/Apache-2.0"

[dependencies]
async-trait = "0.1.82"
bincode = "1.3"
bytes = "1.7.2"
heed = "0.20.5"
heed-traits = "0.20"
log = { version = "0.4", features = ["std"] }
parking_lot = "0.12.3"
prost = "0.11"
raft = { version = "0.7.9", features = ["prost-codec", "default-logger"], default-features = false, package = "jopemachine-raft" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2"
slog-stdlog = "4"
thiserror = "1.0"
tokio = { version = "1.40", features = ["full"] }
tonic = "0.9.2"
built = "0.5"
clap = { version = "4.5.18", features = ["derive"] }
chrono = "0.4.38"
raftify = { version = "0.1.78", features = ["heed_storage", "inmemory_storage"] }

[lib]
Expand Down
1 change: 0 additions & 1 deletion raftify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ thiserror = "1.0"
tokio = { version = "1.40", features = ["full"] }
tonic = "0.9.2"
built = "0.5"
clap = { version = "4.5.18", features = ["derive"] }
chrono = "0.4.38"

[features]
Expand Down

0 comments on commit b3f9acd

Please sign in to comment.