git.delta.rocks / remowt / refs/commits / 875f55ab11c2

difftreelog

chore update dependencies

qqowlrvwYaroslav Bolyukin2026-06-12parent: #113f1e5.patch.diff
in: trunk

9 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
376 packageslockfile v4
after · Cargo.lock
352 packageslockfile v4
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,10 +29,10 @@
 clap = "4.5.16"
 futures = "0.3.30"
 futures-util = "0.3.30"
-nix = "0.29.0"
+nix = "0.31.3"
 openssh = "0.11.0"
 pam-client = "0.5.0"
-rand = "0.8.5"
+rand = "0.10.1"
 russh = { version = "0.61.2", default-features = false, features = [
 	"ring",
 	"flate2",
@@ -49,8 +49,8 @@
 tracing = "0.1.40"
 tracing-subscriber = "0.3.18"
 uuid = "1.10.0"
-zbus = "4.4.0"
-zbus_polkit = "4.0.0"
+zbus = "5.16.0"
+zbus_polkit = "5.0.0"
 thiserror = "2.0.18"
 
 [profile.release]
modifiedcmds/remowt-ssh/Cargo.tomldiffbeforeafterboth
--- a/cmds/remowt-ssh/Cargo.toml
+++ b/cmds/remowt-ssh/Cargo.toml
@@ -22,7 +22,7 @@
 bytes.workspace = true
 tokio-stream.workspace = true
 tracing.workspace = true
-thiserror = "2.0.18"
+thiserror.workspace = true
 serde_json.workspace = true
 serde.workspace = true
 remowt-ui-prompt.workspace = true
modifiedcrates/polkit-shared/Cargo.tomldiffbeforeafterboth
--- a/crates/polkit-shared/Cargo.toml
+++ b/crates/polkit-shared/Cargo.toml
@@ -6,6 +6,6 @@
 license.workspace = true
 
 [dependencies]
-nix.workspace = true
+nix = { workspace = true, features = ["user"] }
 serde = { workspace = true, features = ["derive"] }
 zbus.workspace = true
modifiedcrates/remowt-fs/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-fs/Cargo.toml
+++ b/crates/remowt-fs/Cargo.toml
@@ -11,5 +11,5 @@
 camino = { workspace = true, features = ["serde1"] }
 serde = { workspace = true, features = ["derive"] }
 tempfile.workspace = true
-thiserror = "1"
+thiserror.workspace = true
 tokio = { workspace = true, features = ["fs"] }
modifiedcrates/remowt-link-shared/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-link-shared/Cargo.toml
+++ b/crates/remowt-link-shared/Cargo.toml
@@ -10,7 +10,7 @@
 bytes.workspace = true
 serde = { workspace = true, features = ["derive"] }
 serde_json.workspace = true
-thiserror = "1.0.63"
+thiserror.workspace = true
 tokio = { workspace = true, features = ["fs"] }
 remowt-fs.workspace = true
 remowt-systemd.workspace = true
modifiedcrates/remowt-pty/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-pty/Cargo.toml
+++ b/crates/remowt-pty/Cargo.toml
@@ -11,7 +11,7 @@
 camino = { workspace = true, features = ["serde1"] }
 nix = { workspace = true, features = ["process", "term"] }
 serde = { workspace = true, features = ["derive"] }
-thiserror = "1"
+thiserror.workspace = true
 tokio = { workspace = true, features = [
 	"net",
 	"io-util",
modifiedcrates/remowt-systemd/Cargo.tomldiffbeforeafterboth
--- a/crates/remowt-systemd/Cargo.toml
+++ b/crates/remowt-systemd/Cargo.toml
@@ -9,5 +9,5 @@
 bifrostlink.workspace = true
 bifrostlink-macros.workspace = true
 serde = { workspace = true, features = ["derive"] }
-thiserror = "1"
+thiserror.workspace = true
 zbus = { workspace = true, features = ["tokio"] }
modifiedcrates/ui-prompt/Cargo.tomldiffbeforeafterboth
--- a/crates/ui-prompt/Cargo.toml
+++ b/crates/ui-prompt/Cargo.toml
@@ -10,7 +10,7 @@
 bifrostlink-macros.workspace = true
 serde.workspace = true
 serde_json.workspace = true
-thiserror = "1.0.63"
+thiserror.workspace = true
 tokio = { workspace = true, features = ["io-util", "macros", "process", "rt"] }
 tracing.workspace = true
 zbus = { workspace = true, optional = true }