build(deps): bump mozangle from 0.5.1 to 0.5.2 (#34059)

Bumps [mozangle](https://github.com/servo/mozangle) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/servo/mozangle/releases)
- [Commits](https://github.com/servo/mozangle/commits)

---
updated-dependencies:
- dependency-name: mozangle
  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:
dependabot[bot] 2024-10-29 17:10:58 +00:00 committed by GitHub
parent 36d9fafde8
commit 7a72005802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4501,9 +4501,9 @@ dependencies = [
[[package]]
name = "mozangle"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b14af7d1a65278923835af94ac23d4c3662478001ac6e78075fe1210a7067e4b"
checksum = "77f793a01513d52fdaeaa687359ce3a9f032fe5cc60ce542744ff04f08b3925e"
dependencies = [
"bindgen",
"cc",

View file

@ -85,7 +85,7 @@ malloc_size_of_derive = "0.1"
memmap2 = "0.9.5"
mime = "0.3.13"
mime_guess = "2.0.5"
mozangle = "0.5.1"
mozangle = "0.5.2"
net_traits = { path = "components/shared/net" }
nix = "0.29"
num-traits = "0.2"