From b02b1945f3c7d10855c18fc25e8f62571ba83f09 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 25 Mar 2024 00:02:36 +0900 Subject: [PATCH] chore: update to base64 0.22.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e07474..106f440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ std = [ serde = ["dep:serde"] [dependencies.base64] -version = "0.21.0" +version = "0.22.0" default-features = false features = ["alloc"] diff --git a/src/lib.rs b/src/lib.rs index f7dd9dc..18ff00e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -767,7 +767,7 @@ RzHX0lkJl9Stshd/7Gbt65/QYq+v+xvAeT0CoyIg Err(e @ PemError::InvalidData(_)) => { assert_eq!( &format!("{}", e.source().unwrap()), - "Invalid byte 63, offset 63." + "Invalid symbol 63, offset 63." ); } _ => unreachable!(),