Skip to content
Open
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
116 changes: 52 additions & 64 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
async-trait = "0.1.42"
futures = "0.3.12"
futures = "0.3.21"
hex = "0.4.2"
rand = "0.7.3"
reqwest = { version = "0.11.0", features = ["blocking", "json"], default_features = false }
Expand Down
2 changes: 1 addition & 1 deletion common/bounded-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
futures = "0.3.12"
futures = "0.3.21"
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
tokio = { version = "1.0.2", features = ["sync"] }

Expand Down
2 changes: 1 addition & 1 deletion common/channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0.38"
futures = "0.3.12"
futures = "0.3.21"
diem-metrics = { path = "../metrics", version = "0.1.0" }
diem-infallible = { path = "../infallible", version = "0.1.0" }
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion common/channel/many-keys-stress-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
futures = "0.3.12"
futures = "0.3.21"
channel = { path = "../", version = "0.1.0" }
diem-workspace-hack = { path = "../../workspace-hack", version = "0.1.0" }
structopt = "0.3.21"
2 changes: 1 addition & 1 deletion common/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0.38"
futures = "0.3.12"
futures = "0.3.21"
hyper = { version = "0.14.2", features = ["full"] }
once_cell = "1.4.1"
prometheus = { version = "0.11.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion common/rate-limiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
diem-infallible = { path="../infallible", version = "0.1.0" }
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
diem-logger = { path = "../logger", version = "0.1.0" }
futures = "0.3.12"
futures = "0.3.21"
pin-project = "1.0.4"
tokio = { version = "1.0.2", features = ["full"] }
tokio-util = { version = "0.6.0", features = ["compat"] }
4 changes: 2 additions & 2 deletions common/time-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
enum_dispatch = "0.3.5"
futures = { version = "0.3.12", optional = true }
futures = { version = "0.3.21", optional = true }
pin-project = { version = "1.0.4", optional = true }
thiserror = "1.0.23"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread", "time"], optional = true }
Expand All @@ -20,7 +20,7 @@ diem-infallible = { path = "../infallible", version = "0.1.0" }
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }

[dev-dependencies]
futures = "0.3.12"
futures = "0.3.21"
pin-project = "1.0.4"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread", "time"] }
tokio-test = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.42"
byteorder = { version = "1.4.2", default-features = false }
bytes = "1.0.0"
fail = "0.4.0"
futures = "0.3.12"
futures = "0.3.21"
itertools = { version = "0.10.0", default-features = false }
mirai-annotations = { version = "1.10.1", default-features = false }
num-derive = { version = "0.3.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion diem-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
fail = "0.4.0"
futures = "0.3.12"
futures = "0.3.21"
jemallocator = { version = "0.3.2", features = ["profiling", "unprefixed_malloc_on_supported_platforms"] }
structopt = "0.3.21"
tokio = { version = "1.0.2", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
fail = "0.4.0"
futures = "0.3.12"
futures = "0.3.21"
hex = "0.4.2"
hyper = "0.14.2"
once_cell = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion language/diem-tools/diem-events-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.38"
hex = "0.4.2"
reqwest = { version = "0.11.0", features = ["blocking", "json"] }
structopt = "0.3.21"
futures = "0.3.12"
futures = "0.3.21"
tokio = { version = "1.0.2", features = ["full"] }

diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion language/move-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ anyhow = "1.0.38"
clap = "2.33.3"
codespan = "0.8.0"
codespan-reporting = "0.8.0"
futures = "0.3.12"
futures = "0.3.21"
handlebars = "3.5.2"
hex = "0.4.2"
itertools = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
fail = "0.4.0"
futures = "0.3.12"
futures = "0.3.21"
itertools = "0.10.0"
once_cell = "1.4.1"
proptest = { version = "0.10.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
bytes = { version = "1.0.0", features = ["serde"] }
futures = "0.3.12"
futures = "0.3.21"
futures-util = "0.3.12"
hex = "0.4.2"
once_cell = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion network/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = "0.3.12"
futures = "0.3.21"
rand = "0.7.3"
serde = { version = "1.0.120", default-features = false }
tokio = { version = "1.0.2", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion network/memsocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
publish = false

[dependencies]
futures = "0.3.12"
futures = "0.3.21"
bytes = "1.0.0"
once_cell = "1.4.1"
diem-infallible = { path = "../../common/infallible", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion network/netcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
bytes = "1.0.0"
futures = "0.3.12"
futures = "0.3.21"
pin-project = "1.0.4"
serde = { version = "1.0.120", default-features = false }
tokio = { version = "1.0.2", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion network/simple-onchain-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0.38"
futures = "0.3.12"
futures = "0.3.21"
once_cell = "1.4.1"
tokio = { version = "1.0.2", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion network/socket-bench-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
futures = "0.3.12"
futures = "0.3.21"
tokio = { version = "1.0.2", features = ["full"] }
tokio-util = { version = "0.6.0", features = ["compat", "codec"] }

Expand Down
2 changes: 1 addition & 1 deletion secure/json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proxy = { path = "../../common/proxy" }

[dev-dependencies]
anyhow = "1.0.38"
futures = "0.3.12"
futures = "0.3.21"
proptest = "0.10.1"
tokio = { version = "1.0.2", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion secure/key-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ transaction-builder-generated = { path = "../../client/transaction-builder", ver

[dev-dependencies]
anyhow = "1.0.38"
futures = "0.3.12"
futures = "0.3.21"
rand = "0.7.3"
tokio = { version = "1.0.2", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion state-synchronizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
bcs = "0.1.2"
fail = "0.4.0"
futures = "0.3.12"
futures = "0.3.21"
itertools = { version = "0.10.0", default-features = false }
once_cell = "1.4.1"
proptest = { version = "0.10.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion storage/backup/backup-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.38"
async-trait = "0.1.42"
byteorder = "1.4.2"
bytes = "1.0.0"
futures = "0.3.12"
futures = "0.3.21"
hex = "0.4.2"
itertools = "0.10.0"
num_cpus = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion storage/backup/backup-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
bytes = "1.0.0"
futures = "0.3.12"
futures = "0.3.21"
hyper = "0.14.2"
once_cell = "1.4.1"
serde = { version = "1.0.120", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion storage/storage-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
tokio = { version = "1.0.2", features = ["full"] }
futures = "0.3.12"
futures = "0.3.21"

bcs = "0.1.2"
diem-config = { path = "../../config", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion testsuite/cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ seed-peer-generator = { path = "../../config/seed-peer-generator", version = "0.
state-synchronizer = { path = "../../state-synchronizer", version = "0.1.0" }
transaction-builder = { path = "../../language/transaction-builder", version = "0.1.0" }

futures = "0.3.12"
futures = "0.3.21"
tokio = { version = "1.0.2", features = ["full"] }
async-trait = "0.1.42"

Expand Down