diff --git a/lean/Cargo.lock b/lean/Cargo.lock index b5e14ff..ab301c8 100644 --- a/lean/Cargo.lock +++ b/lean/Cargo.lock @@ -2505,9 +2505,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.32" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", diff --git a/lean/Cargo.toml b/lean/Cargo.toml index af7800a..21e5e94 100644 --- a/lean/Cargo.toml +++ b/lean/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] } sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "json"] } dotenvy = "0.15.7" -time = { version = "0.3.32", features = ["formatting"] } +time = { version = "0.3.34", features = ["formatting"] } anyhow = "1.0.70" serde = { version = "1.0.196", features = ["derive"] } thiserror = "1.0.53"