diff --git a/Cargo.toml b/Cargo.toml index 0ed1b828..a8577e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ procfs = { version = "^0.16", optional = true, default-features = false } [dev-dependencies] criterion = "0.5" getopts = "^0.2" -hyper = { version = "^0.14", features = ["server", "http1", "tcp"] } +hyper = { version = "^1.1", features = ["server", "http1", "tcp"] } tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] } [build-dependencies]