Skip to content

Commit

Permalink
Merge pull request #68 from GiganticMinecraft/renovate/axum-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate axum to 0.7.2
  • Loading branch information
rito528 authored Dec 9, 2023
2 parents fbdd8f7 + 43ff895 commit dfa9128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.74"
axum = "0.7.1"
axum = "0.7.2"
bytes = "1.5.0"
envy = "0.4.2"
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。
Expand Down

0 comments on commit dfa9128

Please sign in to comment.