efraim pushed a commit to branch rust-team
in repository guix.

commit aada3853e7ea650b0553ab20c8d94fe392efdcdc
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 10:44:04 2024 +0200

    gnu: rust-reqwest-0.12: Update to 0.12.9.
    
    * gnu/packages/crates-web.scm (rust-reqwest-0.12): Update to 0.12.9.
    [arguments]: Update the cargo-test-flags.
    [cargo-inputs]: Add rust-slab-0.4, rust-windows-registry-0.2.  Replace
    rust-cookie-0.17 with 0.18, rust-cookie-store-0.20 with 0.21,
    rust-h3-0.0.4 with 0.0.6, rust-h3-quinn-0.0.5 with 0.0.7,
    rust-hyper-rustls-0.26 with 0.27, rust-quinn-0.10 with 0.11,
    rust-rustls-0.22 with 0.23, rust-rustls-native-certs-0.7 with 0.8,
    rust-sync-wrapper-0.1 with 1, rust-system-configuration-0.5 with 0.6,
    rust-tokio-rustls-0.25 with 0.26.  Remove rust-winreg-0.52.
    [cargo-development-inputs]: Add rust-rustls-0.23.  Replace rust-brotli-3
    with 6, rust-libflate-1 with 2.
    
    Change-Id: I2bdbd16d6b932e27ca92c6c219e1660dd20ea16c
---
 gnu/packages/crates-web.scm | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 93fc8c9e24..9de5113e0a 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -5060,18 +5060,19 @@ in the Rust programming language.")
 (define-public rust-reqwest-0.12
   (package
     (name "rust-reqwest")
-    (version "0.12.4")
+    (version "0.12.9")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "reqwest" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "047aa0qnngnlnf9i0abrs6pgmz15vk81p5pvscwhk3l6jbfsyv2n"))))
+        (base32 "0vq40h75fmrkfjyyjxl84g0pzjzz0n989ag1cajy17g78spn4z57"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-test-flags '("--release" "--"
-                            "--skip=badssl"
+     `(#:cargo-test-flags '("--"
+                            "--skip=test_badssl_modern"
+                            "--skip=test_badssl_self_signed"
                             "--skip=test_allowed_methods"
                             "--skip=test_tls_info"
                             "--skip=connect_many_timeout"
@@ -5080,21 +5081,21 @@ in the Rust programming language.")
        (("rust-async-compression" ,rust-async-compression-0.4)
         ("rust-base64" ,rust-base64-0.22)
         ("rust-bytes" ,rust-bytes-1)
-        ("rust-cookie" ,rust-cookie-0.17)
-        ("rust-cookie-store" ,rust-cookie-store-0.20)
+        ("rust-cookie" ,rust-cookie-0.18)
+        ("rust-cookie-store" ,rust-cookie-store-0.21)
         ("rust-encoding-rs" ,rust-encoding-rs-0.8)
         ("rust-futures-channel" ,rust-futures-channel-0.3)
         ("rust-futures-core" ,rust-futures-core-0.3)
         ("rust-futures-util" ,rust-futures-util-0.3)
         ("rust-h2" ,rust-h2-0.4)
-        ("rust-h3" ,rust-h3-0.0.4)
-        ("rust-h3-quinn" ,rust-h3-quinn-0.0.5)
+        ("rust-h3" ,rust-h3-0.0.6)
+        ("rust-h3-quinn" ,rust-h3-quinn-0.0.7)
         ("rust-hickory-resolver" ,rust-hickory-resolver-0.24)
         ("rust-http" ,rust-http-1)
         ("rust-http-body" ,rust-http-body-1)
         ("rust-http-body-util" ,rust-http-body-util-0.1)
         ("rust-hyper" ,rust-hyper-1)
-        ("rust-hyper-rustls" ,rust-hyper-rustls-0.26)
+        ("rust-hyper-rustls" ,rust-hyper-rustls-0.27)
         ("rust-hyper-tls" ,rust-hyper-tls-0.6)
         ("rust-hyper-util" ,rust-hyper-util-0.1)
         ("rust-ipnet" ,rust-ipnet-2)
@@ -5106,19 +5107,20 @@ in the Rust programming language.")
         ("rust-once-cell" ,rust-once-cell-1)
         ("rust-percent-encoding" ,rust-percent-encoding-2)
         ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
-        ("rust-quinn" ,rust-quinn-0.10)
-        ("rust-rustls" ,rust-rustls-0.22)
-        ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.7)
+        ("rust-quinn" ,rust-quinn-0.11)
+        ("rust-rustls" ,rust-rustls-0.23)
+        ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.8)
         ("rust-rustls-pemfile" ,rust-rustls-pemfile-2)
         ("rust-rustls-pki-types" ,rust-rustls-pki-types-1)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-json" ,rust-serde-json-1)
         ("rust-serde-urlencoded" ,rust-serde-urlencoded-0.7)
-        ("rust-sync-wrapper" ,rust-sync-wrapper-0.1)
-        ("rust-system-configuration" ,rust-system-configuration-0.5)
+        ("rust-slab" ,rust-slab-0.4)
+        ("rust-sync-wrapper" ,rust-sync-wrapper-1)
+        ("rust-system-configuration" ,rust-system-configuration-0.6)
         ("rust-tokio" ,rust-tokio-1)
         ("rust-tokio-native-tls" ,rust-tokio-native-tls-0.3)
-        ("rust-tokio-rustls" ,rust-tokio-rustls-0.25)
+        ("rust-tokio-rustls" ,rust-tokio-rustls-0.26)
         ("rust-tokio-socks" ,rust-tokio-socks-0.5)
         ("rust-tokio-util" ,rust-tokio-util-0.7)
         ("rust-tower-service" ,rust-tower-service-0.3)
@@ -5128,15 +5130,16 @@ in the Rust programming language.")
         ("rust-wasm-streams" ,rust-wasm-streams-0.4)
         ("rust-web-sys" ,rust-web-sys-0.3)
         ("rust-webpki-roots" ,rust-webpki-roots-0.26)
-        ("rust-winreg" ,rust-winreg-0.52))
+        ("rust-windows-registry" ,rust-windows-registry-0.2))
        #:cargo-development-inputs
-       (("rust-brotli" ,rust-brotli-3)
+       (("rust-brotli" ,rust-brotli-6)
         ("rust-doc-comment" ,rust-doc-comment-0.3)
         ("rust-env-logger" ,rust-env-logger-0.10)
         ("rust-futures-util" ,rust-futures-util-0.3)
         ("rust-hyper" ,rust-hyper-1)
         ("rust-hyper-util" ,rust-hyper-util-0.1)
-        ("rust-libflate" ,rust-libflate-1)
+        ("rust-libflate" ,rust-libflate-2)
+        ("rust-rustls" ,rust-rustls-0.23)
         ("rust-serde" ,rust-serde-1)
         ("rust-tokio" ,rust-tokio-1)
         ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)

Reply via email to