Skip to content

Commit

Permalink
Merge 6eb6014 into df3911e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
2 parents df3911e + 6eb6014 commit dbb82c9
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 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 cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1.0.41"
actix = "0.13"
actix-rt = "2.6"
async-std = "1.10"
async-std = "1.12"
futures = "0.3.12"
starcoin-config = { path = "../../config" }
starcoin-types = { path = "../../types" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/peer-watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "3", features = ["derive"] }
anyhow = "1.0.41"
async-std = "1.11"
async-std = "1.12"
futures = "0.3.12"
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"}
starcoin-config = { path = "../../config"}
Expand Down
2 changes: 1 addition & 1 deletion commons/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ schemars = {git = "https://github.com/starcoinorg/schemars", rev = "6972da92f436

[dev-dependencies]
stest = { path = "../../commons/stest" }
async-std = "1.11"
async-std = "1.12"
2 changes: 1 addition & 1 deletion commons/stream-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1.0.41"
thiserror = "1.0"
pin-utils = "0.1.0"
async-std = "1.11"
async-std = "1.12"
futures = "0.3.12"
futures-timer = "3.0"
futures-retry = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions network-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ network-p2p-types = {path = "./types"}
prometheus = "0.13.0"
ip_network = "0.3.4"
bs58 = "0.3.1"
async-std = "1.11.0"
async-std = "1.12.0"


[dependencies.libp2p]
version = "0.42.2"
[dev-dependencies]
stest = {path = "../commons/stest"}
async-std = "1.11"
async-std = "1.12"
tempfile = "3.1.0"


Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = { version="1.0", features = ["arbitrary_precision"]}
derive_more = "0.99.14"
async-trait = "0.1.51"
stest = { path = "../commons/stest" }
async-std = "1.11"
async-std = "1.12"

prometheus = "0.13.0"

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = {version = "^1", features = ["full"] }
futures = "0.3.12"
futures-timer = "3.0"
async-trait = "0.1"
async-std = "1.11"
async-std = "1.12"
chrono = "0.4.19"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
timeout-join-handler = { path = "../commons/timeout-join-handler" }
Expand Down
2 changes: 1 addition & 1 deletion rpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ starcoin-logger = { path = "../../commons/logger"}
starcoin-account-api = { path = "../../account/api"}
starcoin-state-api = { path = "../../state/api"}
starcoin-state-tree = { path = "../../state/state-tree"}
async-std = "1.11"
async-std = "1.12"
starcoin-txpool-api = {path = "../../txpool/api"}
starcoin-sync-api = {path = "../../sync/api"}
starcoin-service-registry = { path = "../../commons/service-registry" }
Expand Down
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.41"
thiserror = "1.0"
rand = "0.8.5"
pin-utils = "0.1.0"
async-std = "1.11"
async-std = "1.12"
futures = "0.3.12"
futures-retry = "0.6"
itertools = { version = "0.10.3", default-features = false }
Expand Down

0 comments on commit dbb82c9

Please sign in to comment.