Skip to content

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