From f60d2497940926fdb7500373636aa5f0c7a99789 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Wed, 15 Nov 2023 08:51:38 +0100 Subject: [PATCH] Update itertools to 0.12.0. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fabb2..d13bd5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +* Update itertools dependency to 0.12.0. + + ## Release 0.17.0 -- 2023-07-22 * Added a check that no more than one of the http-types, mime02, or diff --git a/Cargo.toml b/Cargo.toml index be0f348..0c0a2bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tide013 = ["http-types"] [dependencies] base64 = "0.21.0" bytecount = "0.6.0" -itertools = "0.11.0" +itertools = "0.12.0" md5 = "0.7" nom = "7.1.0"