2 Commits

Author SHA1 Message Date
6f3144d994 Merge pull request 'Update Rust crate chrono to 0.4.44' (#730) from renovate/chrono-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-04 00:19:07 +00:00
f9100e953e Update Rust crate chrono to 0.4.44
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-03 00:19:20 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -732,9 +732,9 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.43"
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
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.43"
chrono = "0.4.44"