Skip to content

Commit 9f2469a

Browse files
committed
dependencies: updated tucana, code0-flow and async-nats
1 parent 6826874 commit 9f2469a

File tree

3 files changed

+42
-44
lines changed

3 files changed

+42
-44
lines changed

Cargo.lock

Lines changed: 38 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ version = "0.1.0"
77
edition = "2024"
88

99
[workspace.dependencies]
10-
code0-flow = { version = "0.0.18" }
11-
tucana = { version = "0.0.40" }
10+
code0-flow = { version = "0.0.19" }
11+
tucana = { version = "0.0.42" }
1212
tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] }
1313
log = "0.4.27"
1414
futures-lite = "2.6.0"
1515
rand = "0.9.1"
1616
base64 = "0.22.1"
1717
env_logger = "0.11.8"
18-
async-nats = "0.44.2"
18+
async-nats = "0.45.0"
1919
prost = "0.14.1"
2020
tonic-health = "0.14.1"
2121
tonic = "0.14.1"

taurus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
code0-flow = { workspace = true }
7+
code0-flow = { workspace = true, features = ["flow_service"] }
88
tucana = { workspace = true }
99
tokio = { workspace = true }
1010
log = { workspace = true }

0 commit comments

Comments
 (0)