mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
build(deps): bump thread_local from 1.1.8 to 1.1.9 (#37446)
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.8 to 1.1.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/thread_local-rs/releases">thread_local's releases</a>.</em></p> <blockquote> <h2>v1.1.9</h2> <h3>Other</h3> <ul> <li>Add release-plz for automated releases</li> <li>Remove once_cell dependency</li> <li>Bump MSRV to 1.61</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md">thread_local's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Amanieu/thread_local-rs/compare/v1.1.8...v1.1.9">1.1.9</a> - 2025-06-12</h2> <h3>Other</h3> <ul> <li>Add release-plz for automated releases</li> <li>Remove once_cell dependency</li> <li>Bump MSRV to 1.61</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4b7cc0f30b
"><code>4b7cc0f</code></a> chore: release v1.1.9</li> <li><a href="11f0bcc9f1
"><code>11f0bcc</code></a> Add release-plz for automated releases</li> <li><a href="b5aa929035
"><code>b5aa929</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/thread_local-rs/issues/76">#76</a> from james7132/remove-once-cell-dependency</li> <li><a href="d7f100ab3f
"><code>d7f100a</code></a> Remove once_cell dependency</li> <li><a href="6920311014
"><code>6920311</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/thread_local-rs/issues/73">#73</a> from Swatinem/msrv</li> <li><a href="e3d9a42add
"><code>e3d9a42</code></a> Bump MSRV to 1.61</li> <li>See full diff in <a href="https://github.com/Amanieu/thread_local-rs/compare/1.1.8...v1.1.9">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
a7e9df0fef
commit
94af8e5a3d
1 changed files with 2 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -7816,12 +7816,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thread_local"
|
name = "thread_local"
|
||||||
version = "1.1.8"
|
version = "1.1.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"once_cell",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue