Update Rust crate time to 0.3 - autoclosed #12

Closed
kjuulh wants to merge 5 commits from renovate/time-0.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d2462b829b - Show all commits

2
Cargo.lock generated
View File

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

View File

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