From d53543ccb19063e91ac5b491ba27feb671e87f10 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 06:06:49 +0900 Subject: [PATCH] Upgrade base64 --- Cargo.lock | 2 +- plume-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 618030fc..709212ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3052,7 +3052,7 @@ dependencies = [ "activitystreams-traits", "array_tool", "askama_escape", - "base64 0.10.1", + "base64 0.13.0", "chrono", "heck", "hex", diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 95d2e7e1..fbdfa872 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -9,7 +9,7 @@ activitypub = "0.1.1" activitystreams-derive = "0.1.1" activitystreams-traits = "0.1.0" array_tool = "1.0" -base64 = "0.10" +base64 = "0.13" heck = "0.3.0" hex = "0.3" hyper = "0.12.33"