Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the env_logger dev-dependency from version 0.8.2 to 0.11. Feedback indicates that this major version jump likely introduces breaking changes that require corresponding code updates to ensure the project remains buildable.
|
|
||
| [dev-dependencies] | ||
| env_logger = "0.8.2" | ||
| env_logger = "0.11" |
There was a problem hiding this comment.
Upgrading env_logger from version 0.8.2 to 0.11 is a major version jump that spans multiple breaking releases. For instance, env_logger v0.9.0 and v0.10.0 introduced significant breaking changes to the builder API and module structure.
Since there are no corresponding code changes in this PR to adapt to these new versions, it's highly likely that this will break tests or examples that rely on env_logger.
It is strongly recommended to also include the necessary code updates for the new env_logger version in this pull request to ensure the project remains buildable.
|
I will fix the CI in another PR. |
from https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/netlink-proto/debian/patches/relax-dependencies.patch?ref_type=heads#L10