diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index fc80cb5774c7..b5b828cbd098 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -56,7 +56,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true } # AWS Profile support aws-types = { version = "0.51", optional = true } -aws-config = { version = "0.51", optional = true } +aws-config = { version = "0.54", optional = true } [features] cloud = ["serde", "serde_json", "quick-xml", "reqwest", "reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring", "getrandom"]