- Update https://gstreamer.freedesktop.org/releases/1.26/ - Format expression - Do not take `pname` from `finalAttrs`
86 lines
2.2 KiB
Diff
86 lines
2.2 KiB
Diff
The reqwest tests fail due to reqwest Client initialization.
|
||
Bisected the issue to https://github.com/sfackler/rust-native-tls/compare/v0.2.12...v0.2.13 bump
|
||
in https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/commit/6d5d9753f4a28be350dc657c08a9ecc7f13b922a
|
||
the upcoming version of native-tls fixes that so let’s bump to that.
|
||
https://github.com/sfackler/rust-native-tls/compare/v0.2.13...v0.2.14
|
||
|
||
diff --git a/Cargo.lock b/Cargo.lock
|
||
index 244256cd..24f0c607 100644
|
||
--- a/Cargo.lock
|
||
+++ b/Cargo.lock
|
||
@@ -1700,7 +1700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
||
dependencies = [
|
||
"libc",
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.52.0",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -2149,7 +2149,7 @@ dependencies = [
|
||
"gobject-sys",
|
||
"libc",
|
||
"system-deps 7.0.3",
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.52.0",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -4407,7 +4407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
||
dependencies = [
|
||
"cfg-if",
|
||
- "windows-targets 0.52.6",
|
||
+ "windows-targets 0.48.5",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -4791,9 +4791,9 @@ dependencies = [
|
||
|
||
[[package]]
|
||
name = "native-tls"
|
||
-version = "0.2.13"
|
||
+version = "0.2.14"
|
||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
-checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
|
||
+checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
||
dependencies = [
|
||
"libc",
|
||
"log",
|
||
@@ -5572,7 +5572,7 @@ dependencies = [
|
||
"once_cell",
|
||
"socket2",
|
||
"tracing",
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.52.0",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -6017,7 +6017,7 @@ dependencies = [
|
||
"errno",
|
||
"libc",
|
||
"linux-raw-sys",
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.52.0",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -6702,7 +6702,7 @@ dependencies = [
|
||
"getrandom 0.3.1",
|
||
"once_cell",
|
||
"rustix",
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.52.0",
|
||
]
|
||
|
||
[[package]]
|
||
@@ -7523,7 +7523,7 @@ version = "0.1.9"
|
||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||
dependencies = [
|
||
- "windows-sys 0.59.0",
|
||
+ "windows-sys 0.48.0",
|
||
]
|
||
|
||
[[package]]
|