Skip to content

Commit

Permalink
chore(deps): Bump snafu from 0.7.4 to 0.7.5 (vectordotdev#17919)
Browse files Browse the repository at this point in the history
Bumps [snafu](https://github.com/shepmaster/snafu) from 0.7.4 to 0.7.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md">snafu's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/shepmaster/snafu/releases/tag/0.7.5">0.7.5</a>
- 2023-07-09</h2>
<h3>Added</h3>
<ul>
<li>The <code>CleanedErrorText</code> iterator can be used to remove
redundant
parts from the messages that many errors duplicate from their
underlying sources. This is the same behavior as <code>Report</code>,
but can
be used in contexts other than console output, such as when
reporting an error in structured output like HTML or JSON.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>The documentation for the compatability feature flags now mentions
<code>rust_1_39</code> and shows the correct default state of
<code>rust_1_61</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shepmaster/snafu/commit/d833d11f7a1c888a9e58745106035b58333fcd2f"><code>d833d11</code></a>
Release 0.7.5</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/742a212cd335e4f9527d4025cc7ba6979273f5e9"><code>742a212</code></a>
Update the changelog</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/e04a77c149e8deacf83c00704abee66d50fd46c2"><code>e04a77c</code></a>
Merge pull request <a
href="https://redirect.github.com/shepmaster/snafu/issues/386">#386</a>
from shepmaster/compat-docs</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/ecd6c82d49f957a4a548d9a343302c4a01083027"><code>ecd6c82</code></a>
Merge pull request <a
href="https://redirect.github.com/shepmaster/snafu/issues/383">#383</a>
from shepmaster/cleaned-error-text</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/f00b5c0476222517b71cc3054ea8cbd6084a3538"><code>f00b5c0</code></a>
Correct documented default state for the <code>rust_1_61</code> feature
flag</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/93f55e2d1c0908d0ff5df5a08d9f77d64d0c104d"><code>93f55e2</code></a>
Document the <code>rust_1_39</code> feature flag</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/e4e57eacec684c99738230a2b95b6b98c39a0816"><code>e4e57ea</code></a>
Extract an iterator that cleans redundant nested error text</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/d993c94e999f7c1201b11e750b803a30b7588cc3"><code>d993c94</code></a>
Merge pull request <a
href="https://redirect.github.com/shepmaster/snafu/issues/385">#385</a>
from Enet4/fix/update-compile_error-messages</li>
<li><a
href="https://github.com/shepmaster/snafu/commit/2bf38fb974dde31d2fb47232adc212f70f9b44a0"><code>2bf38fb</code></a>
Update compile_error test snapshots</li>
<li>See full diff in <a
href="https://github.com/shepmaster/snafu/compare/0.7.4...0.7.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snafu&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] committed Jul 10, 2023
1 parent bc5822c commit 49714cf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 @@ -303,7 +303,7 @@ roaring = { version = "0.10.1", default-features = false, optional = true }
seahash = { version = "4.1.0", default-features = false }
semver = { version = "1.0.17", default-features = false, features = ["serde", "std"], optional = true }
smallvec = { version = "1", default-features = false, features = ["union", "serde"] }
snafu = { version = "0.7.4", default-features = false, features = ["futures"] }
snafu = { version = "0.7.5", default-features = false, features = ["futures"] }
snap = { version = "1.1.0", default-features = false, optional = true }
socket2 = { version = "0.5.3", default-features = false }
stream-cancel = { version = "0.8.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ regex = { version = "1.9.1", default-features = false, features = ["std", "perf"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false }
smallvec = { version = "1", default-features = false, features = ["union"] }
snafu = { version = "0.7.4", default-features = false, features = ["futures"] }
snafu = { version = "0.7.5", default-features = false, features = ["futures"] }
syslog_loose = { version = "0.18", default-features = false, optional = true }
tokio-util = { version = "0.7", default-features = false, features = ["codec"] }
tracing = { version = "0.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/docs-renderer/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = { version = "1.0.71", default-features = false, features = ["std"] }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
snafu = { version = "0.7.4", default-features = false }
snafu = { version = "0.7.5", default-features = false }
tracing = { version = "0.1.34", default-features = false }
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
vector-config = { path = "../vector-config" }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ 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.164", default-features = false, features = ["derive"] }
snafu = { version = "0.7.4", default-features = false, features = ["std"] }
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"] }
tracing = { version = "0.1.34", default-features = false, features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ once_cell = { version = "1", default-features = false }
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 }
snafu = { 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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ serde = { version = "1.0.164", default-features = false, features = ["derive", "
serde_json = { version = "1.0.100", default-features = false }
serde_with = { version = "2.3.2", default-features = false, features = ["std", "macros"] }
smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] }
snafu = { version = "0.7.4", default-features = false }
snafu = { version = "0.7.5", default-features = false }
socket2 = { version = "0.5.3", default-features = false }
tokio = { version = "1.29.1", default-features = false, features = ["net"] }
tokio-openssl = { version = "0.6.3", default-features = false }
Expand Down

0 comments on commit 49714cf

Please sign in to comment.