From 650750dfd94fb4baaaec66e3fc409283e30d0352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 02:00:27 +0000 Subject: [PATCH] Update educe requirement from 0.5.0 to 0.6.0 Updates the requirements on [educe](https://github.com/magiclen/educe) to permit the latest version. - [Commits](https://github.com/magiclen/educe/compare/v0.5.0...v0.5.11) --- updated-dependencies: - dependency-name: educe 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 2d3175a8e..f4c790602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ num-integer = { version = "0.1", default-features = false } arrayvec = { version = "0.7", default-features = false } criterion = "0.5.0" -educe = "0.5.0" +educe = "0.6.0" digest = { version = "0.10", default-features = false } hashbrown = { version = "0.14", default-features = false, features = ["inline-more", "allocator-api2"] } hex = "0.4"