mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-05 03:55:02 +00:00
Updated rocket to final release
This commit is contained in:
parent
dc1bb6de20
commit
259a2f2982
2 changed files with 36 additions and 33 deletions
|
@ -5,8 +5,8 @@ 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.4.0-rc.2", features = ["tls"], default-features = false }
|
||||
rocket_contrib = "0.4.0-rc.2"
|
||||
rocket = { version = "0.4.0", features = ["tls"], default-features = false }
|
||||
rocket_contrib = "0.4.0"
|
||||
|
||||
# HTTP client
|
||||
reqwest = "0.9.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue