mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	build(deps): bump error-stack from version 0.3.1 to 0.4.1 (#4188)
				
					
				
			This commit is contained in:
		| @ -10,7 +10,7 @@ use diesel::{ | ||||
|     serialize::{Output, ToSql}, | ||||
|     sql_types, AsExpression, | ||||
| }; | ||||
| use error_stack::{IntoReport, ResultExt}; | ||||
| use error_stack::ResultExt; | ||||
| use masking::{ExposeInterface, Secret, Strategy, WithType}; | ||||
| #[cfg(feature = "logs")] | ||||
| use router_env::logger; | ||||
| @ -308,8 +308,8 @@ impl FromStr for Email { | ||||
|             } | ||||
|             Err(_) => Err(ValidationError::InvalidValue { | ||||
|                 message: "Invalid email address format".into(), | ||||
|             }) | ||||
|             .into_report(), | ||||
|             } | ||||
|             .into()), | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde