Commit 55e0324
committed
chore: update Rust dependencies
Updated only Rust dependencies that require no code changes:
Updated hex-literal v0.4 -> v1
Updated nix v0.29 -> v0.31
Updated ratatui v0.29.0 -> v0.30
Updated windows-sys v0.59 -> v0.61
These changes also fix the following cargo audit warnings:
Crate: paste
Version: 1.0.15
Warning: unmaintained
Title: paste - no longer maintained
Date: 2024-10-07
ID: RUSTSEC-2024-0436
URL: https://rustsec.org/advisories/RUSTSEC-2024-0436
Dependency tree:
paste 1.0.15
└── ratatui 0.29.0
└── russh 0.58.0
Crate: lru
Version: 0.12.5
Warning: unsound
Title: `IterMut` violates Stacked Borrows by invalidating internal
pointer
Date: 2026-01-07
ID: RUSTSEC-2026-0002
URL: https://rustsec.org/advisories/RUSTSEC-2026-0002
Dependency tree:
lru 0.12.5
└── ratatui 0.29.0
└── russh 0.58.0
Signed-off-by: Roger Knecht <rknecht@pm.me>1 parent 48d898d commit 55e0324
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments