mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-18 10:11:11 +00:00
Update Rust and Crates
This commit is contained in:
parent
445680fb84
commit
06a10e2c5a
20 changed files with 72 additions and 82 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -3,7 +3,7 @@ name = "vaultwarden"
|
|||
version = "1.0.0"
|
||||
authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.67.1"
|
||||
rust-version = "1.68.2"
|
||||
resolver = "2"
|
||||
|
||||
repository = "https://github.com/dani-garcia/vaultwarden"
|
||||
|
@ -40,7 +40,7 @@ syslog = "6.1.0"
|
|||
|
||||
[dependencies]
|
||||
# Logging
|
||||
log = "0.4.17"
|
||||
log = "0.4.18"
|
||||
fern = { version = "0.6.2", features = ["syslog-6"] }
|
||||
tracing = { version = "0.1.37", features = ["log"] } # Needed to have lettre and webauthn-rs trace logging to work
|
||||
|
||||
|
@ -48,7 +48,7 @@ tracing = { version = "0.1.37", features = ["log"] } # Needed to have lettre and
|
|||
dotenvy = { version = "0.15.7", default-features = false }
|
||||
|
||||
# Lazy initialization
|
||||
once_cell = "1.17.1"
|
||||
once_cell = "1.17.2"
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.15"
|
||||
|
@ -68,7 +68,7 @@ dashmap = "5.4.0"
|
|||
|
||||
# Async futures
|
||||
futures = "0.3.28"
|
||||
tokio = { version = "1.28.1", features = ["rt-multi-thread", "fs", "io-util", "parking_lot", "time", "signal"] }
|
||||
tokio = { version = "1.28.2", features = ["rt-multi-thread", "fs", "io-util", "parking_lot", "time", "signal"] }
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
|
@ -90,7 +90,7 @@ ring = "0.16.20"
|
|||
uuid = { version = "1.3.3", features = ["v4"] }
|
||||
|
||||
# Date and time libraries
|
||||
chrono = { version = "0.4.24", features = ["clock", "serde"], default-features = false }
|
||||
chrono = { version = "0.4.26", features = ["clock", "serde"], default-features = false }
|
||||
chrono-tz = "0.8.2"
|
||||
time = "0.3.21"
|
||||
|
||||
|
@ -140,7 +140,7 @@ cookie = "0.16.2"
|
|||
cookie_store = "0.19.0"
|
||||
|
||||
# Used by U2F, JWT and PostgreSQL
|
||||
openssl = "0.10.52"
|
||||
openssl = "0.10.54"
|
||||
|
||||
# CLI argument parsing
|
||||
pico-args = "0.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue