Skip to content

Commit

Permalink
build(deps): bump the log-time group with 1 update (#7527)
Browse files Browse the repository at this point in the history
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](chronotope/chrono@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and arya2 committed Sep 29, 2023
1 parent 6a5ab7b commit 1d6ba9e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,9 @@ dependencies = [

[[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",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ zcash_note_encryption = "0.4.0"
zcash_primitives = { version = "0.12.0", features = ["transparent-inputs"] }

# 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"

# Error Handling & Formatting
Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jubjub = "0.10.0"
rand = "0.8.5"
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"
lazy_static = "1.4.0"
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
dirs = "5.0.1"
hex = "0.4.3"
humantime-serde = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proptest-impl = [
]

[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"

# lightwalletd sends JSON-RPC requests over HTTP 1.1
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ elasticsearch = [

[dependencies]
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"
futures = "0.3.28"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 1d6ba9e

Please sign in to comment.