diff --git a/Cargo.toml b/Cargo.toml index a90fcd5..04baa43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "http-sh" clap = { version = "4.1.4", features = ["derive", "wrap_help"] } tokio = { version = "1", features = ["full"] } hyper = { version = "0.14", features = ["server", "http1", "http2", "runtime"] } -hyper-staticfile = "0.9.4" +hyper-staticfile = "0.10.0" futures = "0.3" tokio-util = { version = "0.7.3", features = ["full"] } url = "2.3.1"