mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update mozjs dependency. (#38596)
Dependency update for mozjs which includes the faster latin1 decoding. Testing: Dependency updates have no tests. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
3976fa77bc
commit
0d40547bec
1 changed files with 3 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -5243,10 +5243,11 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mozjs"
|
name = "mozjs"
|
||||||
version = "0.14.1"
|
version = "0.14.1"
|
||||||
source = "git+https://github.com/servo/mozjs#1410a4bafe4674ea17b1c4f0053a3e589ebce989"
|
source = "git+https://github.com/servo/mozjs#0bebd6872b1a061b69bcfcf73162abf0af27eebc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.71.1",
|
"bindgen 0.71.1",
|
||||||
"cc",
|
"cc",
|
||||||
|
"encoding_rs",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
"mozjs_sys",
|
"mozjs_sys",
|
||||||
|
@ -5255,7 +5256,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mozjs_sys"
|
name = "mozjs_sys"
|
||||||
version = "0.137.0-1"
|
version = "0.137.0-1"
|
||||||
source = "git+https://github.com/servo/mozjs#1410a4bafe4674ea17b1c4f0053a3e589ebce989"
|
source = "git+https://github.com/servo/mozjs#0bebd6872b1a061b69bcfcf73162abf0af27eebc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.71.1",
|
"bindgen 0.71.1",
|
||||||
"cc",
|
"cc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue