mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump thiserror from 1.0.58 to 1.0.61 in /rust (#5138)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.61. <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.61</h2> <ul> <li>Use <code>core::fmt</code> and <code>core::panic</code> to facilitate <code>error_in_core</code> support (<a href="https://redirect.github.com/dtolnay/thiserror/issues/299">#299</a>, thanks <a href="https://github.com/jordens"><code>@jordens</code></a>)</li> </ul> <h2>1.0.60</h2> <ul> <li>Resolve unexpected_cfgs warning (<a href="https://redirect.github.com/dtolnay/thiserror/issues/298">#298</a>)</li> </ul> <h2>1.0.59</h2> <ul> <li>Unblock testing of rustc <code>debug-fmt-detail</code> option (<a href="https://redirect.github.com/dtolnay/thiserror/issues/297">#297</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5c8016393f"><code>5c80163</code></a> Release 1.0.61</li> <li><a href="e3b1b91ced"><code>e3b1b91</code></a> Format PR 299 with rustfmt</li> <li><a href="6b2b871f39"><code>6b2b871</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/299">#299</a> from quartiq/core</li> <li><a href="ce974bc2bd"><code>ce974bc</code></a> also {std -> core}::panic::UnwindSafe</li> <li><a href="7b6e35b992"><code>7b6e35b</code></a> use core::fmt instead of std::fmt</li> <li><a href="870d11b830"><code>870d11b</code></a> Release 1.0.60</li> <li><a href="0ccee7c2a1"><code>0ccee7c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/298">#298</a> from dtolnay/checkcfg</li> <li><a href="cf43d0c130"><code>cf43d0c</code></a> Resolve unexpected_cfgs warning</li> <li><a href="e7ad85ee6b"><code>e7ad85e</code></a> Release 1.0.59</li> <li><a href="af477ecbe5"><code>af477ec</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/297">#297</a> from dtolnay/traitident</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.61">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
@@ -6456,18 +6456,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.58"
|
||||
version = "1.0.61"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
||||
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.58"
|
||||
version = "1.0.61"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
||||
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -16,7 +16,7 @@ tracing = { workspace = true }
|
||||
rand_core = "0.6.4"
|
||||
url = "2.4.1"
|
||||
serde_json = "1.0.116"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.36.0", features = ["net", "time"] }
|
||||
backoff = "0.4.0"
|
||||
uuid = { version = "1.7", default-features = false, features = ["std", "v4"] }
|
||||
|
||||
Reference in New Issue
Block a user