Commit ffc5726
authored
Remove unused dependencies (#488)
I ran cargo-udeps on this workspace (on a Linux machine) and looked at
the results.
- pageant is an empty crate on non-Windows, so all of its dependencies
are Windows-only
- russh uses tokio-stream only in a doc-test. For this, dev-dependencies
suffices. I do not see why this is "not wasm32", but it already was this
way before, so I leave it there.
- russh-util does not seem to use futures-executor or static_assertions
and apparently never did (??). These were added in commit d03df31. In
this commit, I am dropping them.
- russh-util uses chrono only on wasm
Signed-off-by: Uli Schlachter <[email protected]>1 parent 77bf308 commit ffc5726
3 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 15 | | |
| 16 | + | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments