From 1c5ed3bf9b856029aca8747856a05b0488580bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:56:27 +0000 Subject: [PATCH] Update Rust crate code0-flow to 0.0.17 --- Cargo.lock | 70 +++++++++++++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 62 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9718c5..5cb5892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,6 +103,43 @@ dependencies = [ "url", ] +[[package]] +name = "async-nats" +version = "0.44.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f834a80c3ab6109b9c8f5ca6661a578cf31e088e831b6ce07c6b23cca04f6742" +dependencies = [ + "base64", + "bytes", + "futures-util", + "memchr", + "nkeys", + "nuid", + "once_cell", + "pin-project", + "portable-atomic", + "rand 0.8.5", + "regex", + "ring", + "rustls-native-certs", + "rustls-pemfile", + "rustls-webpki 0.102.8", + "serde", + "serde_json", + "serde_nanos", + "serde_repr", + "thiserror", + "time", + "tokio", + "tokio-rustls", + "tokio-stream", + "tokio-util", + "tokio-websockets", + "tracing", + "tryhard", + "url", +] + [[package]] name = "async-trait" version = "0.1.88" @@ -224,22 +261,22 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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", - "tucana", + "tucana 0.0.36", ] [[package]] name = "code0-flow" -version = "0.0.16" +version = "0.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad60b7f304a4fc9793f2e70dc6ae9ccf8efb4df957dc97eb586722eeb3e6471" +checksum = "568d497f7aa8cd0cb4e633e8f6e97330b3bbb8b49fcb7c2bdca703a4a9c870e8" dependencies = [ - "async-nats", + "async-nats 0.44.2", "async-trait", "code0-definition-reader", "dotenv", @@ -249,7 +286,7 @@ dependencies = [ "serde_json", "tonic", "tonic-health", - "tucana", + "tucana 0.0.36", ] [[package]] @@ -1630,7 +1667,7 @@ dependencies = [ name = "taurus" version = "0.1.0" dependencies = [ - "async-nats", + "async-nats 0.42.0", "base64", "code0-flow", "env_logger", @@ -1641,7 +1678,7 @@ dependencies = [ "tokio", "tonic", "tonic-health", - "tucana", + "tucana 0.0.33", ] [[package]] @@ -1974,6 +2011,21 @@ dependencies = [ "tonic-prost-build", ] +[[package]] +name = "tucana" +version = "0.0.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0addd0c58b8b458ba668404246c428d4c71382f5a83d29ac69649f5c575bdfc4" +dependencies = [ + "prost", + "prost-types", + "serde", + "serde_json", + "tonic", + "tonic-prost", + "tonic-prost-build", +] + [[package]] name = "typenum" version = "1.18.0" diff --git a/Cargo.toml b/Cargo.toml index 07db777..7554e10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -code0-flow = { version = "0.0.16" } +code0-flow = { version = "0.0.17" } tucana = { version = "0.0.33" } tokio = { version = "1.44.1", features = ["rt-multi-thread"] } log = "0.4.27"