Update mozangle to 0.4 (#30416)

This commit is contained in:
Samson 2023-10-13 09:47:57 +02:00 committed by GitHub
parent df2c9141b5
commit 09075402a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -3641,10 +3641,11 @@ dependencies = [
[[package]]
name = "mozangle"
version = "0.3.6"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a1fa5a876b07f6e97ecea31b3f1ef03fc3718af65429965559a5f09c563c7d5"
checksum = "50520878a0ee7a06b007711e568749a3b3979defa6aaf40dd69651cfe377ca35"
dependencies = [
"bindgen 0.68.1",
"cc",
"gl_generator",
"lazy_static",

View file

@ -52,7 +52,7 @@ log = "0.4"
malloc_size_of_derive = "0.1"
mime = "0.3.13"
mime_guess = "2.0.3"
mozangle = "0.3"
mozangle = "0.4"
num-traits = "0.2"
parking_lot = "0.12"
percent-encoding = "2.0"