diff --git a/rust/scx_rustland_core/Cargo.toml b/rust/scx_rustland_core/Cargo.toml index 8c1f0f2..9f62a23 100644 --- a/rust/scx_rustland_core/Cargo.toml +++ b/rust/scx_rustland_core/Cargo.toml @@ -10,7 +10,7 @@ description = "Framework to implement sched_ext schedulers running in user space [dependencies] anyhow = "1.0.65" plain = "0.2.3" -libbpf-rs = "0.24" +libbpf-rs = "0.24.1" libc = "0.2.137" scx_utils = { path = "../scx_utils", version = "1.0.2" } diff --git a/scheds/rust/scx_rlfifo/Cargo.toml b/scheds/rust/scx_rlfifo/Cargo.toml index 2dda435..7cb9b57 100644 --- a/scheds/rust/scx_rlfifo/Cargo.toml +++ b/scheds/rust/scx_rlfifo/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-2.0-only" anyhow = "1.0.65" plain = "0.2.3" ctrlc = { version = "3.1", features = ["termination"] } -libbpf-rs = "0.24" +libbpf-rs = "0.24.1" libc = "0.2.137" scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" } scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }