diff --git a/Cargo.lock b/Cargo.lock index 9dc7b85aa4a..d08934c20af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.926.0" +version = "0.927.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a428949a7e24b31c9539f7f79bbd4b606b4ad7fc31b9ae23e98f8ccf1ff5dfa" +checksum = "800f0a1c797b2d3edb93c5ee7c436a79a0cd0c4f00dda4d2ab6d980e1fbf05f6" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index be2a36b9e3b..895b4949a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ doctest = true anyhow = "=1.0.93" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.926.0" +aws-ip-ranges = "=0.927.0" aws-sdk-cloudfront = "=1.54.0" aws-sdk-sqs = "=1.49.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }