diff --git a/Cargo.lock b/Cargo.lock index 1c46d9a..d624c4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 81f314d..ce50172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1.40" serde_json = "1.0.132" reqwest = { version = "0.12.9", features = ["json", "rustls-tls"], default-features = false } uuid = { version = "1.11.0", features = ["v4"] } -chrono = "0.4.38" +chrono = "0.4.39" gethostname = "0.5.0" [dev-dependencies]