awslabs / coldsnap

A command line interface for Amazon EBS snapshots
Apache License 2.0
178 stars 24 forks source link

update aws sdk: newer versions of the aws sdk do not have nativetls feature flags #302

Closed webern closed 5 months ago

webern commented 7 months ago

Attempting to update the aws SDK libraries results in the error below. It appears the feature flags to enable native-tls support have been removed in favor of a different mechanism.

/home/ANT.AMAZON.COM/brigmatt/.cargo/bin/cargo metadata --verbose --format-version 1 --all-features --filter-platform x86_64-unknown-linux-gnu
stdout :     Updating crates.io index
error: failed to select a version for `aws-sdk-ebs`.
    ... required by package `coldsnap v0.6.0 (/home/ANT.AMAZON.COM/brigmatt/repos/coldsnap)`
versions that meet the requirements `^0.36` are: 0.36.0

the package `coldsnap` depends on `aws-sdk-ebs`, with features: `native-tls` but `aws-sdk-ebs` does not have these features.

failed to select a version for `aws-sdk-ebs` which could resolve this conflict

stderr : 
webern commented 5 months ago

Closed by #303