From 3428f90d844d0e6e842350b0515e3bd40a26fd22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:23:31 +0000 Subject: [PATCH] chore(deps): update itertools requirement in /dap-lib 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](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dap-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap-lib/Cargo.toml b/dap-lib/Cargo.toml index 4399a96..31591dd 100644 --- a/dap-lib/Cargo.toml +++ b/dap-lib/Cargo.toml @@ -49,7 +49,7 @@ tracing = "0.1.40" thiserror = "1.0.50" async-trait = "0.1.74" serde = { version = "1.0.192", features = ["derive"] } -itertools = "0.11.0" +itertools = "0.12.0" rustc-hash = "1.1.0" # doh and odoh client with cache and query manipulation plugins