3 Commits

Author SHA1 Message Date
08bdf7bf96 Update dependency eslint-plugin-react-dom to ^1.53.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-07 00:24:12 +00:00
f03cdbb29a Merge pull request 'Update Rust crate chrono to 0.4.44' (#195) from renovate/chrono-0.x into main
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-06 00:18:15 +00:00
b9f1c3b470 Update Rust crate chrono to 0.4.44
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-05 00:17:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -32,7 +32,7 @@ rust-embed = { version = "8.11.0" }
sha2 = "0.11.0-rc.5" sha2 = "0.11.0-rc.5"
base16ct = { version = "1.0.0", features = ["alloc"] } base16ct = { version = "1.0.0", features = ["alloc"] }
httpdate = "1.0.3" httpdate = "1.0.3"
chrono = "0.4.43" chrono = "0.4.44"
tempfile = "3.25.0" tempfile = "3.25.0"
zip = "8.1.0" zip = "8.1.0"
rust_xlsxwriter = "0.93.0" rust_xlsxwriter = "0.93.0"