From d5bcefbf48e65a28b17d24e5e8ede7ff4355206b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:37:41 +0000 Subject: [PATCH] Update tiny_http requirement from 0.9 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.9.0...0.12.0) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testserver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testserver/Cargo.toml b/testserver/Cargo.toml index 50bafe30..2d82ad5b 100644 --- a/testserver/Cargo.toml +++ b/testserver/Cargo.toml @@ -10,4 +10,4 @@ humantime = "2" once_cell = "1" regex = "1.3" threadfin = "0.1.1" -tiny_http = "0.9" +tiny_http = "0.12"