Skip to content

Commit

Permalink
Bump crate dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Jun 3, 2024
1 parent 8e45e25 commit 949255e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" ] }

Expand Down
2 changes: 1 addition & 1 deletion irp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion rust-irptransmogrifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false
[dependencies]
irp = { path = "../irp" }
rand = "0.8"
j4rs = "0.18"
j4rs = "0.20"

0 comments on commit 949255e

Please sign in to comment.