From 71a54aab39cb5149d146dcb8da26a0aec9e371c6 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 22 May 2023 13:53:48 -0400 Subject: [PATCH] Update base64 dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fddd89a..ea13a911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ [dependencies] http = "0.2.0" headers-core = { version = "0.2", path = "./headers-core" } -base64 = "0.13" +base64 = "0.21" bytes = "1" mime = "0.3.14" sha1 = "0.10"