Codebase list rust-libslirp / 787a421
Note that tempdir is deprecated Ximin Luo 5 years ago
2 changed file(s) with 16 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
128128 Roughly in dependency order, i.e. earlier packages have less dependencies.
129129 Some versions might be out-of-date::
130130
131 tempdir v0.3.7
132 tar v0.4.15
131 - tar v0.4.15
133132 - quote v0.6.3
134133 syn v0.14.2
135134 serde_derive v1.0.66
136135 semver v0.9.0
137136 itertools v0.7.8
138 url v1.7.0
137 - url v1.7.0
139138 cmake v0.1.31
140139 libz-sys v1.0.18
141140 libssh2-sys v0.2.7
152151 backtrace-sys v0.1.23
153152 backtrace v0.3.8
154153 failure v0.1.1
155 atty v0.2.10
154 - atty v0.2.10
156155 clap v2.31.2
157156 chrono v0.4.2
158157 tempfile v3.0.2
00 overlay = "."
1
2 (Syntax error to prevent ./update.sh from working)
3
4 Debian maintainer's note:
5
6 This is deprecated in favour of the tempfile crate, and we should be able to
7 avoid packaging it. Currently the only things known to depend on it are:
8
9 debcargo/Cargo.toml:[dependencies.tempdir]
10 native-tls-0.1.5/Cargo.toml:[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempdir]
11 sccache/Cargo.toml:[dependencies.tempdir]
12
13 These can either be patched out or updated to use tempfile