diff --git a/Cargo.lock b/Cargo.lock index e25f8ef611..2f524b07ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.995.0" +version = "0.996.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef6374fa2570dd7aaab61f702df72164097c5605f81788b522ece2a424fdccb7" +checksum = "2403e39bf1c26e5e9d6eee8a46c376654de73a5472717b135a48e1611fea496c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 00c0408863..0360a20f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.85" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.995.0" +aws-ip-ranges = "=0.996.0" aws-sdk-cloudfront = "=1.62.0" aws-sdk-sqs = "=1.56.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }