Skip to content

Commit

Permalink
build(deps): Update Rust crate itertools to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 1, 2024
1 parent fd3a146 commit 338de9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ignore = "0.4.22"
# memfd could be added but brakes compatibility with kernels < 3.17
# ipc-channel = { version = "0.17", features = ["memfd"] }
ipc-channel = "0.18"
itertools = "0.12"
itertools = "0.12.1"
nix = { version = "0.28", features = ["process", "user"] }
serde = { version = "1.0", features = ["derive"] }
serde-error = "0.1"
Expand Down

0 comments on commit 338de9d

Please sign in to comment.