build(deps): bump chrono from 0.4.29 to 0.4.30 (#33191)

* build(deps): bump chrono from 0.4.29 to 0.4.30

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.29 to 0.4.30.
- [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.29...v0.4.30)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-09-08 12:25:44 +00:00 committed by GitHub
parent 70f17ceb9f
commit b588bebce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 40 deletions

29
Cargo.lock generated
View File

@ -327,7 +327,7 @@ dependencies = [
"num-traits",
"rusticata-macros",
"thiserror",
"time 0.3.9",
"time",
]
[[package]]
@ -1017,16 +1017,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.29"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"time 0.1.43",
"wasm-bindgen",
"windows-targets 0.48.0",
]
@ -2244,7 +2243,7 @@ dependencies = [
"serde_json",
"simpl",
"smpl_jwt",
"time 0.3.9",
"time",
"tokio",
]
@ -4285,7 +4284,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [
"pem",
"ring",
"time 0.3.9",
"time",
"yasna",
]
@ -5034,7 +5033,7 @@ dependencies = [
"serde_derive",
"serde_json",
"simpl",
"time 0.3.9",
"time",
]
[[package]]
@ -7771,7 +7770,7 @@ dependencies = [
"lazy_static",
"libc",
"nom",
"time 0.3.9",
"time",
"winapi 0.3.9",
]
@ -7955,16 +7954,6 @@ dependencies = [
"tikv-jemalloc-sys",
]
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.9"
@ -8889,7 +8878,7 @@ dependencies = [
"oid-registry",
"rusticata-macros",
"thiserror",
"time 0.3.9",
"time",
]
[[package]]
@ -8916,7 +8905,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
dependencies = [
"time 0.3.9",
"time",
]
[[package]]

View File

@ -163,7 +163,7 @@ bzip2 = "0.4.4"
caps = "0.5.5"
cargo_metadata = "0.15.4"
cc = "1.0.83"
chrono = { version = "0.4.29", default-features = false }
chrono = { version = "0.4.30", default-features = false }
chrono-humanize = "0.2.3"
clap = "2.33.1"
console = "0.15.7"

View File

@ -315,7 +315,7 @@ dependencies = [
"num-traits",
"rusticata-macros",
"thiserror",
"time 0.3.9",
"time",
]
[[package]]
@ -901,16 +901,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.29"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"time 0.1.43",
"wasm-bindgen",
"windows-targets 0.48.0",
]
@ -1874,7 +1873,7 @@ dependencies = [
"serde_json",
"simpl",
"smpl_jwt",
"time 0.3.9",
"time",
"tokio",
]
@ -3751,7 +3750,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [
"pem",
"ring",
"time 0.3.9",
"time",
"yasna",
]
@ -4406,7 +4405,7 @@ dependencies = [
"serde_derive",
"serde_json",
"simpl",
"time 0.3.9",
"time",
]
[[package]]
@ -6806,16 +6805,6 @@ dependencies = [
"tikv-jemalloc-sys",
]
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.9"
@ -7716,7 +7705,7 @@ dependencies = [
"oid-registry",
"rusticata-macros",
"thiserror",
"time 0.3.9",
"time",
]
[[package]]
@ -7734,7 +7723,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
dependencies = [
"time 0.3.9",
"time",
]
[[package]]