Update to Rusoto 0.43
bottiger opened this issue ยท 6 comments
I would be nice to update to Rusoto 0.43, but I tried and failed to do it.
I'll try take a look at this soon. I haven't been tracking the upstream changes closely to guess what could have gone wrong
I guess the biggest change in 0.43 is the removal of RusotoFuture in favor of Rust new future library
The change from RusotoFuture to std::future::Future requires quite a few changes. Right now there's an open PR in futures_backoff that has to land first.
Would you consider splitting dynomite further? The item mapping is already completely independent of the DynamoDbExt and the Retries trait. If there were two separate crates it would be possible to use your awesome item mapping with dynomite-derive and still use the most up to date rusoto version.
Looking forward to this.
have support for this on master. I'll publish it soon