Skip to content

Commit ff3a526

Browse files
authored
Mark tokio-proto as deprecated (#1184)
* Mark tokio-proto as deprecated * Note that the repo is archived
1 parent 8f550f1 commit ff3a526

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "tokio-proto"
5+
date = "2020-02-06"
6+
informational = "unmaintained"
7+
url = "https://github.com/tokio-rs/tokio-proto/commit/56c720ea3c74efa8f39e36c24e609628222b16a1"
8+
9+
[versions]
10+
patched = []
11+
unaffected = []
12+
```
13+
14+
# `tokio-proto` is deprecated/unmaintained
15+
16+
The [`tokio-proto`](https://crates.io/crates/tokio-proto) crate has been deprecated, and [its GitHub repository](https://github.com/tokio-rs/tokio-proto) has been archived.
17+
Users may be interested in [`tokio-tower`](https://crates.io/crates/tokio-tower) instead, per https://github.com/tokio-rs/tokio/issues/118#issuecomment-452969665

0 commit comments

Comments
 (0)