Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

chore(deps): bump futures from 0.3.21 to 0.3.23 #792

Merged
merged 1 commit into from
Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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 consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" }
bincode = "1.3.3"
criterion = "0.3.6"
ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] }
futures = "0.3.21"
futures = "0.3.23"
indexmap = { version = "1.9.1", features = ["serde"] }
test_utils = { path = "../test_utils" }

Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.2.1"
config = { path = "../config" }
consensus = { path = "../consensus" }
crypto = { path = "../crypto" }
futures = "0.3.21"
futures = "0.3.23"
multiaddr = "0.14.0"
primary = { path = "../primary" }
serde = { version = "1.0.143", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = "0.1.57"
backoff = { version = "0.4.0", features = ["tokio"] }
bytes = "1.2.1"
crypto = { path = "../crypto" }
futures = "0.3.21"
futures = "0.3.23"
multiaddr = "0.14.0"
prometheus = "0.13.1"
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.2.1"
cfg-if = "1.0.0"
clap = "2.34"
dhat = { version = "0.3.0", optional = true }
futures = "0.3.21"
futures = "0.3.23"
multiaddr = "0.14.0"
mysten-network = { git = "https://github.com/mystenlabs/mysten-infra.git", rev = "8d090689be14078f2ca41c356e7bbc0af21f73ab" }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion primary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config = { path = "../config" }
dashmap = "5.3.4"
derive_builder = "0.11.2"
dhat = { version = "0.3.0", optional = true }
futures = "0.3.21"
futures = "0.3.23"
itertools = "0.10.3"
multiaddr = "0.14.0"
once_cell = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
derive_builder = "0.11.2"
futures = "0.3.21"
futures = "0.3.23"
indexmap = { version = "1.9.1", features = ["serde"] }
itertools = "0.10.3"
multiaddr = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
derive_builder = "0.11.2"
futures = "0.3.21"
futures = "0.3.23"
indexmap = { version = "1.9.1", features = ["serde"] }
prometheus = "0.13.1"
proptest = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = "0.1.57"
bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
futures = "0.3.21"
futures = "0.3.23"
multiaddr = "0.14.0"
serde = { version = "1.0.143", features = ["derive"] }
tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] }
Expand Down