feat(servo): update to latest upstream revision

This commit is contained in:
2026-07-10 11:01:32 -04:00
parent c5c622f1b8
commit 5a9400e48e
3 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ hpke = { version = "0.14.0", default-features = false, features = ["alloc", "cha
image = "0.25.10"
keyring-core = "1.0.0"
rustix = "1.1.4"
servo = { version = "0.4.0", git = "https://github.com/servo/servo.git", rev = "c983c232385edf1170118b24637d2eb2564674d7" }
servo = { version = "0.4.0", git = "https://github.com/servo/servo.git", rev = "a87625150758fe91a29e7f6553ff2f798b87027e" }
sha2 = "0.10.9"
semver = "1.0.28"
serde = { version = "1.0.228", features = ["derive"] }