diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e2208e0b7855..a46fd34919f1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,6 +46,9 @@ updates: - "metrics" - "metrics-tracing-context" - "metrics-util" + netlink: + patterns: + - "netlink-*" graphql: patterns: - "async-graphql*" diff --git a/Cargo.lock b/Cargo.lock index 82f3d3459280c..b5fc6ba1003d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4875,7 +4875,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.10", "tokio", "tower-service", "tracing 0.1.41", @@ -8061,7 +8061,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.10.5", + "itertools 0.14.0", "log", "multimap", "once_cell", @@ -8107,7 +8107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.14.0", "proc-macro2 1.0.101", "quote 1.0.40", "syn 2.0.106", @@ -9313,7 +9313,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.3.0", + "security-framework 3.5.1", ] [[package]] @@ -9548,9 +9548,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.3.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" +checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" dependencies = [ "bitflags 2.9.0", "core-foundation 0.10.1", @@ -9561,9 +9561,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.14.0" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", @@ -12414,7 +12414,7 @@ dependencies = [ "regex", "ryu", "schannel", - "security-framework 3.3.0", + "security-framework 3.5.1", "serde", "serde_json", "serde_with 3.14.0",