fix(deps): updating fqdn version as the one currently in use have been yanked #223

Merged
johnride merged 1 commits from fix/update-fqdn-version into master 2026-01-28 19:21:26 +00:00
2 changed files with 17 additions and 1 deletions

16
Cargo.lock generated
View File

@@ -1874,6 +1874,22 @@ dependencies = [
"url", "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]] [[package]]
name = "example-ntfy" name = "example-ntfy"
version = "0.1.0" version = "0.1.0"

View File

@@ -47,7 +47,7 @@ temp-file = "0.1.9"
convert_case.workspace = true convert_case.workspace = true
email_address = "0.2.9" email_address = "0.2.9"
chrono.workspace = true 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-cannot-start-or-end-with-hyphen",
"domain-label-length-limited-to-63", "domain-label-length-limited-to-63",
"domain-name-without-special-chars", "domain-name-without-special-chars",