Skip to content

Commit

Permalink
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 Nov 14, 2023
1 parent f12c56e commit 86ec01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/mqtt-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
convert_case = "0.6"
darling = "0.14"
itertools = { version = "0.11" }
itertools = { version = "0.12" }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["derive", "parsing"] }
Expand Down

0 comments on commit 86ec01f

Please sign in to comment.