Skip to content

Commit f12c56e

Browse files
deps: update rust crate itertools to 0.11 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ccce41 commit f12c56e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mqtt-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro = true
1515
[dependencies]
1616
convert_case = "0.6"
1717
darling = "0.14"
18-
itertools = { version = "0.10" }
18+
itertools = { version = "0.11" }
1919
proc-macro2 = "1"
2020
quote = "1"
2121
syn = { version = "1", features = ["derive", "parsing"] }

0 commit comments

Comments
 (0)