Merge pull request #11 from lavafroth/dependabot/cargo/russh-0.54.3
chore(deps): bump russh from 0.54.1 to 0.54.3
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1849,9 +1849,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "russh"
|
||||
version = "0.54.1"
|
||||
version = "0.54.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de956421c15e2068e207578852cf1af4f24b32ede68ab3ae60d8489444ff31df"
|
||||
checksum = "00897b69ab623d39b396af89f1acbb775fb5a730f0db91833da297d5a6cd3f8d"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"aws-lc-rs",
|
||||
|
||||
@@ -10,7 +10,7 @@ env_logger = "0.11.7"
|
||||
log = "0.4.27"
|
||||
ratatui = "0.29.0"
|
||||
ringbuffer = "0.16.0"
|
||||
russh = "0.54.1"
|
||||
russh = "0.54.3"
|
||||
thiserror = "2.0.16"
|
||||
tokio = "1.47.1"
|
||||
tui-textarea = { version = "0.7.0", features = ["termion"] }
|
||||
|
||||
Reference in New Issue
Block a user