Skip to content

Commit 3ef602b

Browse files
fix(deps): update rust crate russh to 0.58
1 parent b621487 commit 3ef602b

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Cargo.lock

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

crates/spnl-run/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kube = { version = "3.0.0", default-features = false, features = ["client", "run
4747
google-cloud-compute-v1 = { version = "2.1.0", features = ["instances", "images"], optional = true }
4848
google-cloud-lro = { version = "1.3.0", optional = true }
4949
google-cloud-storage = { version = "1", optional = true }
50-
russh = { version = "0.57", optional = true }
50+
russh = { version = "0.58", optional = true }
5151
russh-keys = { version = "0.49", optional = true }
5252
async-trait = { version = "0.1", optional = true }
5353

0 commit comments

Comments
 (0)