We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0919f44 commit d8502b0Copy full SHA for d8502b0
server/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2024"
8
[dependencies]
9
anyhow = "=1.0.98"
10
async-trait = "=0.1.88"
11
-axum = "=0.8.1"
+axum = "=0.8.4"
12
bytes = "=1.10.0"
13
envy = "=0.4.2"
14
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。
0 commit comments