Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2023
1 parent 7187bd9 commit 28c5ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.18", default-features = false, features = ["headers", "original-uri"] }
http = "0.2.9"
regex = "1.8.1"
tokio = { version = "1.28.0", default-features = false, features = ["sync"] }
tokio = { version = "1.28.1", default-features = false, features = ["sync"] }

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

0 comments on commit 28c5ec5

Please sign in to comment.