chore(deps): bump chrono from 0.4.26 to 0.4.28 (#2065)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.28)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-03 21:07:55 +00:00 committed by GitHub
parent 07c9a9078e
commit a1977cdae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -615,9 +615,9 @@ checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.26" version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
@ -626,7 +626,7 @@ dependencies = [
"serde", "serde",
"time 0.1.45", "time 0.1.45",
"wasm-bindgen", "wasm-bindgen",
"winapi", "windows-targets 0.48.5",
] ]
[[package]] [[package]]

View file

@ -105,7 +105,7 @@ bytes = "^1.3.0"
clap = { version = "^4.4.0", features = ["derive", "env"] } clap = { version = "^4.4.0", features = ["derive", "env"] }
clap_complete = "^4.4.0" clap_complete = "^4.4.0"
# Forced by saffron/cron # Forced by saffron/cron
chrono = "^0.4.26" chrono = "^0.4.28"
compact_jwt = { version = "^0.2.10", default-features = false } compact_jwt = { version = "^0.2.10", default-features = false }
concread = "^0.4.1" concread = "^0.4.1"
cron = "0.12.0" cron = "0.12.0"