diff --git a/Cargo.lock b/Cargo.lock index 8f63882..236e363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.72" +version = "0.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5513f2fc08c899ee75f2f4717a7c4af53269a80e76b2f1a331b3455544b1ef" +checksum = "cb8c3882c50dad78a4ec128e9c0d80a681c0203e0ca55169361c49b31ad9161f" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 92817c5..27feaa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.72", features = ["aquila"] } +tucana = { version = "0.0.73", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"