Skip to content

Commit

Permalink
Bump tokio from 1.28.0 to 1.28.1
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 4339b70
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
27 changes: 21 additions & 6 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 @@ -77,7 +77,7 @@ serde_json = "1.0.96"
sha2 = { version = "0.10.6", features = ["asm", "asm-aarch64"] }
shellexpand = "3.1.0"
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "json"], default-features=false }
tokio = { version = "1.26.0", features = ["full", "tracing"] }
tokio = { version = "1.28.1", features = ["full", "tracing"] }
tokio-cron-scheduler = "0.9.3"
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-util = { version = "0.7.8", features = ["full"] }
Expand Down
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 4339b70

Please sign in to comment.