build(deps): bump the time group with 1 update (#7455)
Bumps the time 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: time ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc61bd50b9
commit
cc2dbe32da
|
@ -688,9 +688,9 @@ dependencies = [
|
|||
|
||||
[[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",
|
||||
|
|
|
@ -85,7 +85,7 @@ zcash_note_encryption = "0.4.0"
|
|||
zcash_primitives = { version = "0.12.0", features = ["transparent-inputs"] }
|
||||
|
||||
# Time
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "serde"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std", "serde"] }
|
||||
humantime = "2.1.0"
|
||||
|
||||
# Error Handling & Formatting
|
||||
|
|
|
@ -43,7 +43,7 @@ jubjub = "0.10.0"
|
|||
rand = "0.8.5"
|
||||
rayon = "1.7.0"
|
||||
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
|
||||
displaydoc = "0.2.4"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.18.0"
|
||||
|
|
|
@ -43,7 +43,7 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"]
|
|||
bitflags = "2.4.0"
|
||||
byteorder = "1.4.3"
|
||||
bytes = "1.4.0"
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
|
||||
dirs = "5.0.1"
|
||||
hex = "0.4.3"
|
||||
humantime-serde = "1.1.1"
|
||||
|
|
|
@ -39,7 +39,7 @@ proptest-impl = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
|
||||
futures = "0.3.28"
|
||||
|
||||
# lightwalletd sends JSON-RPC requests over HTTP 1.1
|
||||
|
|
|
@ -44,7 +44,7 @@ elasticsearch = [
|
|||
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
|
||||
dirs = "5.0.1"
|
||||
futures = "0.3.28"
|
||||
hex = "0.4.3"
|
||||
|
|
|
@ -154,7 +154,7 @@ zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.29", optional = t
|
|||
|
||||
abscissa_core = "0.7.0"
|
||||
clap = { version = "4.4.2", features = ["cargo"] }
|
||||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = "2.0.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
Loading…
Reference in New Issue