From 5f9543000c6b1eaa3babf6fe1e37ca151e852474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:41:45 +0000 Subject: [PATCH] build(deps): bump the cargo-crates group with 2 updates Updates the requirements on [rbpf](https://github.com/qmonnet/rbpf) and [network-types](https://github.com/vadorovsky/network-types) to permit the latest version. Updates `rbpf` to 0.2.0 - [Commits](https://github.com/qmonnet/rbpf/compare/v0.2.0...v0.2.0) Updates `network-types` to 0.0.7 - [Release notes](https://github.com/vadorovsky/network-types/releases) - [Changelog](https://github.com/vadorovsky/network-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/vadorovsky/network-types/compare/v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: rbpf dependency-type: direct:production dependency-group: cargo-crates - dependency-name: network-types dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- test/integration-ebpf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ee4e6b9..c4a9d8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ proc-macro2 = { version = "1", default-features = false } public-api = { version = "0.37.0", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } -rbpf = { version = "0.2.0", default-features = false } +rbpf = { version = "0.3.0", default-features = false } rustdoc-json = { version = "0.9.0", default-features = false } rustup-toolchain = { version = "0.1.5", default-features = false } rustversion = { version = "1.0.0", default-features = false } diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index a69595da..102198ae 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true [dependencies] aya-ebpf = { path = "../../ebpf/aya-ebpf" } aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" } -network-types = "0.0.6" +network-types = "0.0.7" [build-dependencies] which = { workspace = true }