fork
Configure Feed
Select the types of activity you want to include in your feed.
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
fork
Configure Feed
Select the types of activity you want to include in your feed.
1The reqwest tests fail due to reqwest Client initialization.
2Bisected the issue to https://github.com/sfackler/rust-native-tls/compare/v0.2.12...v0.2.13 bump
3in https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/commit/6d5d9753f4a28be350dc657c08a9ecc7f13b922a
4the upcoming version of native-tls fixes that so let’s bump to that.
5https://github.com/sfackler/rust-native-tls/compare/v0.2.13...v0.2.14
6
7diff --git a/Cargo.lock b/Cargo.lock
8index 244256cd..24f0c607 100644
9--- a/Cargo.lock
10+++ b/Cargo.lock
11@@ -1700,7 +1700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12 checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
13 dependencies = [
14 "libc",
15- "windows-sys 0.59.0",
16+ "windows-sys 0.52.0",
17 ]
18
19 [[package]]
20@@ -2149,7 +2149,7 @@ dependencies = [
21 "gobject-sys",
22 "libc",
23 "system-deps 7.0.3",
24- "windows-sys 0.59.0",
25+ "windows-sys 0.52.0",
26 ]
27
28 [[package]]
29@@ -4407,7 +4407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
31 dependencies = [
32 "cfg-if",
33- "windows-targets 0.52.6",
34+ "windows-targets 0.48.5",
35 ]
36
37 [[package]]
38@@ -4791,9 +4791,9 @@ dependencies = [
39
40 [[package]]
41 name = "native-tls"
42-version = "0.2.13"
43+version = "0.2.14"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45-checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
46+checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
47 dependencies = [
48 "libc",
49 "log",
50@@ -5572,7 +5572,7 @@ dependencies = [
51 "once_cell",
52 "socket2",
53 "tracing",
54- "windows-sys 0.59.0",
55+ "windows-sys 0.52.0",
56 ]
57
58 [[package]]
59@@ -6017,7 +6017,7 @@ dependencies = [
60 "errno",
61 "libc",
62 "linux-raw-sys",
63- "windows-sys 0.59.0",
64+ "windows-sys 0.52.0",
65 ]
66
67 [[package]]
68@@ -6702,7 +6702,7 @@ dependencies = [
69 "getrandom 0.3.1",
70 "once_cell",
71 "rustix",
72- "windows-sys 0.59.0",
73+ "windows-sys 0.52.0",
74 ]
75
76 [[package]]
77@@ -7523,7 +7523,7 @@ version = "0.1.9"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
79 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
80 dependencies = [
81- "windows-sys 0.59.0",
82+ "windows-sys 0.48.0",
83 ]
84
85 [[package]]