Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 590de90 commit dd1c8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num-derive = "0.3"
#misc
arrayvec = "0.7.2"

tokio = { version = "1.0", features = ["macros"]}
tokio = { version = "1.16", features = ["macros"]}
rand = "0.8.5"
rand_chacha = "0.3.1"

Expand Down

0 comments on commit dd1c8e7

Please sign in to comment.