From 73d776ee830d67c7c296d26d38e4b7ac1dd55dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:47:55 +0000 Subject: [PATCH] chore(deps): update wkt requirement from 0.10 to 0.11 Updates the requirements on [wkt](https://github.com/georust/wkt) to permit the latest version. - [Changelog](https://github.com/georust/wkt/blob/main/CHANGES.md) - [Commits](https://github.com/georust/wkt/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: wkt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20059a7bc..7cf495279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ thiserror = "1" tracing = { version = "0.1", features = ["log"] } typed_index_collection = { git = "https://github.com/hove-io/typed_index_collection", tag = "v2"} walkdir = "2" -wkt = "0.10" +wkt = "0.11" zip = { version = "2", default-features = false, features = ["deflate"] } git-version = "0.3"