Add unmaintained rusoto_credential (#1494)

Rusoto has been deprecated for a while; this is a more formalized notice
of such. `rusoto_credential` is the most fundamental crate in the tree.
This commit is contained in:
iliana etaoin
2022-12-18 04:05:06 -08:00
committed by GitHub
parent 0a2faeb871
commit 7cf8350894

View File

@@ -0,0 +1,17 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "rusoto_credential"
date = "2022-04-24"
url = "https://github.com/rusoto/rusoto/issues/1651"
informational = "unmaintained"
[versions]
patched = []
```
# Rusoto is unmaintained
The maintainers of Rusoto advise that all its crates are deprecated. This includes the common crates `rusoto_core`, `rusoto_signature`, `rusoto_credential`, and service crates such as `rusoto_s3` and `rusoto_ec2`.
Users should migrate to the [AWS SDK for Rust](https://github.com/awslabs/aws-sdk-rust), which is maintained by AWS.