diff --git a/Cargo.lock b/Cargo.lock index aae3edd..f0f07cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,9 +1214,9 @@ dependencies = [ [[package]] name = "hyper-staticfile" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "847250e0ccf0c0537daf49fc5c5ff69d43a752edbabc5274bc8322e8b092c55e" +checksum = "bc4bce64c32578957926e75f832032f81ebb30bcee74f86c5848b13a69e547eb" dependencies = [ "futures-util", "http 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 796bce2..973d48f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.11.3" flate2 = "1.0.30" http = "1.1.0" hyper = { version = "1.3.1", features = ["http1", "server"] } -hyper-staticfile = "0.10.0" +hyper-staticfile = "0.10.1" hyper-util = { version = "0.1.5", features = ["tokio"] } log = "0.4.22" notify = "4.0.17"