mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 14:12:56 +01:00
23 lines
527 B
Diff
23 lines
527 B
Diff
--- a/below/Cargo.toml
|
|
+++ b/below/Cargo.toml
|
|
@@ -23,3 +23,3 @@
|
|
indicatif = { version = "0.16", features = ["with_rayon"] }
|
|
-libbpf-rs = "0.18.0"
|
|
+libbpf-rs = "0.19.1"
|
|
libc = "0.2.132"
|
|
@@ -45,3 +45,3 @@
|
|
[build-dependencies]
|
|
-libbpf-cargo = "0.12.0"
|
|
+libbpf-cargo = "0.13.1"
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -14,3 +14,7 @@
|
|
"below/store",
|
|
"below/view",
|
|
]
|
|
+
|
|
+[patch.crates-io]
|
|
+# https://github.com/libbpf/libbpf-sys/pull/47
|
|
+libbpf-sys = { git = "https://github.com/jirutka/libbpf-sys", branch = "fix-novendor" }
|