Skip to content

Commit

Permalink
chore(deps): Bump toml from 0.7.5 to 0.7.6 (vectordotdev#17875)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2023
1 parent c8e1267 commit 44d3a8c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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 @@ -312,7 +312,7 @@ syslog = { version = "6.1.0", default-features = false, optional = true }
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
toml = { version = "0.7.5", default-features = false, features = ["parse", "display"] }
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
typetag = { version = "0.2.9", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
serde_with = { version = "2.3.2", default-features = false, features = ["std"] }
snafu = { version = "0.7.4", default-features = false }
toml = { version = "0.7.5", default-features = false }
toml = { version = "0.7.6", default-features = false }
tracing = { version = "0.1.34", default-features = false }
url = { version = "2.4.0", default-features = false, features = ["serde"] }
vrl.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions lib/vector-core/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ tokio = { version = "1.29.1", default-features = false, features = ["net"] }
tokio-openssl = { version = "0.6.3", default-features = false }
tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true }
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
toml = { version = "0.7.5", default-features = false }
toml = { version = "0.7.6", default-features = false }
tonic = { version = "0.9", default-features = false, features = ["transport"] }
tower = { version = "0.4", default-features = false, features = ["util"] }
tracing = { version = "0.1.34", default-features = false }
Expand Down Expand Up @@ -86,7 +86,7 @@ quickcheck_macros = "1"
proptest = "1.2"
similar-asserts = "1.4.2"
tokio-test = "0.4.2"
toml = { version = "0.7.5", default-features = false, features = ["parse"] }
toml = { version = "0.7.6", default-features = false, features = ["parse"] }
ndarray = "0.15.6"
ndarray-stats = "0.5.1"
noisy_float = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Expand Up @@ -37,4 +37,4 @@ serde_json = "1.0.100"
serde_yaml = "0.9.22"
sha2 = "0.10.7"
tempfile = "3.6.0"
toml = { version = "0.7.5", default-features = false, features = ["parse"] }
toml = { version = "0.7.6", default-features = false, features = ["parse"] }

0 comments on commit 44d3a8c

Please sign in to comment.