Skip to content

Commit

Permalink
Merge pull request #263 from yaleman/dependabot/cargo/axum-server-0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 20, 2023
2 parents 5bf9f22 + 8c1f28d commit 225231b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -38,7 +38,7 @@ axum = { version="0.6.18", features=["http2", "headers", "original-uri", "macros
axum-csp = { version="^0.0.1", path="axum-csp/"}
axum-extra = { version = "0.7.4" }
axum-macros = "0.3.5"
axum-server = { version = "0.5.0", features = [ "tls-rustls"] }
axum-server = { version = "0.5.1", features = [ "tls-rustls"] }
axum-sessions = "0.5.0"
axum-tracing-opentelemetry = { version = "0.10.0", features = ["tracing_subscriber_ext", "otlp"] }
base64 = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion axum-csp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ regex = "1.8.1"
tokio = { version = "1.28.1", default-features = false, features = ["sync"] }

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

0 comments on commit 225231b

Please sign in to comment.