diff --git a/server/Cargo.toml b/server/Cargo.toml index 37b827c1f8..2c8324764b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1.14", features = ["net"]} # API axum = { version = "0.6.17", optional = true} -hyper = { version = "0.14.24", optional = true} +hyper = { version = "0.14.27", optional = true} tower-http = { version = "0.4.0", features = ["cors"], optional = true} # Serialization