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

Upgrade deadpool dependency #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

emmiegit
Copy link

As described in #109, this issue upgrades the deadpool dependency, which through a chain of dependencies relies on an outdated version of nom which has code that rustc now emits a deprecation warning for:

    Finished dev [unoptimized + debuginfo] target(s) in 4m 49s
warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 35`

The other dependencies in this chain are already upgraded, so fixing the use here in http-client will result in downstream users no longer having this rustc warning appear.

@emmiegit emmiegit mentioned this pull request Apr 14, 2023
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.

1 participant