dynomite icon indicating copy to clipboard operation
dynomite copied to clipboard

Upgrade `uuid` to version 1.1.2

Open jreyes33 opened this issue 3 years ago • 0 comments

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_http to version 0.5.2
  • Upgrade uuid to 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.

jreyes33 avatar Jun 22 '22 16:06 jreyes33