From 5ee9643a6ca375c7ec3955433cc52bf9c040743c Mon Sep 17 00:00:00 2001 From: Sylvain Tremblay Date: Wed, 28 Jan 2026 10:27:10 -0500 Subject: [PATCH] fix(deps): updating fqdn version as the one currently in use have been yanked --- Cargo.lock | 16 ++++++++++++++++ harmony/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 98912dc4..2c444f85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1874,6 +1874,22 @@ dependencies = [ "url", ] +[[package]] +name = "example-nats-supercluster" +version = "0.1.0" +dependencies = [ + "cidr", + "env_logger", + "harmony", + "harmony_cli", + "harmony_macros", + "harmony_types", + "k8s-openapi", + "log", + "tokio", + "url", +] + [[package]] name = "example-ntfy" version = "0.1.0" diff --git a/harmony/Cargo.toml b/harmony/Cargo.toml index 634cbe96..6e889d21 100644 --- a/harmony/Cargo.toml +++ b/harmony/Cargo.toml @@ -47,7 +47,7 @@ temp-file = "0.1.9" convert_case.workspace = true email_address = "0.2.9" chrono.workspace = true -fqdn = { version = "0.4.6", features = [ +fqdn = { version = "0.5.2", features = [ "domain-label-cannot-start-or-end-with-hyphen", "domain-label-length-limited-to-63", "domain-name-without-special-chars", -- 2.39.5