From eab3cc9d63911748323bd0425e479aaefe9aa7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 04:55:46 +0000 Subject: [PATCH] Update tiny_http requirement from 0.11 to 0.12 Updates the requirements on [tiny_http](https://github.com/tiny-http/tiny-http) to permit the latest version. - [Release notes](https://github.com/tiny-http/tiny-http/releases) - [Changelog](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/tiny-http/tiny-http/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25c211a..2696db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming::http-server"] [dependencies] colored = "2" -tiny_http = "0.11" +tiny_http = "0.12" infer = "0.7.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1"