Skip to content

Commit

Permalink
chore(deps): Bump serde_with from 3.11.0 to 3.12.0 (#22179)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.11.0...v3.12.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>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent eba81f4 commit cc8d4e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ serde.workspace = true
serde-toml-merge = { version = "0.3.8", default-features = false }
serde_bytes = { version = "0.11.15", default-features = false, features = ["std"], optional = true }
serde_json.workspace = true
serde_with = { version = "3.11.0", default-features = false, features = ["macros", "std"] }
serde_with = { version = "3.12.0", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.34", default-features = false }

# Messagepack
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ prost-reflect.workspace = true
rand.workspace = true
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
serde.workspace = true
serde_with = { version = "3.11.0", default-features = false, features = ["std", "macros", "chrono_0_4"] }
serde_with = { version = "3.12.0", default-features = false, features = ["std", "macros", "chrono_0_4"] }
serde_json.workspace = true
smallvec = { version = "1", default-features = false, features = ["union"] }
snafu.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ no-proxy = { version = "0.3.5", default-features = false, features = ["serialize
num-traits = { version = "0.2.19", default-features = false }
serde.workspace = true
serde_json.workspace = true
serde_with = { version = "3.11.0", default-features = false, features = ["std"] }
serde_with = { version = "3.12.0", default-features = false, features = ["std"] }
snafu.workspace = true
toml.workspace = true
tracing = { version = "0.1.34", default-features = false }
Expand All @@ -32,4 +32,4 @@ vector-config-macros = { path = "../vector-config-macros" }

[dev-dependencies]
assert-json-diff = { version = "2", default-features = false }
serde_with = { version = "3.11.0", default-features = false, features = ["std", "macros"] }
serde_with = { version = "3.12.0", default-features = false, features = ["std", "macros"] }
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ regex = { version = "1.11.1", default-features = false, features = ["std", "perf
ryu = { version = "1", default-features = false }
serde.workspace = true
serde_json.workspace = true
serde_with = { version = "3.11.0", default-features = false, features = ["std", "macros"] }
serde_with = { version = "3.12.0", default-features = false, features = ["std", "macros"] }
smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] }
snafu.workspace = true
socket2 = { version = "0.5.8", default-features = false }
Expand Down

0 comments on commit cc8d4e4

Please sign in to comment.