Skip to content

Commit

Permalink
chore(deps): Bump serde from 1.0.171 to 1.0.173 (vectordotdev#18032)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to
1.0.173.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.173</h2>
<ul>
<li>Fix missing trait implementations when using serde derive macro on a
macro-generated data structure, such as via the <code>bitflags</code>
crate (<a
href="https://redirect.github.com/serde-rs/serde/issues/2516">#2516</a>)</li>
</ul>
<h2>v1.0.172</h2>
<ul>
<li>Experiment with precompiling the serde_derive macros to reduce build
time (<a
href="https://redirect.github.com/serde-rs/serde/issues/2514">#2514</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/6e0b13eedbe24c54d49b421ae1ef36e007e8e592"><code>6e0b13e</code></a>
Release 1.0.173</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7e8f978ca9127cf2c0dec9aca68972f6187eff85"><code>7e8f978</code></a>
Handle $crate special case</li>
<li><a
href="https://github.com/serde-rs/serde/commit/6c0e838a7ce326ae0d3d0c8b34a3695c40592fc0"><code>6c0e838</code></a>
Always consider empty output to be unsuccessful</li>
<li><a
href="https://github.com/serde-rs/serde/commit/d3da41927ae48abd548de4d1ad1b8aa02ee5965d"><code>d3da419</code></a>
Enable full expression parsing for precompiled serde_derive</li>
<li><a
href="https://github.com/serde-rs/serde/commit/425a4b7a746f23ce0d23ed7d7a95d1ea67ed8f63"><code>425a4b7</code></a>
Check precompiled subprocess exit status</li>
<li><a
href="https://github.com/serde-rs/serde/commit/63c65ef742c43dd9bbc95002cc2c675c62fb086b"><code>63c65ef</code></a>
Release 1.0.172</li>
<li><a
href="https://github.com/serde-rs/serde/commit/e838b0bd8183607f2f8a0f5fb182bde842db3af4"><code>e838b0b</code></a>
Release 1.0.172-alpha.0</li>
<li><a
href="https://github.com/serde-rs/serde/commit/041e99c78af654550215887f1a3bb4d779c4be40"><code>041e99c</code></a>
Implement fallback to compiling serde_derive from source</li>
<li><a
href="https://github.com/serde-rs/serde/commit/07dcc4f7fee819a02c849cbf96b167373096af9f"><code>07dcc4f</code></a>
Remove unneeded 'include' Cargo.toml entries</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b88052d875af0a63e0dabaf61970f04b93a888db"><code>b88052d</code></a>
Rearrange precompiled directory</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.173">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.171&new-version=1.0.173)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.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 committed Jul 20, 2023
1 parent 752056c commit b36c531
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -194,7 +194,7 @@ opendal = {version = "0.38", default-features = false, features = ["native-tls",
tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
tower-http = { version = "0.4.1", default-features = false, features = ["decompression-gzip"]}
# Serde
serde = { version = "1.0.171", default-features = false, features = ["derive"] }
serde = { version = "1.0.173", default-features = false, features = ["derive"] }
serde-toml-merge = { version = "0.3.0", default-features = false }
serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.103", default-features = false, features = ["raw_value"] }
Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Expand Up @@ -474,6 +474,7 @@ serde-toml-merge,https://github.com/jdrouet/serde-toml-merge,MIT,Jeremie Drouet
serde-value,https://github.com/arcnmx/serde-value,MIT,arcnmx
serde-xml-rs,https://github.com/RReverser/serde-xml-rs,MIT,Ingvar Stepanyan <me@rreverser.com>
serde_bytes,https://github.com/serde-rs/bytes,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
serde_nanos,https://github.com/caspervonb/serde_nanos,MIT OR Apache-2.0,Casper Beyer <caspervonb@pm.me>
serde_path_to_error,https://github.com/dtolnay/path-to-error,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MPL-2.0"
[dependencies]

# Serde
serde = { version = "1.0.171", default-features = false, features = ["derive"] }
serde = { version = "1.0.173", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.103", default-features = false, features = ["raw_value"] }

# Error handling
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ metrics = "0.21.1"
num-traits = { version = "0.2.15", default-features = false }
pin-project = { version = "1.1.2", default-features = false }
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde = { version = "1.0.171", default-features = false, features = ["derive"] }
serde = { version = "1.0.173", default-features = false, features = ["derive"] }
snafu = { version = "0.7.5", default-features = false, features = ["std"] }
tokio-util = { version = "0.7.0", default-features = false }
tokio = { version = "1.29.1", default-features = false, features = ["rt", "macros", "rt-multi-thread", "sync", "fs", "io-util", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ paste = "1.0.14"
pin-project = { version = "1.1.2", default-features = false }
ryu = { version = "1", default-features = false }
serde_json = { version = "1.0.103", default-features = false, features = ["std", "raw_value"] }
serde = { version = "1.0.171", optional = true, features = ["derive"] }
serde = { version = "1.0.173", optional = true, features = ["derive"] }
smallvec = { version = "1", default-features = false }
snafu = { version = "0.7", optional = true }
stream-cancel = { version = "0.8.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config-macros/Cargo.toml
Expand Up @@ -16,5 +16,5 @@ syn = { version = "2.0", default-features = false, features = ["full", "extra-tr
vector-config-common = { path = "../vector-config-common" }

[dev-dependencies]
serde = { version = "1.0.171", default-features = false }
serde = { version = "1.0.173", default-features = false }
vector-config = { path = "../vector-config" }
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Expand Up @@ -40,7 +40,7 @@ prost = { version = "0.11", default-features = false, features = ["std"] }
quanta = { version = "0.11.1", default-features = false }
regex = { version = "1.9.1", default-features = false, features = ["std", "perf"] }
ryu = { version = "1", default-features = false }
serde = { version = "1.0.171", default-features = false, features = ["derive", "rc"] }
serde = { version = "1.0.173", default-features = false, features = ["derive", "rc"] }
serde_json = { version = "1.0.103", default-features = false }
serde_with = { version = "3.1.0", default-features = false, features = ["std", "macros"] }
smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-lookup/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ publish = false
license = "MPL-2.0"

[dependencies]
serde = { version = "1.0.171", default-features = false, features = ["derive", "alloc"] }
serde = { version = "1.0.173", default-features = false, features = ["derive", "alloc"] }
vector-config = { path = "../vector-config" }
vector-config-macros = { path = "../vector-config-macros" }
vrl.workspace = true

0 comments on commit b36c531

Please sign in to comment.