mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
build: bump arc-swap from 1.8.2 to 1.9.0 (#43548)
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.8.2 to 1.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md">arc-swap's changelog</a>.</em></p> <blockquote> <h1>1.9.0</h1> <ul> <li>Promote certain orderings to SeqCst. Original proofs based on wrong reading of standard :-(. Expect some performance degradation (<a href="https://redirect.github.com/vorner/arc-swap/issues/198">#198</a>, <a href="https://redirect.github.com/vorner/arc-swap/issues/200">#200</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="873fbf2e72"><code>873fbf2</code></a> Test file for the <a href="https://redirect.github.com/vorner/arc-swap/issues/198">#198</a></li> <li><a href="ffb2808f59"><code>ffb2808</code></a> Release of 1.9.0</li> <li><a href="9d87160c32"><code>9d87160</code></a> Promote several Orderings to SeqCst</li> <li>See full diff in <a href="https://github.com/vorner/arc-swap/compare/v1.8.2...v1.9.0">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 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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -389,9 +389,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
version = "1.8.2"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
|
||||
checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
|
||||
dependencies = [
|
||||
"rustversion",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user