mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 05:06:37 +00:00
Bump the rocket version to compile with current nightly
This commit is contained in:
parent
b1749da9be
commit
49d080a97e
510
Cargo.lock
generated
510
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
||||||
rocket = { version = "0.3.6", features = ["tls"] }
|
rocket = { version = "0.3.8", features = ["tls"] }
|
||||||
rocket_codegen = "0.3.6"
|
rocket_codegen = "0.3.8"
|
||||||
rocket_contrib = "0.3.6"
|
rocket_contrib = "0.3.8"
|
||||||
|
|
||||||
# HTTP client
|
# HTTP client
|
||||||
reqwest = "0.8.5"
|
reqwest = "0.8.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user