Skip to content

Commit

Permalink
chore(deps): Bump serde_with from 3.10.0 to 3.11.0 (#21437)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.10.0...v3.11.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>
Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
dependabot[bot] and jszwedko authored Oct 11, 2024
1 parent 6ff1fd6 commit 6d71fdd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -234,7 +234,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.10.0", default-features = false, features = ["macros", "std"] }
serde_with = { version = "3.11.0", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.34", default-features = false }

# Messagepack
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.10.0", default-features = false, features = ["std"] }
serde_with = { version = "3.11.0", default-features = false, features = ["std"] }
snafu = { version = "0.7.5", default-features = false }
toml.workspace = true
tracing = { version = "0.1.34", default-features = false }
Expand All @@ -32,5 +32,5 @@ vector-config-macros = { path = "../vector-config-macros" }

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

0 comments on commit 6d71fdd

Please sign in to comment.