mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-07 21:03:01 -05:00
Update dependencies and fix some lints
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user