Skip to content

Commit

Permalink
Merge pull request #2486 from TeamHarTex/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
Update Rust crate itertools to 0.14.0
  • Loading branch information
HTGAzureX1212 authored Jan 1, 2025
2 parents 5b31013 + 8b80d2e commit fd56eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hartex_discord_core = { path = "../hartex-discord-core", features = ["discord-mo
hartex_bitflags_utils = { path = "../../rust-utilities/hartex-bitflags-utils" }

bitflags = { version = "2.6.0", features = ["serde"] }
itertools = "0.13.0"
itertools = "0.14.0"
mlua = { version = "0.10.0", features = ["lua54", "vendored"] }
serde = { version = "1.0.210", features = ["derive"] }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.85.0"

[dependencies]
convert_case = "0.6.0"
itertools = "0.13.0"
itertools = "0.14.0"
lazy_static = "1.5.0"
pluralizer = "0.4.0"
proc-macro2 = "1.0.86"
Expand Down

0 comments on commit fd56eea

Please sign in to comment.