lohr: upgrade to latest Rocket master

This commit is contained in:
Antoine Martin 2021-06-04 17:31:00 +02:00
parent fd50523f11
commit 1f6fe74d03
4 changed files with 175 additions and 123 deletions

View file

@ -7,6 +7,7 @@ license = "Apache-2.0 OR MIT"
description = "A Git mirroring daemon"
homepage = "https://github.com/alarsyo/lohr"
repository = "https://github.com/alarsyo/lohr"
resolve = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -33,4 +34,4 @@ version = "2.33.3"
default-features = false
[patch.crates-io]
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "8d4d01106e2e10b08100805d40bfa19a7357e900" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "0d53e23bf6cb86f9136fa8b37a92ba8076aacf67" }