Skip to content

Commit

Permalink
Merge pull request #319 from blissd/dependabot/cargo/itertools-0.14.0
Browse files Browse the repository at this point in the history
Bump itertools from 0.13.0 to 0.14.0
  • Loading branch information
blissd authored Jan 1, 2025
2 parents 6633155 + ff137b4 commit 46586b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter"] }
relm4 = { version = "0.9.1", features = ["libadwaita", "gnome_47"] }
itertools = "0.13.0"
itertools = "0.14.0"
humansize = "2.1.3"
rayon = "1.10.0"
glycin = { version = "2.0.2", features = ["gdk4"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tempfile = "3.14.0"
tracing = "0.1.41"
walkdir = "2.5.0"
opencv = {version = "0.93.5", default-features = false, features = ["clang-runtime", "objdetect", "imgcodecs", "dnn"]}
itertools = "0.13.0"
itertools = "0.14.0"
reqwest = { version = "0.12.10", features = ["blocking"] }
futures = "0.3.31"

0 comments on commit 46586b4

Please sign in to comment.