build(deps): bump the formats group with 1 update (#7803)

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](https://github.com/jonasbb/serde_with/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-23 19:19:08 +00:00 committed by GitHub
parent e56b66d182
commit 37a3c2a511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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",
@ -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",
]
@ -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",
@ -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",

View File

@ -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