Merge pull request #772 from S-Coyle/update_crate_names

Update crate names
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-02-15 17:42:59 +01:00
committed by GitHub
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "jsonrpc-quic"
date = "2021-02-15"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_api/pull/623"
[versions]
patched = []
unaffected = []
```
# crate has been renamed to `qjsonrpc`
This crate has been renamed from `jsonrpc-quic` to `qjsonrpc`.
The new repository location is:
<https://github.com/maidsafe/sn_api>

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "safe-api"
date = "2021-02-15"
informational = "unmaintained"
url = "https://github.com/maidsafe/sn_api/pull/619"
[versions]
patched = []
unaffected = []
```
# crate has been renamed to `sn_api`
This crate has been renamed from `safe-api` to `sn_api`.
The new repository location is:
<https://github.com/maidsafe/sn_api>