mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 02:35:58 +03:00
Update rocket to 0.3.11
This commit is contained in:
@@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
|
||||
|
||||
[dependencies]
|
||||
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
||||
rocket = { version = "0.3.10", features = ["tls"] }
|
||||
rocket_codegen = "0.3.10"
|
||||
rocket_contrib = "0.3.10"
|
||||
rocket = { version = "0.3.11", features = ["tls"] }
|
||||
rocket_codegen = "0.3.11"
|
||||
rocket_contrib = "0.3.11"
|
||||
|
||||
# HTTP client
|
||||
reqwest = "0.8.5"
|
||||
|
Reference in New Issue
Block a user