From 82474071ec713825bb7c62c73d531c3d2afb0835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Fri, 7 Jun 2024 06:18:48 +0000 Subject: [PATCH] base64 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48adefa1..bd6103d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ssl = ["tiny_http/ssl"] rustls = ["tiny_http/ssl-rustls"] [dependencies] -base64 = "0.21" +base64 = "0.22" brotli = { version = "3.3.2", optional = true } chrono = { version = "0.4.19", default-features = false, features = ["clock"] } filetime = "0.2.0"