awslabs / coldsnap

A command line interface for Amazon EBS snapshots
Apache License 2.0
194 stars 24 forks source link

Update dependencies #197

Closed jpculp closed 2 years ago

jpculp commented 2 years ago

Description of changes:

Updates various dependencies, including AWS SDK for Rust (0.18.0), indicatif (0.17.1), nix (0.25.0), and cargo-deny (0.12.2).

Testing done:

uploaded a file, waited for the snapshot, downloaded the snapshot, confirmed sha512sum of the data was the same.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jpculp commented 2 years ago

Cleaned up the dependencies list.

jpculp commented 2 years ago

Fixed one bump that was set in Cargo.lock but not Cargo.toml.