Codebase list rust-libslirp / ddf800f
Put src/cargo back to 0.43.1 in preperation for another minimal fix upload. Peter Michael Green 2 years ago
4 changed file(s) with 37 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 rust-cargo (0.47.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package cargo 0.47.0 from crates.io using debcargo 2.4.3
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 22:03:19 +0100
5
60 rust-cargo (0.43.1-3) unstable; urgency=medium
71
82 * Team upload.
11 +++ b/Cargo.toml
22 @@ -125,4 +125,0 @@
33 -[dependencies.pretty_env_logger]
4 -version = "0.4"
4 -version = "0.3"
55 -optional = true
66 -
77 @@ -188,1 +184,1 @@
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -194,7 +194,7 @@
2 @@ -196,7 +196,7 @@
33 [features]
44 deny-warnings = []
55 pretty-env-logger = ["pretty_env_logger"]
66 -vendored-openssl = ["openssl/vendored"]
77 +vendored-openssl = ["openssl"]
88 [target."cfg(target_os = \"macos\")".dependencies.core-foundation]
9 version = "0.9.0"
9 version = "0.7.0"
1010 features = ["mac_os_10_7_support"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -140,7 +140,7 @@
0 Index: cargo/Cargo.toml
1 ===================================================================
2 --- cargo.orig/Cargo.toml
3 +++ cargo/Cargo.toml
4 @@ -75,10 +75,10 @@ features = ["zlib"]
5 version = "0.4"
6
7 [dependencies.git2]
8 -version = "0.11.0"
9 +version = "0.13.11"
10
11 [dependencies.git2-curl]
12 -version = "0.12.0"
13 +version = "0.14.1"
14
15 [dependencies.glob]
16 version = "0.3.0"
17 @@ -111,7 +111,7 @@ version = "1.2.0"
18 version = "0.2"
19
20 [dependencies.libgit2-sys]
21 -version = "0.10.0"
22 +version = "0.12.13"
23
24 [dependencies.log]
25 version = "0.4.6"
26 @@ -194,7 +194,7 @@ deny-warnings = []
27 pretty-env-logger = []
28 vendored-openssl = ["openssl"]
29 [target."cfg(target_os = \"macos\")".dependencies.core-foundation]
30 -version = "0.7.0"
31 +version = ">= 0.7, < 0.10"
32 features = ["mac_os_10_7_support"]
33 [target."cfg(windows)".dependencies.fwdansi]
334 version = "1"
4
5 [dependencies.semver]
6 -version = "0.10"
7 +version = "0.11"
8 features = ["serde"]
9
10 [dependencies.serde]