difftreelog
chore update bifrostlink
in: trunk
3 files changed
Cargo.lockdiffbeforeafterboth308308309[[package]]309[[package]]310name = "bifrostlink"310name = "bifrostlink"311version = "0.2.1"311version = "0.2.2"312source = "registry+https://github.com/rust-lang/crates.io-index"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "543bfa2ef5c739ddddbf60eaec3ab25c68d3cfa032ad58b66f948c5bc85a66e0"313checksum = "4bd6d4c7cf73270cbf6846a42361d409df23262d276ff15110e787067d89ad1d"314dependencies = [314dependencies = [315 "async-trait",315 "async-trait",316 "async_fn_traits",316 "async_fn_traits",327327328[[package]]328[[package]]329name = "bifrostlink-macros"329name = "bifrostlink-macros"330version = "0.2.1"330version = "0.2.2"331source = "registry+https://github.com/rust-lang/crates.io-index"331source = "registry+https://github.com/rust-lang/crates.io-index"332checksum = "68003ae545f31341d52409a6ac8ffdac6f41cf6c46d52be32ebe164b1693af03"332checksum = "329813d3e34c7e65638480cefbb09d1e1dc47fa5dbf0f5f0cf8d9eee424f4f19"333dependencies = [333dependencies = [334 "proc-macro2",334 "proc-macro2",335 "quote",335 "quote",338338339[[package]]339[[package]]340name = "bifrostlink-ports"340name = "bifrostlink-ports"341version = "0.2.1"341version = "0.2.2"342source = "registry+https://github.com/rust-lang/crates.io-index"342source = "registry+https://github.com/rust-lang/crates.io-index"343checksum = "eaf71f5292660b64d4d30f0f43d186b15c3648acceb4b4b5fcf5880554df503e"343checksum = "d6683eb0d4366b762fc45c0eb14e384d3554a23bc1ba3f1246368900d41e3700"344dependencies = [344dependencies = [345 "bifrostlink",345 "bifrostlink",346 "bytes",346 "bytes",2126dependencies = [2126dependencies = [2127 "bifrostlink",2127 "bifrostlink",2128 "bytes",2128 "bytes",2129 "camino",2130 "remowt-ui-prompt",2129 "remowt-ui-prompt",2131 "serde",2130 "serde",2132 "serde_json",2131 "serde_json",Cargo.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"
crates/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"] }