From 0f2bc2d6eefd4b1ba4fcef3caae4965dee8ed71e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 25 Aug 2021 08:47:17 -0600 Subject: [PATCH] Add unmaintained crate advisory for `cosmos_sdk` (#1010) It has been renamed to `cosmrs`: https://github.com/cosmos/cosmos-rust/tree/main/cosmrs --- crates/cosmos_sdk/RUSTSEC-0000-0000.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 crates/cosmos_sdk/RUSTSEC-0000-0000.md diff --git a/crates/cosmos_sdk/RUSTSEC-0000-0000.md b/crates/cosmos_sdk/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..37c0e6a --- /dev/null +++ b/crates/cosmos_sdk/RUSTSEC-0000-0000.md @@ -0,0 +1,25 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "cosmos_sdk" +date = "2021-08-25" +informational = "unmaintained" +url = "https://github.com/cosmos/cosmos-rust/issues/113" + +[versions] +patched = [] +unaffected = [] +``` + +# Crate has been renamed to `cosmrs` + +The `cosmos_sdk` crate, which provides a basic Rust SDK for the Cosmos ecosystem, +has rebranded to “CosmRS” in the spirit of other projects like CosmJS and CosmWasm. + +You can find the new home here: + +https://github.com/cosmos/cosmos-rust/tree/main/cosmrs + +The new crate name is `cosmrs`: + +https://crates.io/crates/cosmrs