Skip to content

Commit

Permalink
build(deps): bump the formats group with 1 update (#7803)
Browse files Browse the repository at this point in the history
Bumps the formats group with 1 update: [serde_with](https://github.com/jonasbb/serde_with).

- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: formats
...

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 Oct 23, 2023
1 parent e56b66d commit 37a3c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3902,9 +3902,9 @@ dependencies = [

[[package]]
name = "serde_with"
version = "3.3.0"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
dependencies = [
"base64 0.21.4",
"chrono",
Expand All @@ -3913,7 +3913,7 @@ dependencies = [
"indexmap 2.0.2",
"serde",
"serde_json",
"serde_with_macros 3.3.0",
"serde_with_macros 3.4.0",
"time",
]

Expand All @@ -3931,9 +3931,9 @@ dependencies = [

[[package]]
name = "serde_with_macros"
version = "3.3.0"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c"
checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
dependencies = [
"darling 0.20.3",
"proc-macro2",
Expand Down Expand Up @@ -5461,7 +5461,7 @@ dependencies = [
"serde",
"serde-big-array",
"serde_json",
"serde_with 3.3.0",
"serde_with 3.4.0",
"sha2",
"spandoc",
"static_assertions",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tracing = "0.1.39"
# Serialization
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.188", features = ["serde_derive", "rc"] }
serde_with = "3.3.0"
serde_with = "3.4.0"
serde-big-array = "0.5.1"

# Processing
Expand Down

0 comments on commit 37a3c2a

Please sign in to comment.