diff --git a/Cargo.lock b/Cargo.lock index 5007f7e..1a67680 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" dependencies = [ "android-tzdata", "iana-time-zone", @@ -384,7 +384,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.48.5", + "windows-targets 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0591e40..e059f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } uuid = { version = "1.6.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = "2.4.1" -chrono = "0.4.31" +chrono = "0.4.32"