Skip to content

Commit

Permalink
Merge pull request #253 from yaleman/dependabot/cargo/tokio-1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 12, 2023
2 parents 8c9b12c + b0255d5 commit 3c5c151
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -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 3c5c151

Please sign in to comment.