build(deps): bump chrono from 0.4.24 to 0.4.25 (#6775)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.25. - [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.24...v0.4.25) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... 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
54699263a6
commit
6f8c98123e
12
Cargo.lock
12
Cargo.lock
|
@ -121,6 +121,12 @@ dependencies = [
|
|||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "android-tzdata"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
||||
|
||||
[[package]]
|
||||
name = "android_system_properties"
|
||||
version = "0.1.5"
|
||||
|
@ -647,13 +653,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.24"
|
||||
version = "0.4.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
||||
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
"num-integer",
|
||||
"num-traits",
|
||||
"serde",
|
||||
"time 0.1.45",
|
||||
|
|
|
@ -69,7 +69,7 @@ zcash_note_encryption = "0.3.0"
|
|||
zcash_primitives = { version = "0.11.0", features = ["transparent-inputs"] }
|
||||
|
||||
# Time
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "serde"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std", "serde"] }
|
||||
humantime = "2.1.0"
|
||||
|
||||
# Error Handling & Formatting
|
||||
|
|
|
@ -34,7 +34,7 @@ jubjub = "0.10.0"
|
|||
rand = { version = "0.8.5", package = "rand" }
|
||||
rayon = "1.7.0"
|
||||
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] }
|
||||
displaydoc = "0.2.4"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.17.2"
|
||||
|
|
|
@ -26,7 +26,7 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"]
|
|||
bitflags = "2.2.1"
|
||||
byteorder = "1.4.3"
|
||||
bytes = "1.4.0"
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] }
|
||||
hex = "0.4.3"
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||
|
|
|
@ -32,7 +32,7 @@ proptest-impl = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] }
|
||||
futures = "0.3.28"
|
||||
|
||||
# lightwalletd sends JSON-RPC requests over HTTP 1.1
|
||||
|
|
|
@ -34,7 +34,7 @@ elasticsearch = [
|
|||
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] }
|
||||
dirs = "5.0.1"
|
||||
futures = "0.3.28"
|
||||
hex = "0.4.3"
|
||||
|
|
|
@ -117,7 +117,7 @@ zebra-state = { path = "../zebra-state" }
|
|||
|
||||
abscissa_core = "0.5"
|
||||
gumdrop = { version = "0.7", features = ["default_expr"]}
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] }
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = "1.9.3"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
Loading…
Reference in New Issue