chore(dependencies): Update dependencies for router packages (#902)

This commit is contained in:
Sampras Lopes
2023-04-18 22:46:51 +05:30
committed by GitHub
parent dee5f6156a
commit 171c412056
15 changed files with 473 additions and 409 deletions

View File

@ -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};