Skip to content

Commit

Permalink
Merge pull request #22 from tzmfreedom/dependabot/cargo/tokio-1.13.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.10.1 to 1.13.1
  • Loading branch information
tzmfreedom authored Jun 7, 2022
2 parents 2cb6a84 + 552a2ba commit 6441c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ regex = "1.5"

cargo-license = "0.3.0"
mockito = "0.27.0"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.13", features = ["rt-multi-thread", "macros"] }
env_logger = "0.7.1"
anyhow = "1.0.32"

0 comments on commit 6441c0f

Please sign in to comment.