diff --git a/Cargo.lock b/Cargo.lock index 5ca2f4e8917..587d9d8efa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1421.0" +version = "0.1423.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8182b50e14940e34ffd7167374e69472608734e75460c854afa3b0bd4c11aed5" +checksum = "55973b799ab25f38a8fc65ae1e711cb29c8a9db0bbfb770b78d903c9e45c7202" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 720a11661f1..412a9829aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1421.0" +aws-ip-ranges = "=0.1423.0" aws-sdk-cloudfront = "=1.95.0" aws-sdk-sqs = "=1.84.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }