From 1337874f0832a1e86f572869b2b93bac4f06b190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:31:06 +0000 Subject: [PATCH] Update infer requirement from 0.7.0 to 0.11.0 Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.7.0...v0.11.0) --- updated-dependencies: - dependency-name: infer 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..daf8803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["web-programming::http-server"] [dependencies] colored = "2" tiny_http = "0.11" -infer = "0.7.0" +infer = "0.11.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" base64 = "0.13.0"