Skip to content

Commit

Permalink
Update Rust crate axum-server to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2024
1 parent 415dc43 commit 70a16bb
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 15 deletions.
192 changes: 178 additions & 14 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 @@ -32,7 +32,7 @@ async-trait = "0.1.80"
aws-sdk-s3 = { version = "1.25.0", features = ["behavior-version-latest"] }
axum = { version = "0.7.5", features = ["macros"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
axum-server = { version = "0.7.0", features = ["tls-rustls"] }
azure_storage = "0.20.0"
bson = "2.10.0"
cfg-if = "1.0.0"
Expand Down

0 comments on commit 70a16bb

Please sign in to comment.