From 1cd7d0cdb5a376f085ae5410dcae5dde3af40b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 04:34:46 +0000 Subject: [PATCH] Update infer requirement from 0.7.0 to 0.8.1 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.8.1) --- 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..5013418 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.8.1" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" base64 = "0.13.0"