Renamed crates (#518)

- `safe_core` has been renamed to `sn_client`
- `safe_app` has been superseded by `sn_client`
- `safe_authenticator` has been superseded by `sn_client`.
- `safe_vault` has been renamed to `sn_node`.
This commit is contained in:
Stephen Coyle
2020-12-07 17:17:30 +00:00
committed by GitHub
parent a24932e220
commit 61d315ae6f
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "safe_app"
date = "2020-12-07"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_client/pull/1267"
[versions]
patched = []
unaffected = []
```
# crate has been superseded by `sn_client`
This crate has been superseded by `sn_client`.
The new repository location is:
<https://github.com/maidsafe/sn_client>

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "safe_authenticator"
date = "2020-12-07"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_client/pull/1267"
[versions]
patched = []
unaffected = []
```
# crate has been superseded by `sn_client`
This crate has been superseded by `sn_client`.
The new repository location is:
<https://github.com/maidsafe/sn_client>

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "safe_core"
date = "2020-12-07"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_client/pull/1267"
[versions]
patched = []
unaffected = []
```
# crate has been renamed to `sn_client`
This crate has been renamed from `safe_core` to `sn_client`.
The new repository location is:
<https://github.com/maidsafe/sn_client>

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "safe_vault"
date = "2020-12-07"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_node/pull/1116"
[versions]
patched = []
unaffected = []
```
# crate has been renamed to `sn_node`
This crate has been renamed from `safe_vault` to `sn_node`.
The new repository location is:
<https://github.com/maidsafe/sn_node>