diff --git a/Cargo.lock b/Cargo.lock index 0bbf67e..f50c61b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1873,9 +1873,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.42" +version = "0.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ab56226ccbbda9b2bd7505d4296712a2e0757254fbe601c30785ae9e2d09e6" +checksum = "a97d0f9945f8993b62cef0504a8a874651f1ab56cb63307c20db9402e83ed0ad" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index 9ec1eca..153e5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.42", features = ["aquila"] } +tucana = { version = "0.0.43", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"