chore: bump chrono from 0.4.21 to 0.4.22 (#27509)

* chore: bump chrono from 0.4.21 to 0.4.22

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/v0.4.22/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.21...v0.4.22)

---
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] 2022-08-31 22:39:12 +00:00 committed by GitHub
parent e22842f5db
commit 66717ff87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -738,9 +738,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
"iana-time-zone",
"js-sys",

View File

@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-cli-output"
[dependencies]
Inflector = "0.11.4"
base64 = "0.13.0"
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
clap = "2.33.0"
console = "0.15.0"
humantime = "2.0.1"

View File

@ -18,7 +18,7 @@ ahash = "0.7.6"
base64 = "0.13.0"
bincode = "1.3.3"
bs58 = "0.4.0"
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
crossbeam-channel = "0.5"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
eager = "0.1.0"

View File

@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-install"
atty = "0.2.11"
bincode = "1.3.3"
bzip2 = "0.4.3"
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
clap = { version = "2.33.1" }
console = "0.15.0"
crossbeam-channel = "0.5"

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-ledger-tool"
[dependencies]
bs58 = "0.4.0"
chrono = "0.4.21"
chrono = "0.4.22"
clap = "2.33.1"
crossbeam-channel = "0.5"
csv = "1.1.6"

View File

@ -13,7 +13,7 @@ edition = "2021"
bincode = "1.3.3"
bitflags = "1.3.1"
byteorder = "1.4.3"
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
chrono-humanize = "0.2.1"
crossbeam-channel = "0.5"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }

View File

@ -651,9 +651,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
"iana-time-zone",
"js-sys",

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
serde = "1.0.143"
serde_derive = "1.0.103"
solana-program-runtime = { path = "../../program-runtime", version = "=1.12.0" }

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-validator"
default-run = "solana-validator"
[dependencies]
chrono = { version = "0.4.21", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
clap = "2.33.1"
console = "0.15.0"
core_affinity = "0.5.10"