From d4450b76f59cd6474f3781cc8141c36be021479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 04:16:31 +0000 Subject: [PATCH] Update infer requirement from 0.7.0 to 0.12.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.12.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..4e8318d 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.12.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" base64 = "0.13.0"