build(deps): bump the log-time group with 1 update (#7527)
Bumps the log-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.29...v0.4.30) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log-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
733b89b972
commit
3ec142d2ee
|
@ -688,9 +688,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.29"
|
version = "0.4.30"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
|
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
|
|
|
@ -85,7 +85,7 @@ zcash_note_encryption = "0.4.0"
|
||||||
zcash_primitives = { version = "0.12.0", features = ["transparent-inputs"] }
|
zcash_primitives = { version = "0.12.0", features = ["transparent-inputs"] }
|
||||||
|
|
||||||
# Time
|
# Time
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std", "serde"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std", "serde"] }
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
|
|
||||||
# Error Handling & Formatting
|
# Error Handling & Formatting
|
||||||
|
|
|
@ -43,7 +43,7 @@ jubjub = "0.10.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
|
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||||
displaydoc = "0.2.4"
|
displaydoc = "0.2.4"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
|
|
|
@ -43,7 +43,7 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"]
|
||||||
bitflags = "2.4.0"
|
bitflags = "2.4.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
humantime-serde = "1.1.1"
|
humantime-serde = "1.1.1"
|
||||||
|
|
|
@ -39,7 +39,7 @@ proptest-impl = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
|
||||||
# lightwalletd sends JSON-RPC requests over HTTP 1.1
|
# lightwalletd sends JSON-RPC requests over HTTP 1.1
|
||||||
|
|
|
@ -44,7 +44,7 @@ elasticsearch = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
hex = "0.4.3"
|
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"
|
abscissa_core = "0.7.0"
|
||||||
clap = { version = "4.4.2", features = ["cargo"] }
|
clap = { version = "4.4.2", features = ["cargo"] }
|
||||||
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||||
humantime-serde = "1.1.1"
|
humantime-serde = "1.1.1"
|
||||||
indexmap = "2.0.0"
|
indexmap = "2.0.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
Loading…
Reference in New Issue