Skip to content

Commit 5058e2d

Browse files
committed
bump tokio in local-channel dev deps
1 parent ae9afd4 commit 5058e2d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22

33
> A collection of lower-level libraries for composable network services.
44
5-
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-server)
65
[![CI](https://github.com/actix/actix-net/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/actix/actix-net/actions/workflows/ci.yml)
76
[![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net)
87
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
8+
[![Dependency Status](https://deps.rs/repo/github/actix/actix-extras/status.svg)](https://deps.rs/repo/github/actix/actix-extras)
99

1010
## Example
11+
1112
See `actix-server/examples` and `actix-tls/examples` for some basic examples.
1213

1314
### MSRV
15+
1416
This repo's Minimum Supported Rust Version (MSRV) is 1.46.0.
1517

1618
## License
17-
This project is licensed under either of
1819

19-
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
20-
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
20+
The crates in repo are licensed under either of:
21+
22+
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
23+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
2124

2225
at your option.
2326

local-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ futures-util = { version = "0.3.7", default-features = false }
1818
local-waker = "0.1"
1919

2020
[dev-dependencies]
21-
tokio = { version = "1.5.1", features = ["rt", "macros"] }
21+
tokio = { version = "1.13.1", features = ["rt", "macros"] }

0 commit comments

Comments
 (0)