Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 5885560 commit a54fb04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions subprojects/rusted/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 subprojects/rusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.65.0"

[dependencies]
itertools = "0.13"
itertools = "0.14"
rayon = "1.10"
regex = "1.10"
# FIXME: see comment on top of 'sfml_example' module
Expand Down

0 comments on commit a54fb04

Please sign in to comment.