Updating dependencies (#360)

This commit is contained in:
Kevin Lewi
2024-09-16 18:01:45 -07:00
committed by GitHub
parent 7eb363f571
commit 066f88f434
10 changed files with 17 additions and 37 deletions
+1
View File
@@ -21,6 +21,7 @@ pub enum InternalError<T = Infallible> {
Custom(T),
/// Deserializing from a byte sequence failed
InvalidByteSequence,
#[allow(clippy::doc_markdown)]
/// Invalid length for {name}: expected {len}, but is actually {actual_len}.
SizeError {
/// name