From 878898ed8a4cad25aefd5870d3ab49431d4d0e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:35:15 +0000 Subject: [PATCH] Update Rust crate rocket to 0.4.11 --- mirror/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror/Cargo.toml b/mirror/Cargo.toml index 46bf8f872..d0046d2f8 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"