From 04dcb7f9212aab57e93284368c5145fae12ac689 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 25 Apr 2024 13:45:44 -0700 Subject: [PATCH] Bump tiny_http to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e81b608..c0420fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ openssl-probe = { version = "0.1", optional = true } native-tls = { version = "0.2", optional = true } [dev-dependencies] -tiny_http = "0.8.2" +tiny_http = "0.12" chrono = "0.4.0" [package.metadata.docs.rs]