From 0e44b612cb6281a85640ee2d8b18ba6966ed2937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:00:24 +0000 Subject: [PATCH] chore(deps): bump aya from 0.13.0 to 0.13.1 Bumps [aya](https://github.com/aya-rs/aya) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/aya-rs/aya/releases) - [Changelog](https://github.com/aya-rs/aya/blob/main/release.toml) - [Commits](https://github.com/aya-rs/aya/compare/aya-v0.13.0...aya-v0.13.1) --- updated-dependencies: - dependency-name: aya dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e0e018b..14df9ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "aya" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7127cbe933572dfabb7a87d2c740f5b720c3e19b4d2b8c99a262ffa35c8761ff" +checksum = "d18bc4e506fbb85ab7392ed993a7db4d1a452c71b75a246af4a80ab8c9d2dd50" dependencies = [ "assert_matches", "aya-obj", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "aya-obj" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e133d505de14d5948a312060b8b12752c22a965632cc57da12f5db653de4c0" +checksum = "c51b96c5a8ed8705b40d655273bc4212cbbf38d4e3be2788f36306f154523ec7" dependencies = [ "bytes", "core-error", diff --git a/Cargo.toml b/Cargo.toml index 03ebe1fc..458cc844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ version = "0.3.0" [workspace.dependencies] anyhow = { version = "1", default-features = true } api-server = { version = "0.3.0", path = "./dataplane/api-server" } -aya = { version = "0.13.0", default-features = false } +aya = { version = "0.13.1", default-features = false } aya-ebpf = { git = "https://github.com/aya-rs/aya", default-features = false } aya-log = { version = "0.2.1", default-features = false } aya-log-ebpf = { git = "https://github.com/aya-rs/aya", default-features = false }