mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
chore(dependencies): Update dependencies for router packages (#902)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
//! Interactions with the AWS KMS SDK
|
||||
|
||||
use aws_config::meta::region::RegionProviderChain;
|
||||
use aws_sdk_kms::{types::Blob, Client, Region};
|
||||
use aws_sdk_kms::{config::Region, primitives::Blob, Client};
|
||||
use base64::Engine;
|
||||
use common_utils::errors::CustomResult;
|
||||
use error_stack::{IntoReport, ResultExt};
|
||||
|
||||
Reference in New Issue
Block a user