Skip to content

Commit 6dd1006

Browse files
committed
dependencies: updated async-nats, code0-flow and tucana
1 parent 159880f commit 6dd1006

File tree

3 files changed

+47
-27
lines changed

3 files changed

+47
-27
lines changed

Cargo.lock

Lines changed: 43 additions & 24 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,16 +7,16 @@ version = "0.0.0"
77
edition = "2024"
88

99
[workspace.dependencies]
10-
code0-flow = { version = "0.0.18" }
11-
tucana = { version = "0.0.39", features = ["aquila"] }
10+
code0-flow = { version = "0.0.19" }
11+
tucana = { version = "0.0.42", features = ["aquila"] }
1212
serde_json = { version = "1.0.138" }
1313
log = "0.4.27"
1414
env_logger = "0.11.8"
1515
regex = "1.11.1"
1616
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
1717
uuid = { version = "1.16.0", features = ["v4"] }
1818
tonic = "0.14.0"
19-
async-nats = "0.44.2"
19+
async-nats = "0.45.0"
2020
async-trait = "0.1.88"
2121
anyhow = "1.0.98"
2222
prost = "0.14.0"

crates/base/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ uuid = { workspace = true }
1616
prost = { workspace = true }
1717
futures-lite = { workspace = true }
1818
log = { workspace = true }
19+
env_logger = {workspace = true}

0 commit comments

Comments
 (0)