From 048d98bc06e0ac9206fb45045804acaa368c195d Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Thu, 15 Dec 2022 16:13:21 -0800 Subject: [PATCH] Add unmaintained `rusoto_credential` 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. --- crates/rusoto_credential/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crates/rusoto_credential/RUSTSEC-0000-0000.md diff --git a/crates/rusoto_credential/RUSTSEC-0000-0000.md b/crates/rusoto_credential/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..bd21913b1 --- /dev/null +++ b/crates/rusoto_credential/RUSTSEC-0000-0000.md @@ -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.