fix: update rocket version

This commit is contained in:
timokoesters 2020-06-16 13:53:15 +02:00
parent 0f72bd9f32
commit db685e0cf7
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 111 additions and 124 deletions

View file

@ -12,7 +12,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "async", features = ["tls"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "4928e35ec5c4b9242f50d644282d9896d0160a10", features = ["tls"] }
http = "0.2.1"
log = "0.4.8"
sled = "0.31.0"