Skip to content

Commit ede1230

Browse files
committed
bump: bssh-russh 0.60.0 -> 0.60.1 with dependency updates
Updated bssh-russh with latest RC versions: - rsa: 0.10.0-rc.17 (fixes RUSTSEC-2023-0071) - elliptic-curve: 0.14.0-rc.30 - p256/p384/p521: 0.14.0-rc.8 - ml-kem: 0.3.0-rc.2 - spki: 0.8.0 (stable)
1 parent d445d90 commit ede1230

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio = { version = "1.51.1", features = ["full"] }
2222
# Use our internal russh fork with session loop fixes
2323
# - Development: uses local path (crates/bssh-russh)
2424
# - Publishing: uses crates.io version (path ignored)
25-
russh = { package = "bssh-russh", version = "0.60", path = "crates/bssh-russh" }
25+
russh = { package = "bssh-russh", version = "0.60.1", path = "crates/bssh-russh" }
2626
russh-sftp = "2.1.1"
2727
clap = { version = "4.6.0", features = ["derive", "env"] }
2828
anyhow = "1.0.102"

crates/bssh-russh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bssh-russh"
3-
version = "0.60.0"
3+
version = "0.60.1"
44
authors = ["Jeongkyu Shin <inureyes@gmail.com>"]
55
description = "Temporary fork of russh with high-frequency PTY output fix (Handle::data from spawned tasks)"
66
documentation = "https://docs.rs/bssh-russh"

0 commit comments

Comments
 (0)