mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-13 23:23:55 +00:00
Update rocket to 0.3.11
This commit is contained in:
parent
e55993f2fb
commit
571ef6823d
2 changed files with 137 additions and 96 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue