Skip to content

Commit 650e6b3

Browse files
committed
dependencies: updated to tucana 0.0.21
1 parent 65bf163 commit 650e6b3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://code0.tech"
88
license = "Apache-2.0"
99

1010
[dependencies]
11-
tucana = { version = "0.0.20", features = ["all"] }
11+
tucana = { version = "0.0.21", features = ["all"] }
1212
tokio = "1.43.0"
1313
async-trait = "0.1.85"
1414
log = "0.4.24"
@@ -22,6 +22,7 @@ serde_json = "1.0.138"
2222
serde = "1.0.138"
2323
lapin = "2.5.0"
2424
futures-lite = "2.6.0"
25+
tonic = "0.13.0"
2526

2627
[dev-dependencies]
2728
testcontainers = "0.23.2"
@@ -33,4 +34,5 @@ doctest = true
3334
[features]
3435
flow_queue = []
3536
flow_store = []
36-
all = ["flow_queue", "flow_store"]
37+
flow_definition = []
38+
all = ["flow_queue", "flow_store", "flow_definition"]

0 commit comments

Comments
 (0)