diff --git a/Cargo.lock b/Cargo.lock index abdd41c..60382ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "async-nats" -version = "0.43.0" +version = "0.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351fc678084ed17ee61a56285eda9443b10452ed5ea611a35d06b28000bf07fd" +checksum = "f834a80c3ab6109b9c8f5ca6661a578cf31e088e831b6ce07c6b23cca04f6742" dependencies = [ "base64", "bytes", @@ -199,9 +199,9 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "code0-definition-reader" -version = "0.0.10" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac33bc751c706a7e306931082019aa954c17ae18c31d685fd545bf73716d5c8e" +checksum = "5c7b9d030a57501b5c6bcbd667c5241a69335421008b155b55145b4e66e9a325" dependencies = [ "serde", "serde_json", @@ -1813,9 +1813,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.33" +version = "0.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "811247bdfb777b65329d9f8e8ff9e2d405261ef626e149997f4fca57bfe106d4" +checksum = "0addd0c58b8b458ba668404246c428d4c71382f5a83d29ac69649f5c575bdfc4" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 4f12e47..175d9b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.33", features = ["aquila"] } +tucana = { version = "0.0.36", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1" dotenv = "0.15.0" -code0-definition-reader = "0.0.10" +code0-definition-reader = "0.0.12" tonic-health = "0.14.1" -async-nats = "0.43.0" +async-nats = "0.44.2" futures-core = "0.3.31" regex = "1.11.2" serde_json = "1.0.143"