Skip to content

Commit 44d3a8c

Browse files
chore(deps): Bump toml from 0.7.5 to 0.7.6 (vectordotdev#17875)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.5 to 0.7.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/59ae12d8c1b3c79df6ae7a29d1841ae860cd7fb6"><code>59ae12d</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/501bbcd7bc56f97690b658d1964e35dd173c299b"><code>501bbcd</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/c2a36b0e23c24d3129f5bb5d8105f0d24f5ac7da"><code>c2a36b0</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/576">#576</a> from marcospb19/toml-edit-add-retain-method-to-collec...</li> <li><a href="https://github.com/toml-rs/toml/commit/4b2d3c9551bb62276e0713beb8e940d04049bdd2"><code>4b2d3c9</code></a> toml_edit: add <code>retain</code> to arrays and tables</li> <li><a href="https://github.com/toml-rs/toml/commit/bb108a8f41f23b3d821f410fc4eecfe3addede70"><code>bb108a8</code></a> feat(toml): add <code>Map::retain</code> method (<a href="https://redirect.github.com/toml-rs/toml/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/toml-rs/toml/compare/toml-v0.7.5...toml-v0.7.6">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.5&new-version=0.7.6)](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 c8e1267 commit 44d3a8c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

+9-9
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
@@ -312,7 +312,7 @@ syslog = { version = "6.1.0", default-features = false, optional = true }
312312
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
313313
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
314314
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
315-
toml = { version = "0.7.5", default-features = false, features = ["parse", "display"] }
315+
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }
316316
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
317317
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
318318
typetag = { version = "0.2.9", 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.5", default-features = false }
26+
toml = { version = "0.7.6", 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.workspace = true

lib/vector-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = { version = "1.29.1", 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.5", default-features = false }
53+
toml = { version = "0.7.6", 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.5", default-features = false, features = ["parse"] }
89+
toml = { version = "0.7.6", 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.100"
3737
serde_yaml = "0.9.22"
3838
sha2 = "0.10.7"
3939
tempfile = "3.6.0"
40-
toml = { version = "0.7.5", default-features = false, features = ["parse"] }
40+
toml = { version = "0.7.6", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)