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",