Skip to content

Commit eb39d2c

Browse files
Bump itertools from 0.13.0 to 0.14.0 (#294)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0179730 commit eb39d2c

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.

bluez-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bluez-generated = { version = "0.4.0", path = "../bluez-generated" }
1818
dbus = { version = "0.9.7", features = ["futures"] }
1919
dbus-tokio = "0.7.6"
2020
futures = "0.3.31"
21-
itertools = "0.13.0"
21+
itertools = "0.14.0"
2222
log = "0.4.22"
2323
serde = { version = "1.0.217", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"

0 commit comments

Comments
 (0)