Skip to content

Commit

Permalink
chore(deps): Bump toml from 0.7.4 to 0.7.5 (vectordotdev#17751)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent e07158c commit 35c4581
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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 @@ -309,7 +309,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.4", default-features = false, features = ["parse", "display"] }
toml = { version = "0.7.5", 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.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
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.4", default-features = false }
toml = { version = "0.7.5", default-features = false }
tracing = { version = "0.1.34", default-features = false }
url = { version = "2.4.0", default-features = false, features = ["serde"] }
vrl = { version = "0.4.0", default-features = false, features = ["compiler"] }
Expand Down
4 changes: 2 additions & 2 deletions lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio = { version = "1.28.2", 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.4", default-features = false }
toml = { version = "0.7.5", 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.4", default-features = false, features = ["parse"] }
toml = { version = "0.7.5", 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
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ serde_json = "1.0.99"
serde_yaml = "0.9.22"
sha2 = "0.10.7"
tempfile = "3.6.0"
toml = { version = "0.7.4", default-features = false, features = ["parse"] }
toml = { version = "0.7.5", default-features = false, features = ["parse"] }

0 comments on commit 35c4581

Please sign in to comment.