From 5188527b94de8e98218939334c235ec253a0ee07 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 25 Dec 2022 23:55:26 +0100 Subject: [PATCH] chore: update base64 to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44e11fc..4154fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ time = { version = "0.3.15", features = [ futures = "0.3.21" ress = "0.11.4" phf = "0.11.1" -base64 = "0.13.0" +base64 = "0.20.0" quick-xml = { version = "0.26.0", features = ["serialize"], optional = true } [dev-dependencies]