mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
Update dependencies: russh 0.57, toml 1.0, clap 4.5.58, libc 0.2.182
- russh 0.54 → 0.57: Marvin attack mitigation (RSA), server-side ping, ML-KEM post-quantum key exchange, extension algo kex fix - toml 0.9 → 1.0: stable release - clap 4.5.57 → 4.5.58: patch update - libc 0.2.180 → 0.2.182: patch update - rand stays at 0.9: rand 0.10 requires stable rand_core 0.10.0 which conflicts with russh 0.57's rand_core 0.10.0-rc-3 pin Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Generated
+554
-162
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
futures-util = "0.3"
|
||||
|
||||
# Config
|
||||
toml = "0.9"
|
||||
toml = "1"
|
||||
|
||||
# Crypto/random
|
||||
rand = "0.9"
|
||||
@@ -70,7 +70,7 @@ base64 = "0.22"
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls-webpki-roots"], default-features = false }
|
||||
|
||||
# SSH tunneling (jump host / bastion)
|
||||
russh = "0.54"
|
||||
russh = "0.57"
|
||||
|
||||
# LUKS drive management (uid/gid for chown)
|
||||
libc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user