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

Use bollard crate directly, upgrade serde to 1.0.152 #10546

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Commits on Oct 17, 2023

  1. Use bollard crate directly

    This PR changes us from using my Bollard fork that uses an older
    serde_with version to using the main Bollard crate.
    
    Recently I landed a PR to serde_with that changed the minimum required
    serde version from 1.0.157 to 1.0.152. Bollard uses serde_with, so now
    the transitive dependency on serde through serde_with from Bollard is no
    longer 1.0.157 but 1.0.152, which we can use happily without breaking
    the the analyze formats code (see this issue for more details: ).
    banool committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6e4f5ab View commit details
    Browse the repository at this point in the history