Skip to content

Commit

Permalink
chore: update to base64 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Mar 24, 2024
1 parent 594a147 commit b02b194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ std = [
serde = ["dep:serde"]

[dependencies.base64]
version = "0.21.0"
version = "0.22.0"
default-features = false
features = ["alloc"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(),
Expand Down

0 comments on commit b02b194

Please sign in to comment.