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]