mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Upgrade bumpalo
and stop holding it back for dependabot (#30303)
This fixes a dependabot security alert.
This commit is contained in:
parent
c3c6c95a9b
commit
5b3bd6439e
2 changed files with 2 additions and 6 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -179,10 +179,6 @@ updates:
|
|||
- dependency-name: thiserror
|
||||
versions:
|
||||
- 1.0.24
|
||||
- dependency-name: bumpalo
|
||||
versions:
|
||||
- 3.6.0
|
||||
- 3.6.1
|
||||
- dependency-name: core-text
|
||||
versions:
|
||||
- 19.2.0
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -560,9 +560,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.3.0"
|
||||
version = "3.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
|
||||
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
||||
|
||||
[[package]]
|
||||
name = "byte-slice-cast"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue