Skip to content

Commit

Permalink
Merge pull request #244 from yaleman/dependabot/cargo/axum-csp/axum-0…
Browse files Browse the repository at this point in the history
….6.18
  • Loading branch information
dependabot[bot] committed May 5, 2023
2 parents 8f9e5e6 + 462a9eb commit 8cbecec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion axum-csp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.6.17", default-features = false, features = ["headers", "original-uri"] }
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"] }
Expand Down

0 comments on commit 8cbecec

Please sign in to comment.