From 5766d4a714d23c6d35bf855cf58c34a46f38bdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:47:52 +0000 Subject: [PATCH] chore(deps): bump educe Bumps the rust-dependencies group with 1 update in the / directory: [educe](https://github.com/magiclen/educe). Updates `educe` from 0.6.0 to 0.7.4 - [Changelog](https://github.com/magiclen/educe/blob/master/CHANGELOG-0.6.0-to-0.7.0.md) - [Commits](https://github.com/magiclen/educe/compare/v0.6.0...v0.7.4) --- updated-dependencies: - dependency-name: educe dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/wind-dns/Cargo.toml | 2 +- crates/wind/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 723ed6c..1bc5d3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1236,9 +1236,9 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "educe" -version = "0.6.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +checksum = "92c3e1715a2bf74bc8f68cd7bae12ff144f02669c602106ad1fa16f2ba62e646" dependencies = [ "enum-ordinalize", "proc-macro2", diff --git a/crates/wind-dns/Cargo.toml b/crates/wind-dns/Cargo.toml index e7ac67d..12c8785 100644 --- a/crates/wind-dns/Cargo.toml +++ b/crates/wind-dns/Cargo.toml @@ -19,7 +19,7 @@ hickory-resolver = { version = "0.26", default-features = false, features = [ tokio = { version = "1", default-features = false, features = ["net"] } serde = { version = "1", features = ["derive"] } -educe = "0.6" +educe = "0.7" eyre = "0.6" humantime-serde = "1" diff --git a/crates/wind/Cargo.toml b/crates/wind/Cargo.toml index f3e554e..3bc7b48 100644 --- a/crates/wind/Cargo.toml +++ b/crates/wind/Cargo.toml @@ -34,7 +34,7 @@ figment = { version = "0.10", features = ["yaml", "env", "toml"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9.34-deprecated" toml = "1.1.2+spec-1.1.0" -educe = { version = "0.6", features = ["Default"] } +educe = { version = "0.7", features = ["Default"] } humantime-serde = "1" [features]