cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [chrono](https://github.com/chronotope/chrono).

- [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.27...v0.4.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-31 15:57:48 +00:00 committed by github-actions[bot]
parent 9d9b2cd057
commit 134881c670
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -299,9 +299,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.27"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@ -28,7 +28,7 @@ cargo_metadata = "0.17.0"
clap = { version = "4.4.1", features = ["derive", "deprecated", "wrap_help"] }
clap_complete = "4.4.0"
clap_mangen = "0.2.10"
chrono = { version = "0.4.27", default-features = false, features = [
chrono = { version = "0.4.28", default-features = false, features = [
"std",
"clock",
] }