Skip to content

Commit

Permalink
Update Rust crate rocket to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 1b3b873 commit b75848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b75848c

Please sign in to comment.