diff --git a/Cargo.toml b/Cargo.toml index 44b2dfe..b7470c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["web-programming::http-server"] include = ["src/**/*", "tests", "examples", "LICENSE", "README.md"] [dependencies] -tiny_http = "0.10" +tiny_http = "0.11" [dev-dependencies] prometheus-client = "0.15"