From d4a3a7404f2964751c7f496a910e125c10ed349e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:55:23 +0000 Subject: [PATCH] build(deps): bump the aya group in /rust with 5 updates (#10519) Bumps the aya group in /rust with 5 updates: | Package | From | To | | --- | --- | --- | | [aya](https://github.com/aya-rs/aya) | ``ec3eacc`` | ``fe99fa1`` | | [aya-build](https://github.com/aya-rs/aya) | ``ec3eacc`` | ``fe99fa1`` | | [aya-ebpf](https://github.com/aya-rs/aya) | ``ec3eacc`` | ``fe99fa1`` | | [aya-log](https://github.com/aya-rs/aya) | ``ec3eacc`` | ``fe99fa1`` | | [aya-log-ebpf](https://github.com/aya-rs/aya) | ``ec3eacc`` | ``fe99fa1`` | Updates `aya` from `ec3eacc` to `fe99fa1`
Commits

Updates `aya-build` from `ec3eacc` to `fe99fa1`
Commits

Updates `aya-ebpf` from `ec3eacc` to `fe99fa1`
Commits

Updates `aya-log` from `ec3eacc` to `fe99fa1`
Commits

Updates `aya-log-ebpf` from `ec3eacc` to `fe99fa1`
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 68 ++++++++++++------------------------------------- 1 file changed, 16 insertions(+), 52 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6ce0f6ad6..cd5e05896 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "aya" version = "0.13.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "assert_matches", "aya-obj", @@ -697,16 +697,16 @@ dependencies = [ [[package]] name = "aya-build" version = "0.1.2" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "anyhow", - "cargo_metadata 0.22.0", + "cargo_metadata 0.23.0", ] [[package]] name = "aya-ebpf" version = "0.1.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya-ebpf-bindings", "aya-ebpf-cty", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "aya-ebpf-bindings" version = "0.1.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya-ebpf-cty", ] @@ -725,12 +725,12 @@ dependencies = [ [[package]] name = "aya-ebpf-cty" version = "0.2.2" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" [[package]] name = "aya-ebpf-macros" version = "0.1.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "aya-log" version = "0.2.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya", "aya-log-common", @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "aya-log-common" version = "0.1.15" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "num_enum", ] @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "aya-log-ebpf" version = "0.1.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya-ebpf", "aya-log-common", @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "aya-log-ebpf-macros" version = "0.1.0" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya-log-common", "aya-log-parser", @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "aya-log-parser" version = "0.1.13" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "aya-log-common", ] @@ -790,7 +790,7 @@ dependencies = [ [[package]] name = "aya-obj" version = "0.2.1" -source = "git+https://github.com/aya-rs/aya#ec3eacc1d8b8f985629251fc6845b3f17a204157" +source = "git+https://github.com/aya-rs/aya#fc5387c80626957017ceeb988322bc288f438059" dependencies = [ "bytes", "hashbrown 0.16.0", @@ -1137,22 +1137,6 @@ dependencies = [ "serde", ] -[[package]] -name = "cargo-util-schemas" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830" -dependencies = [ - "semver", - "serde", - "serde-untagged", - "serde-value", - "thiserror 2.0.16", - "toml 0.8.22", - "unicode-xid", - "url", -] - [[package]] name = "cargo_metadata" version = "0.19.2" @@ -1169,13 +1153,12 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3f56c207c76c07652489840ff98687dcf213de178ac0974660d6fefeaf5ec6" +checksum = "981a6f317983eec002839b90fae7411a85621410ae591a9cab2ecf5cb5744873" dependencies = [ "camino", "cargo-platform 0.3.1", - "cargo-util-schemas", "semver", "serde", "serde_json", @@ -4846,7 +4829,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.106", @@ -5224,15 +5207,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" -[[package]] -name = "ordered-float" -version = "2.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" -dependencies = [ - "num-traits", -] - [[package]] name = "ordered-stream" version = "0.2.0" @@ -6735,16 +6709,6 @@ dependencies = [ "typeid", ] -[[package]] -name = "serde-value" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" -dependencies = [ - "ordered-float", - "serde", -] - [[package]] name = "serde_assert" version = "0.7.1"