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.
2 parents d6b2ff2 + 8a85b52 commit 05a823eCopy full SHA for 05a823e
server/Cargo.toml
@@ -30,7 +30,7 @@ tokio-stream = { version = "0.1.11", features = ["net"]}
30
31
# API
32
axum = { version = "0.6.4", optional = true}
33
-hyper = { version = "0.14.23", optional = true}
+hyper = { version = "0.14.24", optional = true}
34
tower-http = { version = "0.3.4", features = ["cors"], optional = true}
35
36
# Serialization
0 commit comments