git.delta.rocks / remowt / refs/commits / 075f10342c88

difftreelog

chore cargo-shear

qwnnrlkxYaroslav Bolyukin3 days agoparent: #61cfb31.patch.diff
in: trunk

8 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
349 packageslockfile v4
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,15 +22,11 @@
 
 camino = { version = "1.2.2", features = ["serde1"] }
 anyhow = "1.0.86"
-async-trait = "0.1.81"
 bytes = "1.11.0"
 clap = "4.5.16"
 futures = "0.3.30"
-futures-util = "0.3.30"
 nix = "0.31.3"
-openssh = "0.11.0"
 pam-client = "0.5.0"
-rand = "0.10.1"
 russh = { version = "0.61.2", default-features = false, features = [
 	"ring",
 	"flate2",
@@ -39,10 +35,8 @@
 russh-config = "0.58.0"
 serde = "1.0.228"
 serde_json = "1.0.149"
-tempdir = "0.3.7"
 tempfile = "3"
 tokio = { version = "1.39.3", features = ["fs"] }
-tokio-stream = "0.1.15"
 tokio-util = "0.7.11"
 tracing = "0.1.40"
 tracing-subscriber = "0.3.18"
modifiedcmds/remowt-agent/Cargo.tomldiffbeforeafterboth
--- a/cmds/remowt-agent/Cargo.toml
+++ b/cmds/remowt-agent/Cargo.toml
@@ -11,13 +11,10 @@
 bifrostlink-ports.workspace = true
 clap = { workspace = true, features = ["derive"] }
 futures.workspace = true
-futures-util.workspace = true
 nix.workspace = true
 remowt-polkit-shared.workspace = true
-rand.workspace = true
 remowt-link-shared.workspace = true
 remowt-plugin.workspace = true
-serde = { workspace = true, features = ["derive"] }
 tempfile.workspace = true
 tokio = { workspace = true, features = [
 	"rt",
modifiedcmds/remowt-ssh/Cargo.tomldiffbeforeafterboth
--- a/cmds/remowt-ssh/Cargo.toml
+++ b/cmds/remowt-ssh/Cargo.toml
@@ -7,9 +7,7 @@
 
 [dependencies]
 clap = { workspace = true, features = ["derive"] }
-openssh = { workspace = true, features = ["native-mux"] }
 tracing-subscriber.workspace = true
-bifrostlink.workspace = true
 remowt-link-shared.workspace = true
 remowt-client.workspace = true
 tokio = { workspace = true, features = [
@@ -22,16 +20,5 @@
 ] }
 nix = { workspace = true, features = ["term"] }
 anyhow.workspace = true
-bifrostlink-ports.workspace = true
-uuid = { workspace = true, features = ["v4"] }
-tempdir.workspace = true
-async-trait.workspace = true
-bytes.workspace = true
-tokio-stream.workspace = true
 tracing.workspace = true
-thiserror.workspace = true
-serde_json.workspace = true
-serde.workspace = true
 remowt-ui-prompt.workspace = true
-russh.workspace = true
-russh-config.workspace = true
modifiedcrates/remowt-client/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-client/Cargo.toml
+++ b/crates/remowt-client/Cargo.toml
@@ -8,7 +8,6 @@
 [dependencies]
 anyhow.workspace = true
 bifrostlink.workspace = true
-bifrostlink-ports.workspace = true
 bytes.workspace = true
 camino.workspace = true
 serde.workspace = true
modifiedcrates/remowt-endpoints/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-endpoints/Cargo.toml
+++ b/crates/remowt-endpoints/Cargo.toml
@@ -6,15 +6,12 @@
 license.workspace = true
 
 [dependencies]
-anyhow.workspace = true
 bifrostlink.workspace = true
-bifrostlink-macros.workspace = true
 camino.workspace = true
 serde = { workspace = true }
 tempfile.workspace = true
 thiserror.workspace = true
 tokio = { workspace = true, features = ["net", "io-util", "rt", "process"] }
 tracing.workspace = true
-uuid.workspace = true
 nix = { workspace = true, features = ["process", "signal", "term"] }
 zbus.workspace = true
modifiedcrates/remowt-plugin/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-plugin/Cargo.toml
+++ b/crates/remowt-plugin/Cargo.toml
@@ -20,5 +20,4 @@
 	"time",
 	"process",
 ] }
-tracing.workspace = true
 tracing-subscriber.workspace = true
modifiedcrates/remowt-ui-prompt/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-ui-prompt/Cargo.toml
+++ b/crates/remowt-ui-prompt/Cargo.toml
@@ -10,7 +10,6 @@
 bifrostlink.workspace = true
 bifrostlink-macros.workspace = true
 serde.workspace = true
-serde_json.workspace = true
 thiserror.workspace = true
 tokio = { workspace = true, features = ["io-util", "macros", "process", "rt"] }
 tracing.workspace = true