mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
		| @ -161,12 +161,11 @@ pub(crate) async fn create_event_and_trigger_outgoing_webhook( | ||||
|         &event, | ||||
|     ) | ||||
|     .await | ||||
|     .map_err(|error| { | ||||
|     .inspect_err(|error| { | ||||
|         logger::error!( | ||||
|             ?error, | ||||
|             "Failed to add outgoing webhook retry task to process tracker" | ||||
|         ); | ||||
|         error | ||||
|     }) | ||||
|     .ok(); | ||||
|  | ||||
| @ -458,9 +457,8 @@ async fn raise_webhooks_analytics_event( | ||||
|  | ||||
|         serde_json::to_value(error.current_context()) | ||||
|             .change_context(errors::ApiErrorResponse::WebhookProcessingFailure) | ||||
|             .map_err(|error| { | ||||
|             .inspect_err(|error| { | ||||
|                 logger::error!(?error, "Failed to serialize outgoing webhook error as JSON"); | ||||
|                 error | ||||
|             }) | ||||
|             .ok() | ||||
|     } else { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde