Skip to content

Commit

Permalink
build(deps): Update Rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 17, 2024
1 parent 1ae15f1 commit eaf7088
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.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.1"
itertools = "0.13.0"
nix = { version = "0.28", features = ["process", "user"] }
serde = { version = "1.0.200", features = ["derive"] }
serde-error = "0.1.2"
Expand Down

0 comments on commit eaf7088

Please sign in to comment.