Skip to content

Commit

Permalink
build(deps): bump tokio from 1.21.2 to 1.22.0
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.22.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.22.0)

---
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] authored and rvolosatovs committed Nov 23, 2022
1 parent 436c9eb commit 83bca58
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 @@ -23,7 +23,7 @@ tower-http = { version = "^0.3.0", features = ["trace"], default-features = fals
axum = { version = "^0.5.17", features = ["headers"], default-features = false }
clap = { version = "^4.0.26", features = ["help", "usage", "error-context", "std", "derive", "env"], default-features = false }
hyper = { git = "https://github.com/rjzak/hyper", branch = "wasi_wip", features = ["http1", "server"], default-features = false }
tokio = { version = "^1.21.2", features = ["rt", "macros"], default-features = false }
tokio = { version = "^1.22.0", features = ["rt", "macros"], default-features = false }
uuid = { version = "^1.2.2", features = ["v4"], default-features = false }
tracing = { version = "^0.1.29", default-features = false }
anyhow = { version = "^1.0.66", default-features = false }
Expand Down

0 comments on commit 83bca58

Please sign in to comment.