Update to version of rocket master after update to tokio version 1.6.1 dependency (#92)

Co-authored-by: Magpie Engineering <as8709@gmail.com>
This commit is contained in:
magpie-engineering 2021-06-02 03:40:07 +01:00 committed by GitHub
parent 0b2d3e80b1
commit d460ff7970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]
[dependencies]
regex = "1.1"
rocket = { rev="1f1976f8bf8531daf4ac596d83ea7ad589dd7368", git = "https://github.com/SergioBenitez/Rocket.git", default-features = false }
rocket = { rev="3a3d0ce51850368880fa3565f9fc96f7b4dcf06b", git = "https://github.com/SergioBenitez/Rocket.git", default-features = false }
log = "0.4"
unicase = "2.0"
url = "2.1.0"