softprops / dynomite

⚡🦀 🧨 make your rust types fit DynamoDB and visa versa
https://docs.rs/dynomite/
MIT License
220 stars 53 forks source link

Rusoto 0.45.0 used in the 0.10.0 version pulled from crates.io #155

Open davecline opened 3 years ago

davecline commented 3 years ago

cargo tree --package dynomite on version "0.10.0" pulled during cargo update:

├── rusoto_core v0.45.0 ├── rusoto_dynamodb v0.45.0 │ ├── rusoto_core v0.45.0 (*) │ ├── rusoto_signature v0.45.0 │ ├── rusoto_credential v0.45.0

However, the github cargo.toml files contains reference to rusoto 0.46.0 which has TLS fixes.

We can't use dynomite (unless we pull from /master/ branch directly) as we rely upon rusoto 0.46.0.

Any chance the crates.io version can get updated with the master build?

stanislav-tkach commented 3 years ago

I was hoping for a new release too. By the way, there is #151.