vv9k / docker-api-rs

Rust interface to Docker containers
MIT License
106 stars 33 forks source link

Update dev-dependencies #25

Closed rukai closed 2 years ago

rukai commented 2 years ago

What did you implement:

Closes: #xxx

How did you verify your change:

Ran some of the examples and observed no change in behaviour: e.g. cargo run --example container -- list

Admittedly I did not test them very thoroughly

What (if anything) would need to be called out in the CHANGELOG for the next release:

Dev-deps cannot affect the implementation

rukai commented 2 years ago

Thanks for the feedback, should be all addressed now.

vv9k commented 2 years ago

LGTM, Thank you!