mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump thiserror from 1.0.44 to 1.0.47 in /rust (#1935)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.47. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.47</h2> <ul> <li>Work around rust-analyzer bug (<a href="https://redirect.github.com/rust-lang/rust-analyzer/issues/9911">rust-lang/rust-analyzer#9911</a>)</li> </ul> <h2>1.0.46</h2> <ul> <li>Add bootstrap workaround to allow rustc to depend on thiserror (<a href="https://redirect.github.com/dtolnay/thiserror/issues/248">#248</a>, thanks <a href="https://github.com/RalfJung"><code>@RalfJung</code></a>)</li> </ul> <h2>1.0.45</h2> <ul> <li>Update backtrace support to nightly's new Error::provide API (<a href="https://redirect.github.com/rust-lang/rust/pull/113464">rust-lang/rust#113464</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/246">#246</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0495eaa802"><code>0495eaa</code></a> Release 1.0.47</li> <li><a href="2d9425c374"><code>2d9425c</code></a> Work around ridiculous rust-analyzer behavior</li> <li><a href="5ada5d5198"><code>5ada5d5</code></a> Release 1.0.46</li> <li><a href="f51271a0d5"><code>f51271a</code></a> Reword bootstrap comment</li> <li><a href="1f02cdfcdd"><code>1f02cdf</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/248">#248</a> from RalfJung/bootstrap</li> <li><a href="fa637828ae"><code>fa63782</code></a> don't run build probes in rustc bootstrap</li> <li><a href="2fd79cd52a"><code>2fd79cd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/247">#247</a> from dtolnay/errorprovide</li> <li><a href="78e0ffed90"><code>78e0ffe</code></a> Pull in anyhow's new Error::provide support</li> <li><a href="06f1895832"><code>06f1895</code></a> Release 1.0.45</li> <li><a href="a11330f7fb"><code>a11330f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/246">#246</a> from dtolnay/errorprovide</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.47">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
This commit is contained in:
8
rust/Cargo.lock
generated
8
rust/Cargo.lock
generated
@@ -3172,18 +3172,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.44"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
||||
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.44"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
||||
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -14,5 +14,5 @@ tracing = "0.1.37"
|
||||
rand_core = "0.6.4"
|
||||
url = "2.4.0"
|
||||
serde_json = "1.0.104"
|
||||
thiserror = "1.0.40"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.28.2", features = ["net", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user