diff --git a/cir/Cargo.toml b/cir/Cargo.toml index 3bd874a..26644a5 100644 --- a/cir/Cargo.toml +++ b/cir/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ "/tests" ] [dependencies] clap = { version = "4.5", features = [ "derive" ] } toml = "0.8" -itertools = "0.12" +itertools = "0.13" bitflags = "2.5" num-integer = "0.1" terminal_size = "0.3" @@ -21,7 +21,7 @@ peg = "0.8" [target.'cfg(target_os = "linux")'.dependencies] evdev = { git = "https://github.com/emberian/evdev" } -nix = { version = "0.28", features = [ "fs", "ioctl", "poll" ] } +nix = { version = "0.29", features = [ "fs", "ioctl", "poll" ] } aya = { git = "https://github.com/aya-rs/aya.git" } irp = { version = "0.3.3", path = "../irp", features = [ "bpf" ] } diff --git a/irp/Cargo.toml b/irp/Cargo.toml index b72b058..39552c5 100644 --- a/irp/Cargo.toml +++ b/irp/Cargo.toml @@ -19,7 +19,7 @@ xml-rs = "0.8" bitvec = "1.0" log = "0.4" peg = "0.8" -itertools = "0.12" +itertools = "0.13" num-rational = "0.4" inkwell = { version = "0.4", features = [ "target-bpf", "llvm15-0-force-dynamic" ], optional = true } diff --git a/rust-irptransmogrifier/Cargo.toml b/rust-irptransmogrifier/Cargo.toml index 4218ff4..e9b3654 100644 --- a/rust-irptransmogrifier/Cargo.toml +++ b/rust-irptransmogrifier/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] irp = { path = "../irp" } rand = "0.8" -j4rs = "0.18" +j4rs = "0.20"