diff --git a/Cargo.toml b/Cargo.toml index 37458a9..c9f189d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.29.1", features = [ clap = { version = "4.3.11", features = ["derive"] } serde = { version = "1.0.171", features = ["derive"] } ipnet = { version = "2.8.0", features = ["serde"] } -hyper = { version = "0.14.27", features = ["server", "http1", "tcp"] } +hyper = { version = "1.0.0", features = ["server", "http1", "tcp"] } owo-colors = { version = "3.5.0", features = ["supports-colors"] } toml = "0.7.6" log = "0.4.19"