mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-11 21:49:07 +00:00
Update Diesel to 1.4 and other dependencies
This commit is contained in:
parent
bfd93e5b13
commit
ce42b07a80
3 changed files with 134 additions and 165 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -34,9 +34,9 @@ rmpv = "0.4.0"
|
|||
chashmap = "2.2.0"
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = "1.0.84"
|
||||
serde_derive = "1.0.84"
|
||||
serde_json = "1.0.34"
|
||||
serde = "1.0.85"
|
||||
serde_derive = "1.0.85"
|
||||
serde_json = "1.0.36"
|
||||
|
||||
# Logging
|
||||
log = "0.4.6"
|
||||
|
@ -44,11 +44,11 @@ fern = "0.5.7"
|
|||
syslog = { version = "4.0.1", optional = true }
|
||||
|
||||
# A safe, extensible ORM and Query builder
|
||||
diesel = { version = "1.3.3", features = ["sqlite", "chrono", "r2d2"] }
|
||||
diesel_migrations = { version = "1.3.0", features = ["sqlite"] }
|
||||
diesel = { version = "1.4.0", features = ["sqlite", "chrono", "r2d2"] }
|
||||
diesel_migrations = { version = "1.4.0", features = ["sqlite"] }
|
||||
|
||||
# Bundled SQLite
|
||||
libsqlite3-sys = { version = "0.9.3", features = ["bundled"] }
|
||||
libsqlite3-sys = { version = "0.12.0", features = ["bundled"] }
|
||||
|
||||
# Crypto library
|
||||
ring = { version = "0.13.5", features = ["rsa_signing"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue