From 74c103f192b3916fc3863e664de1c9f26f64e08c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:15:05 +0100 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22.1 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- whiskers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afba9dcf..08533e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 53433860..78380bd6 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -33,7 +33,7 @@ cast_sign_loss = "allow" [dependencies] anyhow = "1.0.82" -base64 = "0.22" +base64 = "0.22.1" catppuccin = { version = "2.2", features = ["serde", "css-colors"] } clap = { version = "4.5", features = ["derive"] } clap-stdin = "0.4"