From 7cf26d770403f9258de63a28134e3100a5a2d7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:07:47 +0000 Subject: [PATCH] Bump tiny_http from 0.7.0 to 0.8.0 Bumps [tiny_http](https://github.com/tiny-http/tiny-http) from 0.7.0 to 0.8.0. - [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.7.0...0.8.0) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fffc913..833d86f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "tiny_http" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15ce4fc3c4cdea1a4399bb1819a539195fb69db4bbe0bde5b7c7f18fed412e02" +checksum = "eded47106b8e52d8ed8119f0ea6e8c0f5881e69783e0297b5a8462958f334bc1" dependencies = [ "ascii", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4d19d5d..3d7f0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ signal-hook = "0.2.2" stderrlog = "0.5.0" sysconf = ">=0.3.4" time = "0.2.23" -tiny_http = "0.7.0" +tiny_http = "0.8.0" url = "2.2.0" hyper = "0.14" hyperlocal = "0.8"