From ddd1be84de360973475578f1d250289e00201c23 Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Fri, 1 Apr 2022 14:17:56 -0700 Subject: [PATCH] use tiny_http 0.11 Signed-off-by: Dan Bond --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"