Update to version 0.12.8; Fixes RHBZ#2315736

epel10
Fabio Valentini 4 months ago
parent 5110074eeb
commit 8cb81aa0fd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -33,3 +33,4 @@
/reqwest-0.12.4.crate
/reqwest-0.12.5.crate
/reqwest-0.12.7.crate
/reqwest-0.12.8.crate

@ -1,5 +1,5 @@
--- reqwest-0.12.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.7/Cargo.toml 2024-09-18T16:57:56.636493+00:00
--- reqwest-0.12.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.8/Cargo.toml 2024-10-05T13:29:58.448823+00:00
@@ -284,7 +284,7 @@
"dep:futures-channel",
]
@ -28,7 +28,7 @@
-version = "1.0"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
-version = "0.2.68"
-version = "0.2.89"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
-version = "0.4.18"
@ -58,7 +58,7 @@
-]
-
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
-version = "0.2.68"
-version = "0.2.89"
-features = ["serde-serialize"]
-
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]

@ -1,5 +1,5 @@
--- reqwest-0.12.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.7/Cargo.toml 2024-09-18T16:59:08.747838+00:00
--- reqwest-0.12.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.8/Cargo.toml 2024-10-05T13:31:31.292289+00:00
@@ -70,10 +70,6 @@
path = "examples/form.rs"

@ -5,7 +5,7 @@
%global crate reqwest
Name: rust-reqwest
Version: 0.12.7
Version: 0.12.8
Release: %autorelease
Summary: Higher level HTTP client library

@ -1 +1 @@
SHA512 (reqwest-0.12.7.crate) = 49c513cb272e2f7f1065455f8497f792a57fe66efdd1a7400107232befb0e31a4088574080987ce9f0b2bc8ac757db89a0c5988fa5178ca6eac5c85f647192f4
SHA512 (reqwest-0.12.8.crate) = c9f938b5b4fef1302b9901bfa73cfb2acfe78e31fb1f1b5c22efcb65c9b8a4b0c13b70aa0e5dc728562257d29d42c3297b243997c7d5f41edf06717ebbd8ccd6

Loading…
Cancel
Save