Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2023
1 parent 8336246 commit 51a55a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] }
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.23", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.11", features = ["time"] }
duct = "0.13"
anyhow = "1.0"
Expand Down

0 comments on commit 51a55a5

Please sign in to comment.