build(deps): bump serde_with from 1.12.1 to 1.13.0 (#4190)

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v1.12.1...v1.13.0)

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

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:
dependabot[bot] 2022-04-25 23:30:32 +00:00 committed by GitHub
parent 6c073a9017
commit 3cbd49afc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3994,9 +3994,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "1.12.1"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946fa04a8ac43ff78a1f4b811990afb9ddbdf5890b46d6dda0ba1998230138b7"
checksum = "b827f2113224f3f19a665136f006709194bdfdcb1fdc1e4b2b5cbac8e0cced54"
dependencies = [
"rustversion",
"serde",

View File

@ -39,7 +39,7 @@ rand_core = "0.6.3"
ripemd = "0.1.1"
serde = { version = "1.0.136", features = ["serde_derive", "rc"] }
serde_with = { version = "1.12.0", optional = true }
serde_with = { version = "1.13.0", optional = true }
serde-big-array = "0.4.1"
# Matches version used by hdwallet
secp256k1 = { version = "0.21.3", features = ["serde"] }
@ -79,7 +79,7 @@ spandoc = "0.2.1"
tracing = "0.1.31"
hex = { version = "0.4.3", features = ["serde"] }
serde_with = "1.12.0"
serde_with = "1.13.0"
proptest = "0.10.1"
proptest-derive = "0.3.0"