Skip to content

Commit

Permalink
Attempt fixing CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Aug 27, 2024
1 parent a854612 commit 11e7142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 138 deletions.
138 changes: 2 additions & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1", features = ["derive"], default-features = false }
serde_yaml = "0.9.22"
serde_json = { default-features = false, version = "1.0.64" }
lazy_static = "1.4.0"
nethsm-sdk-rs = { version = "1.1" }
nethsm-sdk-rs = { version = "1.0" }
rustls = { version = "0.23", default-features = false }
rustls-native-certs = "0.7"
base64ct = { version = "1.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pkcs11/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl<T> From<apis::Error<T>> for ApiError {
}),
}),
apis::Error::StringParse(e) => ApiError::StringParse(e),
apis::Error::Multipart { field: _, error } => ApiError::Io(error),
// apis::Error::Multipart { field: _, error } => ApiError::Io(error),
}
}
}
Expand Down

0 comments on commit 11e7142

Please sign in to comment.