Skip to content

Commit 6270229

Browse files
authored
Update Rust dependencies (#676)
1 parent 084dbcf commit 6270229

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cryptovec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ssh-encoding = { workspace = true, optional = true }
1414
log.workspace = true
1515

1616
[target.'cfg(unix)'.dependencies]
17-
nix = { version = "0.29", features = ["mman"] }
17+
nix = { version = "0.31", features = ["mman"] }
1818

1919
[target.'cfg(target_os = "windows")'.dependencies]
20-
windows-sys = { version = "0.59", features = [
20+
windows-sys = { version = "0.61", features = [
2121
"Win32_System_Memory",
2222
"Win32_System_SystemInformation",
2323
"Win32_System_Threading",

russh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ flate2 = { version = "1.0.15", optional = true }
5151
futures.workspace = true
5252
generic-array = { version = "1.3.3", features = ["compat-0_14"] }
5353
getrandom = { version = "0.2.15", features = ["js"] }
54-
hex-literal = "0.4"
54+
hex-literal = "1"
5555
hmac.workspace = true
5656
inout = { version = "0.1", features = ["std"] }
5757
log.workspace = true
@@ -121,7 +121,7 @@ rand.workspace = true
121121
shell-escape = "0.1"
122122
tokio-fd = "0.3"
123123
termion = "4"
124-
ratatui = "0.29.0"
124+
ratatui = "0.30"
125125
tempfile = "3.14.0"
126126

127127
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]

0 commit comments

Comments
 (0)