build(deps): bump chrono from 0.4.31 to 0.4.34

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.34.
- [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.31...v0.4.34)

---
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-02-12 14:04:57 +00:00 committed by GitHub
parent 6595674af2
commit db2eb125b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -429,9 +429,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.31" version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
@ -439,7 +439,7 @@ dependencies = [
"num-traits", "num-traits",
"pure-rust-locales", "pure-rust-locales",
"wasm-bindgen", "wasm-bindgen",
"windows-targets 0.48.0", "windows-targets 0.52.0",
] ]
[[package]] [[package]]
@ -2334,9 +2334,9 @@ dependencies = [
[[package]] [[package]]
name = "pure-rust-locales" name = "pure-rust-locales"
version = "0.7.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed02a829e62dc2715ceb8afb4f80e298148e1345749ceb369540fe0eb3368432" checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a"
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"

View File

@ -115,7 +115,7 @@ reqwest = { version = "0.11.24", optional = true }
nix = { version = "0.27.1", optional = true, features = ["event"] } nix = { version = "0.27.1", optional = true, features = ["event"] }
# clock # clock
chrono = { version = "0.4.31", optional = true, features = ["unstable-locales"] } chrono = { version = "0.4.34", optional = true, features = ["unstable-locales"] }
# music # music
mpd-utils = { version = "0.2.0", optional = true } mpd-utils = { version = "0.2.0", optional = true }