Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Oct 13, 2024
1 parent 0b3faba commit d02e51b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion 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 examples/memstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/client/main.rs"
[dependencies]
actix-rt = "2.10"
actix-web = "4.9.0"
async-trait = "0.1.82"
async-trait = "0.1.83"
bincode = "1.3"
log = { version = "0.4", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/memstore/dynamic-members/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ memstore-example-harness.workspace = true

actix-rt = "2.10"
actix-web = "4.9.0"
async-trait = "0.1.82"
async-trait = "0.1.83"
bincode = "1.3"
log = { version = "0.4", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/memstore/static-members/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ memstore-example-harness.workspace = true

actix-rt = "2.10"
actix-web = "4.9.0"
async-trait = "0.1.82"
async-trait = "0.1.83"
bincode = "1.3"
log = { version = "0.4", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ lazy_static = "1.5.0"
fs2 = "0.4.3"
sloggers = "2.2.0"
tempfile = "3.13.0"
futures = "0.3.30"
futures = "0.3.31"
once_cell = "1.20.2"
1 change: 0 additions & 1 deletion raftify-cli/Cargo.lock

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

1 change: 0 additions & 1 deletion raftify-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ slog = "2"
built = "0.5"
clap = { version = "4.5.18", features = ["derive"] }
raftify = { version = "=0.1.81", features = ["heed_storage", "inmemory_storage", "rocksdb_storage"] }
rocksdb = "0.19.0"
comfy-table = "7.1.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion raftify-cli/src/commands/debug.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use comfy_table::{
presets::UTF8_FULL, Cell, CellAlignment, ContentArrangement, Table, TableComponent,
presets::UTF8_FULL, Cell, CellAlignment, ContentArrangement, Table,
};
use core::panic;
use serde_json::Value;
Expand Down
2 changes: 1 addition & 1 deletion raftify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords.workspace = true
readme = "../README.md"

[dependencies]
async-trait = "0.1.82"
async-trait = "0.1.83"
bincode = "1.3"
bytes = "1.7.2"
log = { version = "0.4", features = ["std"] }
Expand Down

0 comments on commit d02e51b

Please sign in to comment.