diff --git a/server/Cargo.toml b/server/Cargo.toml index 9649f1fd7a..76946ffdba 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -30,7 +30,7 @@ tokio-stream = { version = "0.1.11", features = ["net"]} # API axum = { version = "0.6.1", optional = true} -hyper = { version = "0.14.20", optional = true} +hyper = { version = "0.14.23", optional = true} tower-http = { version = "0.3.4", features = ["cors"], optional = true} # Serialization