diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-14 17:37:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 17:37:08 +0000 |
commit | 2c0c36f2383532919f76783b4fb4755492571b9e (patch) | |
tree | c1dbb38c6f773a4326225a73cec167b840617e6c /Cargo.lock | |
parent | d65278d793111c8594825b5e1539286f28c0f7d0 (diff) | |
download | servo-2c0c36f2383532919f76783b4fb4755492571b9e.tar.gz servo-2c0c36f2383532919f76783b4fb4755492571b9e.zip |
build(deps): bump miniz_oxide from 0.8.2 to 0.8.3 (#34993)
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.2 to 0.8.3.
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.8.2...0.8.3)
---
updated-dependencies:
- dependency-name: miniz_oxide
dependency-type: indirect
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 05c581577ca..5dfd24d8b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4521,9 +4521,9 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" +checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" dependencies = [ "adler2", "simd-adler32", |