diff --git a/README.md b/README.md index 94b58958..8eebb840 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![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) [![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x) -[![Dependency Status](https://deps.rs/repo/github/actix/actix-extras/status.svg)](https://deps.rs/repo/github/actix/actix-extras) +[![Dependency Status](https://deps.rs/repo/github/actix/actix-net/status.svg)](https://deps.rs/repo/github/actix/actix-net) ## Example diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 7ca5b1c3..406c1de5 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -35,4 +35,4 @@ tokio-uring = { version = "0.2", optional = true } [dev-dependencies] tokio = { version = "1.13.1", features = ["full"] } -hyper = { version = "0.14", default-features = false, features = ["server", "tcp", "http1"] } +hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] }