git.delta.rocks / remowt / refs/commits / 99930b3c897c

difftreelog

chore update bifrostlink

yknktuttYaroslav Bolyukin2026-06-13parent: #7e51266.patch.diff
in: trunk

3 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
349 packageslockfile v4
after · Cargo.lock
349 packageslockfile v4
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@
 bifrostlink-macros = "0.2.0"
 bifrostlink-ports = "0.2.0"
 
-camino = "1.2.2"
+camino = { version = "1.2.2", features = ["serde1"] }
 anyhow = "1.0.86"
 async-trait = "0.1.81"
 bytes = "1.11.0"
@@ -41,7 +41,7 @@
 serde_json = "1.0.149"
 tempdir = "0.3.7"
 tempfile = "3"
-tokio = "1.39.3"
+tokio = { version = "1.39.3", features = ["fs"] }
 tokio-stream = "0.1.15"
 tokio-util = "0.7.11"
 tracing = "0.1.40"
modifiedcrates/remowt-link-shared/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-link-shared/Cargo.toml
+++ b/crates/remowt-link-shared/Cargo.toml
@@ -14,4 +14,3 @@
 tokio = { workspace = true, features = ["fs", "io-util", "macros"] }
 tracing.workspace = true
 remowt-ui-prompt.workspace = true
-camino = { workspace = true, features = ["serde1"] }