Skip to content

Commit

Permalink
Bump tokio from 1.27.0 to 1.28.0 in /axum-csp
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.27.0...tokio-1.28.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] committed Apr 28, 2023
1 parent 946c818 commit 8f5d0f1
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 25 deletions.
88 changes: 65 additions & 23 deletions axum-csp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions axum-csp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ categories = ["network-programming"]
axum = { version = "0.6.16", default-features = false, features = ["headers", "original-uri"] }
http = "0.2.9"
regex = "1.8.1"
tokio = { version = "1.27.0", default-features = false, features = ["sync"] }
tokio = { version = "1.28.0", default-features = false, features = ["sync"] }

[dev-dependencies]
axum-server = "0.4.7"
lazy_static = "1.4.0"
tokio = { version = "1.27.0", default-features = false, features = ["full"] }
tokio = { version = "1.28.0", default-features = false, features = ["full"] }

0 comments on commit 8f5d0f1

Please sign in to comment.