mockersf / serde_dynamodb

Talk with dynamodb using your existing structs thanks to serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated patch version with an updated minor dependency revision

Luminoth opened this issue · comments

commented

Hi, it looks like serde_dynamodb did a patch bump while updating a minor revision of the rusoto dependencies. That's a breaking change for anyone that has dependencies like this:

rusoto_dynamodb = "0.43"
serde_dynamodb = "0.5"

Can serde_dynamodb instead do minor bumps to match minor dependency bumps in order to avoid this?

thanks for reporting this
from now on I'll use the same level of version change as rusoto to avoid issues