Update to version 0.4.47; Fixes RHBZ#2315772

epel10 imports/epel10/rust-curl-0.4.47-1.el10
Fabio Valentini 5 months ago
parent 9a950592ca
commit b4a169d10a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/curl-0.4.43.crate /curl-0.4.43.crate
/curl-0.4.44.crate /curl-0.4.44.crate
/curl-0.4.46.crate /curl-0.4.46.crate
/curl-0.4.47.crate

@ -1,23 +1,16 @@
--- curl-0.4.46/Cargo.toml 1970-01-01T00:00:01+00:00 --- curl-0.4.47/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.46/Cargo.toml 2024-09-21T18:12:18.021276+00:00 +++ curl-0.4.47/Cargo.toml 2024-10-07T19:25:34.117043+00:00
@@ -116,19 +116,9 @@ @@ -145,13 +145,3 @@
version = "0.9.64" version = "0.9.64"
optional = true optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.schannel] -[target.'cfg(target_env = "msvc")'.dependencies.schannel]
-version = "0.1.13" -version = "0.1.13"
- -
-[target."cfg(target_env = \"msvc\")".dependencies.windows-sys] -[target.'cfg(target_env = "msvc")'.dependencies.windows-sys]
-version = "0.52" -version = "0.52"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_LibraryLoader", - "Win32_System_LibraryLoader",
- "Win32_Security_Cryptography", - "Win32_Security_Cryptography",
-] -]
-
[badges.appveyor]
repository = "alexcrichton/curl-rust"
[badges.travis-ci]
repository = "alexcrichton/curl-rust"
+

@ -1,10 +1,10 @@
--- curl-0.4.46/Cargo.toml 1970-01-01T00:00:01+00:00 --- curl-0.4.47/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.46/Cargo.toml 2024-09-21T18:12:35.131369+00:00 +++ curl-0.4.47/Cargo.toml 2024-10-07T19:25:43.071091+00:00
@@ -25,6 +25,7 @@ @@ -29,6 +29,7 @@
] ]
license = "MIT" license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust" repository = "https://github.com/alexcrichton/curl-rust"
+exclude = ["/ci/"] +exclude = ["/ci/"]
[[example]] [lib]
name = "https" name = "curl"

@ -6,7 +6,7 @@
%global crate curl %global crate curl
Name: rust-curl Name: rust-curl
Version: 0.4.46 Version: 0.4.47
Release: %autorelease Release: %autorelease
Summary: Rust bindings to libcurl for making HTTP requests Summary: Rust bindings to libcurl for making HTTP requests

@ -1 +1 @@
SHA512 (curl-0.4.46.crate) = c08f857b385582ba635a76744c940017b74c3f241d28cc7c8c6eeff958c76c01a1a51df41b3a7a6a9a38a31f8cf5b9b3b639eaa163c441fdec29d0b3f14c8336 SHA512 (curl-0.4.47.crate) = d74601c1dd34d4846e1d275c0b72b0a8a72505b97eec9d721288b47dc65f0533e57fc36113815edb7cbc8c0e7c909ddfacb9607004a7f3167adacc06237e1d84

Loading…
Cancel
Save