mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-07 22:49:20 +00:00
Update dependencies and fix some lints
This commit is contained in:
parent
1eb1502a07
commit
10756b0920
7 changed files with 104 additions and 113 deletions
|
|
@ -25,13 +25,13 @@ reqwest = "0.9.10"
|
|||
multipart = "0.16.1"
|
||||
|
||||
# WebSockets library
|
||||
ws = "0.7.9"
|
||||
ws = "0.8.0"
|
||||
|
||||
# MessagePack library
|
||||
rmpv = "0.4.0"
|
||||
|
||||
# Concurrent hashmap implementation
|
||||
chashmap = "2.2.0"
|
||||
chashmap = "2.2.2"
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = "1.0.88"
|
||||
|
|
@ -78,7 +78,7 @@ yubico = { version = "0.5.1", features = ["online"], default-features = false }
|
|||
dotenv = { version = "0.13.0", default-features = false }
|
||||
|
||||
# Lazy static macro
|
||||
lazy_static = { version = "1.2.0", features = ["nightly"] }
|
||||
lazy_static = "1.3.0"
|
||||
|
||||
# More derives
|
||||
derive_more = "0.14.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue