build(deps): update aws dependencies (#4194)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
Chethan Rao
2025-03-19 16:48:46 +05:30
committed by GitHub
parent 5ee217175c
commit afca506369
6 changed files with 679 additions and 806 deletions

View File

@ -193,4 +193,8 @@ pub enum EmailError {
/// The expected feature is not implemented
#[error("Feature not implemented")]
NotImplemented,
/// An error occurred when building email content.
#[error("Error building email content")]
ContentBuildFailure,
}