diff --git a/Cargo.lock b/Cargo.lock index 7eb719e..f9d5f1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ "tokio-stream", "tonic", "tonic-health", - "tucana 0.0.64", + "tucana 0.0.65", "uuid", ] @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.64" +version = "0.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d98ed8a00732c5458ac803882820ba38d4be5b2ff96804df87ac3412d9b41e9a" +checksum = "5670bcb2c6c455486e3b5be8b829d7a07bbd06a427d7c6db873259855f34e613" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 5f8f581..dcab8f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.26" env_logger = "0.11.8" prost = "0.14.1" tonic = "0.14.1" -tucana = { version = "0.0.64", features = ["all"] } +tucana = { version = "0.0.65", features = ["all"] } code0-flow = { version = "0.0.28", features = ["flow_health"] } serde_json = "1.0.140" async-nats = "0.46.0"