dynomite
dynomite copied to clipboard
Upgrade `uuid` to version 1.1.2
uuid has made a major 1.0.0 release and subsequent releases up to 1.1.2. Depending on dynomite while trying to upgrade uuid results in errors due to multiple crate versions.
What did you implement:
- Upgrade
lambda_httpto version 0.5.2 - Upgrade
uuidto version 1.1.2 - Update failing trybuild test cases
How did you verify your change:
By running:
cargo build --all-targets
cargo test
What (if anything) would need to be called out in the CHANGELOG for the next release:
The new uuid version should probably be called out.