Skip to content

Commit 2615a19

Browse files
build(deps): update itertools requirement from 0.13 to 0.14 (#631)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a0f44f commit 2615a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-tls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ actix-rt = "2.2"
120120
actix-server = "2"
121121
bytes = "1"
122122
futures-util = { version = "0.3.17", default-features = false, features = ["sink"] }
123-
itertools = "0.13"
123+
itertools = "0.14"
124124
pretty_env_logger = "0.5"
125125
rcgen = "0.13"
126126
rustls-pemfile = "2"

0 commit comments

Comments
 (0)