We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594a147 commit b02b194Copy full SHA for b02b194
Cargo.toml
@@ -27,7 +27,7 @@ std = [
27
serde = ["dep:serde"]
28
29
[dependencies.base64]
30
-version = "0.21.0"
+version = "0.22.0"
31
default-features = false
32
features = ["alloc"]
33
src/lib.rs
@@ -767,7 +767,7 @@ RzHX0lkJl9Stshd/7Gbt65/QYq+v+xvAeT0CoyIg
767
Err(e @ PemError::InvalidData(_)) => {
768
assert_eq!(
769
&format!("{}", e.source().unwrap()),
770
- "Invalid byte 63, offset 63."
+ "Invalid symbol 63, offset 63."
771
);
772
}
773
_ => unreachable!(),
0 commit comments