From edb5ab0abb4f2cc0d7f9c016720511196d79365d Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 16 Mar 2024 19:23:11 +0100 Subject: [PATCH] chore: update base64 to v0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8803f28..4fe485e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ time = { version = "0.3.15", features = [ futures = "0.3.21" ress = "0.11.4" phf = "0.11.1" -base64 = "0.21.0" +base64 = "0.22.0" urlencoding = "2.1.2" quick-xml = { version = "0.31.0", features = ["serialize"], optional = true } tracing = { version = "0.1.37", features = ["log"] }