Skip to content

Commit

Permalink
build(deps): bump serde_with from 2.3.0 to 2.3.1 (#6308)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 15, 2023
1 parent 634d17d commit 4044783
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 @@ -4075,17 +4075,17 @@ dependencies = [

[[package]]
name = "serde_with"
version = "2.3.0"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea48c9627169d206b35905699f513f513c303ab9d964a59b44fdcf66c1d1ab7"
checksum = "85456ffac572dc8826334164f2fb6fb40a7c766aebe195a2a21ee69ee2885ecf"
dependencies = [
"base64 0.13.0",
"chrono",
"hex",
"indexmap",
"serde",
"serde_json",
"serde_with_macros 2.3.0",
"serde_with_macros 2.3.1",
"time 0.3.17",
]

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

[[package]]
name = "serde_with_macros"
version = "2.3.0"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e6b7e52858f9f06c25e1c566bbb4ab428200cb3b30053ea09dc50837de7538b"
checksum = "7cbcd6104f8a4ab6af7f6be2a0da6be86b9de3c401f6e86bb856ab2af739232f"
dependencies = [
"darling 0.14.1",
"proc-macro2 1.0.47",
Expand Down Expand Up @@ -5707,7 +5707,7 @@ dependencies = [
"secp256k1",
"serde",
"serde-big-array",
"serde_with 2.3.0",
"serde_with 2.3.1",
"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 @@ -74,7 +74,7 @@ tracing = "0.1.37"
# Serialization
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.154", features = ["serde_derive", "rc"] }
serde_with = "2.3.0"
serde_with = "2.3.1"
serde-big-array = "0.5.1"

# Processing
Expand Down

0 comments on commit 4044783

Please sign in to comment.