Skip to content

Commit

Permalink
Chore(deps): bump tokio from 1.24.1 to 1.24.2 (celo-org#119)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2023
1 parent 311d283 commit a714310
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/dkg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ethers = { version = "1.0.0" , features = ["celo"] }
ethers-solc = "1.0.0"
futures = "0.3.5"
async-trait = "0.1.35"
tokio = { version = "1.23.1", features = ["macros", "time"] }
tokio = { version = "1.24.2", features = ["macros", "time"] }
rustc-hex = "2.1.0"
clt = "0.0.6"

Expand Down
2 changes: 1 addition & 1 deletion crates/dkg-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ thiserror = "1.0.15"

[dev-dependencies]
threshold-bls = { path = "../threshold-bls", default-features = false }
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }

0 comments on commit a714310

Please sign in to comment.