1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-07 13:11:03 +02:00

build(deps): bump chrono from 0.4.37 to 0.4.38

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38.
- [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.37...v0.4.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 14:08:07 +00:00 committed by GitHub
parent fb7f0aae32
commit d81fe488a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ reqwest = { version = "0.12.3", default_features = false, features = ["default-t
nix = { version = "0.27.1", optional = true, features = ["event"] }
# clock
chrono = { version = "0.4.37", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
# music
mpd-utils = { version = "0.2.1", optional = true }