Skip to content

Commit 59b629c

Browse files
committed
fix deps badge
1 parent 7988694 commit 59b629c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![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)
66
[![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net)
77
[![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)
8+
[![Dependency Status](https://deps.rs/repo/github/actix/actix-net/status.svg)](https://deps.rs/repo/github/actix/actix-net)
99

1010
## Example
1111

actix-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ tokio-uring = { version = "0.2", optional = true }
3535

3636
[dev-dependencies]
3737
tokio = { version = "1.13.1", features = ["full"] }
38-
hyper = { version = "0.14", default-features = false, features = ["server", "tcp", "http1"] }
38+
hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] }

0 commit comments

Comments
 (0)