diff --git a/Cargo.lock b/Cargo.lock index b180970..d2d81d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2390,9 +2390,9 @@ dependencies = [ [[package]] name = "tiny_http" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f8734c6d6943ad6df6b588d228a87b4af184998bcffa268ceddf05c2055a8c" +checksum = "e0d6ef4e10d23c1efb862eecad25c5054429a71958b4eeef85eb5e7170b477ca" dependencies = [ "ascii", "chunked_transfer", diff --git a/Cargo.toml b/Cargo.toml index 428f0f8..25a1ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ built = { version = "0.5.1", features = ["git2"] } man = "0.3.0" [dev-dependencies] -tiny_http = "0.10.0" +tiny_http = "0.11.0" diff = "0.1.13" tempfile = "3.3.0"