Skip to content

Commit

Permalink
build(deps): Update Rust crate itertools to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed Feb 19, 2024
1 parent 3bf9fa0 commit cf45e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
# memfd could be added but brakes compatibility with kernels < 3.17
# ipc-channel = { version = "0.17", features = ["memfd"] }
ipc-channel = "0.17"
itertools = "0.11"
itertools = "0.12"
nix = { version = "0.27", features = ["process", "user"] }
serde = { version = "1.0", features = ["derive"] }
serde-error = "0.1"
Expand Down

0 comments on commit cf45e82

Please sign in to comment.