Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davecline opened this issue Apr 13, 2021 · 1 comment
Open

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

davecline opened this issue Apr 13, 2021 · 1 comment

Comments

@davecline
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants