mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-28 01:49:05 +02:00
build(deps): bump thiserror from 1.0.51 to 1.0.53 (#1626)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.53. <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.53</h2> <ul> <li>Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (<a href="https://redirect.github.com/dtolnay/thiserror/issues/270">#270</a>)</li> </ul> <h2>1.0.52</h2> <ul> <li>Fix interaction with RUSTC_BOOTSTRAP (<a href="https://redirect.github.com/dtolnay/thiserror/issues/269">#269</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="af28d9c078
"><code>af28d9c</code></a> Release 1.0.53</li> <li><a href="c22822cd8c
"><code>c22822c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/275">#275</a> from dtolnay/probers</li> <li><a href="87223991b7
"><code>8722399</code></a> Rerun build script on changes to probe.rs</li> <li><a href="0e280fe61d
"><code>0e280fe</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/274">#274</a> from dtolnay/bootstrap</li> <li><a href="f334cfcdc1
"><code>f334cfc</code></a> Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler</li> <li><a href="5fd95375e3
"><code>5fd9537</code></a> Update crate name used for build script probe</li> <li><a href="a9b1585343
"><code>a9b1585</code></a> Move ExitStatus::success check into compile_probe()</li> <li><a href="0f349a4bb1
"><code>0f349a4</code></a> Remove needless_raw_string_hashes clippy pedantic suppression from build script</li> <li><a href="c1c003f2a3
"><code>c1c003f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/273">#273</a> from dtolnay/cargoenvvar</li> <li><a href="9b7356fd43
"><code>9b7356f</code></a> Require cargo promised environment variables to be present</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.53">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:
parent
b2db08a014
commit
7c74f0f476
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2338,18 +2338,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.51"
|
||||
version = "1.0.53"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
||||
checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.51"
|
||||
version = "1.0.53"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
||||
checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -15,7 +15,7 @@ path = "concurrency/link-checker.rs"
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11.12", features = ["blocking"] }
|
||||
scraper = "0.18.0"
|
||||
thiserror = "1.0.37"
|
||||
thiserror = "1.0.53"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.9.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user