mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
build(deps): bump atomic_refcell from 0.1.11 to 0.1.12 (#30466)
Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.11 to 0.1.12. - [Commits](https://github.com/bholley/atomic_refcell/commits) --- updated-dependencies: - dependency-name: atomic_refcell dependency-type: direct:production update-type: version-update:semver-patch ... 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
ccb3570b26
commit
0c6c3a2270
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -273,9 +273,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atomic_refcell"
|
name = "atomic_refcell"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905"
|
checksum = "76f2bfe491d41d45507b8431da8274f7feeca64a49e86d980eed2937ec2ff020"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atty"
|
name = "atty"
|
||||||
|
|
|
@ -15,7 +15,7 @@ accountable-refcell = "0.2.0"
|
||||||
app_units = "0.7"
|
app_units = "0.7"
|
||||||
arrayvec = "0.7"
|
arrayvec = "0.7"
|
||||||
async-tungstenite = { version = "0.22", features = ["tokio-rustls-webpki-roots"] }
|
async-tungstenite = { version = "0.22", features = ["tokio-rustls-webpki-roots"] }
|
||||||
atomic_refcell = "0.1.11"
|
atomic_refcell = "0.1.12"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
base64 = "0.21.4"
|
base64 = "0.21.4"
|
||||||
bitflags = "2.4"
|
bitflags = "2.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue