Skip to content

Commit 35c4581

Browse files
chore(deps): Bump toml from 0.7.4 to 0.7.5 (vectordotdev#17751)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.4 to 0.7.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/22fb58e20d2de3dcc76af7cfb9592400e7ba1623"><code>22fb58e</code></a> chore: Don't release serde_toml</li> <li><a href="https://github.com/toml-rs/toml/commit/bd45f69b046c404f652716f7aa7b90d6f626bd39"><code>bd45f69</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/8ef76fbdfafd09439d2557a7904b63200de9b6af"><code>8ef76fb</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/224dca83298040051187808b88893a73c3ed570c"><code>224dca8</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/574">#574</a> from cuviper/indexmap-2</li> <li><a href="https://github.com/toml-rs/toml/commit/ef0a3fc43643a35c71520a610c109168951597e4"><code>ef0a3fc</code></a> chore: Upgrade to indexmap 2</li> <li><a href="https://github.com/toml-rs/toml/commit/f4a5aa70eec0614a8f3dc0e3b1efbf930a033329"><code>f4a5aa7</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/570">#570</a> from sksat/replace-unmaintained-toolchain-action</li> <li><a href="https://github.com/toml-rs/toml/commit/dcc2ca1e482550728173dd26ff274b5f52c65fad"><code>dcc2ca1</code></a> fix: Replace unmaintained actions-rs/toolchain with dtolnay/rust-toolchain</li> <li><a href="https://github.com/toml-rs/toml/commit/48fb5a266cabfdc0a7370adea88bafea115684f0"><code>48fb5a2</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/569">#569</a> from joshtriplett/workspace</li> <li><a href="https://github.com/toml-rs/toml/commit/9c4faad9637cf8b12cee8f8c5ad7fe3b4aef40cd"><code>9c4faad</code></a> Inherit <code>package.homepage</code> from the workspace</li> <li><a href="https://github.com/toml-rs/toml/commit/c5061982062e1fe9f15f3323a5a24c8c91563141"><code>c506198</code></a> Inherit <code>package.repository</code> from the workspace</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.7.4...toml-v0.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.7.4&new-version=0.7.5)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e07158c commit 35c4581

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ syslog = { version = "6.1.0", default-features = false, optional = true }
309309
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
310310
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
311311
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
312-
toml = { version = "0.7.4", default-features = false, features = ["parse", "display"] }
312+
toml = { version = "0.7.5", default-features = false, features = ["parse", "display"] }
313313
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
314314
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
315315
typetag = { version = "0.2.8", default-features = false }

lib/vector-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false }
2323
serde_json = { version = "1.0", default-features = false, features = ["std"] }
2424
serde_with = { version = "2.3.2", default-features = false, features = ["std"] }
2525
snafu = { version = "0.7.4", default-features = false }
26-
toml = { version = "0.7.4", default-features = false }
26+
toml = { version = "0.7.5", default-features = false }
2727
tracing = { version = "0.1.34", default-features = false }
2828
url = { version = "2.4.0", default-features = false, features = ["serde"] }
2929
vrl = { version = "0.4.0", default-features = false, features = ["compiler"] }

lib/vector-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = { version = "1.28.2", default-features = false, features = ["net"] }
5050
tokio-openssl = { version = "0.6.3", default-features = false }
5151
tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true }
5252
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
53-
toml = { version = "0.7.4", default-features = false }
53+
toml = { version = "0.7.5", default-features = false }
5454
tonic = { version = "0.9", default-features = false, features = ["transport"] }
5555
tower = { version = "0.4", default-features = false, features = ["util"] }
5656
tracing = { version = "0.1.34", default-features = false }
@@ -86,7 +86,7 @@ quickcheck_macros = "1"
8686
proptest = "1.2"
8787
similar-asserts = "1.4.2"
8888
tokio-test = "0.4.2"
89-
toml = { version = "0.7.4", default-features = false, features = ["parse"] }
89+
toml = { version = "0.7.5", default-features = false, features = ["parse"] }
9090
ndarray = "0.15.6"
9191
ndarray-stats = "0.5.1"
9292
noisy_float = "0.2.0"

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ serde_json = "1.0.99"
3737
serde_yaml = "0.9.22"
3838
sha2 = "0.10.7"
3939
tempfile = "3.6.0"
40-
toml = { version = "0.7.4", default-features = false, features = ["parse"] }
40+
toml = { version = "0.7.5", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)