From a78bd3ce5d12271bf0cdf73f8a0baf6250abc15a Mon Sep 17 00:00:00 2001 From: Jia-Xuan Liu Date: Wed, 4 Sep 2024 23:28:13 +0800 Subject: [PATCH] fix msrv check --- datafusion-cli/Cargo.lock | 4 ++-- datafusion-cli/Cargo.toml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index a0b756ac2154..4835b127e136 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -584,9 +584,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.41.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c56bcd6a56cab7933980a54148b476a5a69a7694e3874d9aa2a566f150447d" +checksum = "a20a91795850826a6f456f4a48eff1dfa59a0e69bdbf5b8c50518fd372106574" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 64eb27628c1e..f477bad69a2c 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -33,8 +33,6 @@ readme = "README.md" arrow = { version = "52.2.0" } async-trait = "0.1.73" aws-config = "1.5.5" -# Lock the version to pass the MSRV check -aws-sdk-sts = "1.39.0" aws-credential-types = "1.2.0" clap = { version = "4.5.16", features = ["derive", "cargo"] } datafusion = { path = "../datafusion/core", version = "41.0.0", features = [