Update Rust crate time to 0.3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 10:02:35 +00:00
parent 70b3b904b3
commit d2462b829b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -715,7 +715,7 @@ dependencies = [
"serde_json",
"sqlx 0.5.13",
"thiserror",
"time 0.2.27",
"time 0.3.14",
"tokio",
"tracing",
"tracing-subscriber",

View File

@ -28,4 +28,4 @@ thiserror = "1"
rust-argon2 = "1.0"
clap = { version = "3", features = ["derive", "env"] }
mockall = "0.11.1"
time = "0.2"
time = "0.3"