Update Rust crate chrono to 0.4.43
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-15 00:29:52 +00:00
parent 073e5660eb
commit ab7a795b63
2 changed files with 3 additions and 3 deletions

View File

@@ -721,9 +721,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.42"
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
dependencies = [
"iana-time-zone",
"js-sys",

View File

@@ -40,4 +40,4 @@ mime_guess = "2.0.5"
tempfile = "3.20.0"
base64 = "0.22.1"
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
chrono = "0.4.42"
chrono = "0.4.43"