Skip to content

Commit

Permalink
Update itertools requirement from ^0.7 to ^0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/bluss/rust-itertools) to permit the latest version.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Commits](https://github.com/bluss/rust-itertools/commits/0.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jan 4, 2019
1 parent 9e0f724 commit 28bf365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion socketcan-romio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
bitflags = "1.0"
byte_conv = "0.1"
hex = "^0.2"
itertools = "^0.7"
itertools = "^0.8"
libc = "^0.2"
mio = "0.6"
netlink-rs = { git = "https://github.com/netlink-rs/netlink-rs", rev = "c008b4e385e3c0a114ec907ca28ad4fe33233ed5" }
Expand Down
2 changes: 1 addition & 1 deletion socketcan-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bitflags = "1.0"
byte_conv = "0.1"
futures = "0.1"
hex = "^0.2"
itertools = "^0.7"
itertools = "^0.8"
libc = "^0.2"
mio = "0.6"
netlink-rs = { git = "https://github.com/netlink-rs/netlink-rs", rev = "c008b4e385e3c0a114ec907ca28ad4fe33233ed5" }
Expand Down
2 changes: 1 addition & 1 deletion socketcan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bitflags = "1.0"
byte_conv = "0.1"
futures = "0.1"
hex = "^0.2"
itertools = "^0.7"
itertools = "^0.8"
libc = "^0.2"
mio = "0.6"
netlink-rs = { git = "https://github.com/netlink-rs/netlink-rs", rev = "c008b4e385e3c0a114ec907ca28ad4fe33233ed5" }
Expand Down

0 comments on commit 28bf365

Please sign in to comment.