From 4cb4fe52a4be6542c9b374e700b744452e3d2202 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Tue, 14 Jan 2025 16:27:12 +0100 Subject: [PATCH] cargo: Bump base64 crate to version 0.22.1 Signed-off-by: Anderson Toshiyuki Sasaki --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b64251a1..7ebcd65b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,7 +1052,7 @@ name = "keylime" version = "0.2.6" dependencies = [ "actix-rt", - "base64 0.21.7", + "base64 0.22.1", "hex", "log", "openssl", @@ -1078,7 +1078,7 @@ version = "0.2.6" dependencies = [ "actix-rt", "actix-web", - "base64 0.21.7", + "base64 0.22.1", "cfg-if", "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index 7ece7559..45ae5965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.2.6" [workspace.dependencies] actix-rt = "2" actix-web = { version = "4", default-features = false, features = ["macros", "openssl"] } -base64 = "0.21" +base64 = "0.22" cfg-if = "1" clap = { version = "4.3", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] }