Skip to content

Commit

Permalink
build(deps): update tokio-timer requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-timer](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@0.1.0...tokio-0.2.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent f3c71f8 commit d4a1b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/handshake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nom = "3"
rand = "0.8"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-timer = "0.1"
tokio-timer = "0.2"

[[test]]
name = "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ error-chain = "0.12"
futures = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-timer = "0.1"
tokio-timer = "0.2"
nom = "3"

[[test]]
Expand Down

0 comments on commit d4a1b1f

Please sign in to comment.