Skip to content

Commit b02b194

Browse files
committed
chore: update to base64 0.22.0
1 parent 594a147 commit b02b194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ std = [
2727
serde = ["dep:serde"]
2828

2929
[dependencies.base64]
30-
version = "0.21.0"
30+
version = "0.22.0"
3131
default-features = false
3232
features = ["alloc"]
3333

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ RzHX0lkJl9Stshd/7Gbt65/QYq+v+xvAeT0CoyIg
767767
Err(e @ PemError::InvalidData(_)) => {
768768
assert_eq!(
769769
&format!("{}", e.source().unwrap()),
770-
"Invalid byte 63, offset 63."
770+
"Invalid symbol 63, offset 63."
771771
);
772772
}
773773
_ => unreachable!(),

0 commit comments

Comments
 (0)