diff --git a/mirror/Cargo.toml b/mirror/Cargo.toml index 46bf8f872e..d0046d2f83 100644 --- a/mirror/Cargo.toml +++ b/mirror/Cargo.toml @@ -31,7 +31,7 @@ hex = "0.4" protobuf = "2.12" rand = "0.8" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip", "blocking"] } -rocket = { version = "0.4.5", default-features = false } +rocket = { version = "0.4.11", default-features = false } rocket_contrib = { version = "0.4.5", default-features = false, features = ["json"] } serde = "1.0" serde_derive = "1.0"