From 3eb85f024623bacdcec4ae2ddb48bc17083a8bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:13:24 +0000 Subject: [PATCH] Update educe requirement from 0.6.0 to 0.7.2 Updates the requirements on [educe](https://github.com/magiclen/educe) to permit the latest version. - [Changelog](https://github.com/magiclen/educe/blob/master/CHANGELOG-0.5.11-to-0.7.0.md) - [Commits](https://github.com/magiclen/educe/compare/v0.6.0...v0.7.2) --- updated-dependencies: - dependency-name: educe dependency-version: 0.7.2 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 221add9c..040166f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ mio = { version = "1.0", default-features = false } cfg-if = "1.0.0" polling = "2.8.0" -educe = "0.6.0" +educe = "0.7.2" libc = "0.2" rand = "0.10"