From f61c432762ecaab09857702520f057613d338119 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 15 Apr 2024 10:05:19 +0000 Subject: [PATCH] chore(deps): update rust crate chrono to 0.4.38 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77b1364..6b73bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index f6792a2..4500e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ uuid = {version = "1.8.0", features = ["v4", "serde"]} itertools = {version = "0.12.1"} sled = "0.34.7" -chrono = {version = "0.4.37", features = ["serde"]} \ No newline at end of file +chrono = {version = "0.4.38", features = ["serde"]} \ No newline at end of file