Skip to content

Commit 8445963

Browse files
Update aya-obj requirement from 0.1 to 0.2 (#98)
Updates the requirements on [aya-obj](https://github.com/aya-rs/aya) to permit the latest version. - [Release notes](https://github.com/aya-rs/aya/releases) - [Changelog](https://github.com/aya-rs/aya/blob/main/RELEASE.md) - [Commits](aya-rs/aya@aya-obj-v0.1.0...aya-obj-v0.2.1) --- updated-dependencies: - dependency-name: aya-obj dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a8ecd8 commit 8445963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lettre = { version = "0.11", default-features = false, features = ["tokio1", "to
6161
# eBPF (Linux only)
6262
[target.'cfg(target_os = "linux")'.dependencies]
6363
aya = "0.12"
64-
aya-obj = "0.1"
64+
aya-obj = "0.2"
6565

6666
# Firewall (Linux only)
6767
netlink-packet-route = "0.29"

0 commit comments

Comments
 (0)