From fbc7f4a4e8bf60f5b42953d634c81a841dcefb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 05:02:45 +0000 Subject: [PATCH] Update infer requirement from 0.7.0 to 0.13.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.13.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..614d630 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.13.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" base64 = "0.13.0"