Skip to content

Commit

Permalink
Bump tokio from 1.23.0 to 1.24.2 in /orchestrator
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 3be7587 commit a268284
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
76 changes: 38 additions & 38 deletions orchestrator/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 orchestrator/cosmos_gravity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clarity = "0.4.11"
serde = "1.0"
log = "0.4"
sha3 = "0.9"
tokio = "1.4"
tokio = "1.24"
web30 = "0.15.4"
tonic = { version = "0.4.0", features = ["tls", "tls-roots"] }
cosmos-sdk-proto = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/ethereum_gravity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ clarity = "0.4.11"
web30 = "0.15.4"
log = "0.4"
sha3 = "0.9"
tokio = "1.13.0"
tokio = "1.24.2"
tonic = { version = "0.4.0", features = ["tls", "tls-roots"] }
2 changes: 1 addition & 1 deletion orchestrator/gravity_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num256 = "0.3"
serde_derive = "1.0"
serde_json = "1.0.69"
serde = "1.0"
tokio = "1.4"
tokio = "1.24"
tonic = { version = "0.4.0", features = ["tls", "tls-roots"] }
num-bigint = "0.4"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ web30 = "0.15"
log = "0.4"
env_logger = "0.8"
serde_json = "1.0"
tokio = "1.4.0"
tokio = "1.24.2"
rand = "0.8"
tonic = { version = "0.4.0", features = ["tls", "tls-roots"] }
futures = "0.3.18"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ url = "2"
web30 = "0.15.4"
log = "0.4"
env_logger = "0.8"
tokio = "1.4.0"
tokio = "1.24.2"
rand = "0.8"
tonic = "0.4"
futures = "0.3.18"
Expand Down

0 comments on commit a268284

Please sign in to comment.