Skip to content

Commit 9a069c6

Browse files
committed
dependencies: updated tucana and async-nats
1 parent f0685be commit 9a069c6

File tree

2 files changed

+9
-78
lines changed

2 files changed

+9
-78
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ edition = "2024"
88

99
[workspace.dependencies]
1010
code0-flow = { version = "0.0.17" }
11-
tucana = { version = "0.0.33", features = ["aquila"] }
11+
tucana = { version = "0.0.36", 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.42.0"
19+
async-nats = "0.44.2"
2020
async-trait = "0.1.88"
2121
anyhow = "1.0.98"
2222
prost = "0.14.0"

0 commit comments

Comments
 (0)