diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-21 23:28:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 23:28:44 +0000 |
commit | cde10241c32208fbce0cb87f2d6a6deeca2c74a4 (patch) | |
tree | bd868d43e41a7e855c229d9e3098f624e1da7178 /servo-tidy.toml | |
parent | 0e56241c1be52efd52e7ba4c999fec0bf29ce2de (diff) | |
download | servo-cde10241c32208fbce0cb87f2d6a6deeca2c74a4.tar.gz servo-cde10241c32208fbce0cb87f2d6a6deeca2c74a4.zip |
build(deps): bump flate2 from 1.0.31 to 1.0.32 (#33141)
* build(deps): bump flate2 from 1.0.31 to 1.0.32
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32)
---
updated-dependencies:
- dependency-name: flate2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Allow duplicate miniz_oxide.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r-- | servo-tidy.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml index 4aeb9ab798d..eb2c57fe4d8 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -25,8 +25,9 @@ packages = [ "cookie", "futures", "hermit-abi", - "redox_syscall", "libredox", + "miniz_oxide", + "redox_syscall", "time", "wasi", "wayland-sys", |