Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cargo): update async-compression/flate2/miniz to latest #20049

Merged
merged 3 commits into from
Aug 4, 2023

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Aug 4, 2023

This bumps async-compression dependency in deno_http to latest, in order to avoid having multiple duplicate versions.
Related, it also unpin a stale flate2 dependency so that the whole chain of async-compression -> flate2 -> miniz_oxide can surface up to current versions.
The lockfile entries for all of the above crates have been update accordingly; the new tree of dependencies looks like this:

$ cargo tree -i -p miniz_oxide

miniz_oxide v0.7.1
└── flate2 v1.0.26
    └── async-compression v0.4.1

@lucab lucab merged commit 72d9f06 into denoland:main Aug 4, 2023
13 checks passed
@lucab lucab deleted the ups/cargo-update-async-compression branch August 4, 2023 16:30
lucab added a commit to lucab/deno that referenced this pull request Aug 16, 2023
…nd#20049)

This bumps `async-compression` dependency in `deno_http` to latest, in
order to avoid having multiple duplicate versions.
Related, it also unpin a stale `flate2` dependency so that the whole
chain of `async-compression` -> `flate2` -> `miniz_oxide` can surface up
to current versions.
The lockfile entries for all of the above crates have been update
accordingly; the new tree of dependencies looks like this:
```
$ cargo tree -i -p miniz_oxide

miniz_oxide v0.7.1
└── flate2 v1.0.26
    └── async-compression v0.4.1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants