unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 53995@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>, maximedevos@telenet.be
Subject: [bug#53995] [PATCH 09/31] gnu: update rust-cookie-store to 0.15.
Date: Wed, 16 Feb 2022 02:21:21 +0100	[thread overview]
Message-ID: <20220216012121.23997-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <87r185y4gm.fsf@ngraves.fr>

---
 gnu/packages/crates-io.scm | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7f33972c94..50d57e60d8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12795,10 +12795,10 @@ (define-public rust-cookie-factory-0.3
 similar to the nom parser combinators library.")
     (license license:expat)))
 
-(define-public rust-cookie-store-0.7
+(define-public rust-cookie-store-0.15
   (package
     (name "rust-cookie-store")
-    (version "0.7.0")
+    (version "0.15.1")
     (source
      (origin
        (method url-fetch)
@@ -12806,23 +12806,20 @@ (define-public rust-cookie-store-0.7
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "174i9k9g62pfx7y1nqynywdpjplkl3j4hi3ck6bz2r996qzhnxa6"))))
+          (base32 "0z0navy9k0ivrdvz492q8c4nhd3iv5l77hwfppskdp1j15607xxk"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-cookie" ,rust-cookie-0.12)
-        ("rust-idna" ,rust-idna-0.1)
-        ("rust-log" ,rust-log-0.4)
-        ("rust-publicsuffix" ,rust-publicsuffix-1)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-time" ,rust-time-0.1)
-        ("rust-try-from" ,rust-try-from-0.3)
-        ("rust-url" ,rust-url-1))
-       #:cargo-development-inputs
-       (("rust-env-logger" ,rust-env-logger-0.6)
-        ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
+      `(#:skip-build? #t
+        #:cargo-inputs
+        (("rust-cookie" ,rust-cookie-0.15)
+         ("rust-idna" ,rust-idna-0.2)
+         ("rust-indexmap" ,rust-indexmap-1)
+         ("rust-log" ,rust-log-0.4)
+         ("rust-publicsuffix" ,rust-publicsuffix-2)
+         ("rust-serde" ,rust-serde-1)
+         ("rust-serde-json" ,rust-serde-json-1)
+         ("rust-time" ,rust-time-0.2)
+         ("rust-url" ,rust-url-2))))
     (home-page "https://github.com/pfernie/cookie_store")
     (synopsis "Implementation of Cookie storage and retrieval per RFC6265")
     (description
@@ -47675,7 +47672,7 @@ (define-public rust-reqwest-0.11
         ("rust-base64" ,rust-base64-0.13)
         ("rust-bytes" ,rust-bytes-1)
         ("rust-cookie" ,rust-cookie-0.14)
-        ("rust-cookie-store" ,rust-cookie-store-0.12)
+        ("rust-cookie-store" ,rust-cookie-store-0.15)
         ("rust-encoding-rs" ,rust-encoding-rs-0.8)
         ("rust-futures-core" ,rust-futures-core-0.3)
         ("rust-futures-util" ,rust-futures-util-0.3)
@@ -47818,7 +47815,7 @@ (define-public rust-reqwest-0.9
        (("rust-base64" ,rust-base64-0.10)
         ("rust-bytes" ,rust-bytes-0.4)
         ("rust-cookie" ,rust-cookie-0.12)
-        ("rust-cookie-store" ,rust-cookie-store-0.7)
+        ("rust-cookie-store" ,rust-cookie-store-0.15)
         ("rust-encoding-rs" ,rust-encoding-rs-0.8)
         ("rust-flate2" ,rust-flate2-1)
         ("rust-futures" ,rust-futures-0.1)
-- 
2.34.0





  parent reply	other threads:[~2022-02-16  1:28 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14 13:14 [bug#53995] [PATCH] gnu: rbw: Update to 1.4.3 Nicolas Graves via Guix-patches via
2022-02-14 19:23 ` Maxime Devos
2022-02-15  7:50   ` Nicolas Graves via Guix-patches via
2022-02-15  8:45     ` Maxime Devos
2022-02-16  1:25       ` Nicolas Graves via Guix-patches via
2022-02-16  1:08 ` [bug#53995] [PATCH 01/31] gnu: update rust-anyhow to 1.0.53 Nicolas Graves via Guix-patches via
2022-02-16  7:56   ` Maxime Devos
2022-02-16  8:08     ` Nicolas Graves via Guix-patches via
2022-02-16 11:08       ` Maxime Devos
2022-02-16  1:12 ` [bug#53995] [PATCH 02/31] gnu: update rust-arrayvec to 0.7.2 Nicolas Graves via Guix-patches via
2022-06-18 20:30   ` Maxime Devos
2022-02-16  1:13 ` [bug#53995] [PATCH 03/31] gnu: update rust-async-trait to 0.1.52 Nicolas Graves via Guix-patches via
2022-02-16 11:14   ` Maxime Devos
2022-02-16  1:14 ` [bug#53995] [PATCH 04/31] gnu: update rust-block-padding to 0.2.1 Nicolas Graves via Guix-patches via
2022-02-16  1:15 ` [bug#53995] [PATCH 05/31] gnu: update rust-h2 to 0.3.11 Nicolas Graves via Guix-patches via
2022-02-16  1:18 ` [bug#53995] [PATCH 06/31] gnu: update rust-libc to 0.2.117 Nicolas Graves via Guix-patches via
2022-02-16  1:20 ` [bug#53995] [PATCH 07/31] gnu: update rust-redox-syscall to 0.2.10 Nicolas Graves via Guix-patches via
2022-02-16  1:20 ` [bug#53995] [PATCH 08/31] gnu: update rust-serde-derive to 1.0.136 Nicolas Graves via Guix-patches via
2022-02-16  1:21 ` Nicolas Graves via Guix-patches via [this message]
2022-02-16  1:21 ` [bug#53995] [PATCH 10/31] gnu: update rust-hyper-rustls-0.23 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 11/31] gnu: update rust-native-tls-0.2 to 0.2.8 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 12/31] gnu: update rust-reqwest-0.11 to 0.11.9 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 13/31] gnu: update rust-serde-1 to 1.0.136 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 14/31] gnu: update rust-serde-json to 1.0.79 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 15/31] gnu: update rust-serde-path-to-error-0.1 to 0.1.7 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 16/31] gnu: update rust-serde-repr-0.1 " Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 17/31] gnu: update rust-sha-1-0.9 to 0.9.8 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 18/31] gnu: update rust-sha2-0.9 to 0.9.9 Nicolas Graves via Guix-patches via
2022-02-16  1:21   ` [bug#53995] [PATCH 19/31] gnu: update rust-structopt-0.3 to 0.3.26 Nicolas Graves via Guix-patches via
2022-02-16  1:22 ` [bug#53995] [PATCH 20/31] gnu: update rust-structopt-derive-0.4 to 0.4.18 Nicolas Graves via Guix-patches via
2022-02-16  1:22   ` [bug#53995] [PATCH 21/31] gnu: update rust-tempfile-3 to 3.3.0 Nicolas Graves via Guix-patches via
2022-02-16  1:22   ` [bug#53995] [PATCH 22/31] gnu: update rust-thiserror-1 to 1.0.30 Nicolas Graves via Guix-patches via
2022-02-16  1:22   ` [bug#53995] [PATCH 23/31] gnu: update rust-thiserror-impl-1 " Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 24/31] gnu: update rust-tokio-1 to 1.16.1 Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 25/31] gnu: update rust-tokio-rustls-0.22 to 0.23.2 Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 26/31] gnu: update rust-tracing-0.1 to 0.1.30 Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 27/31] gnu: update rust-tracing-attributes-0.1 to 0.1.19 Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 28/31] gnu: update rust-tracing-core-0.1 to 0.1.22 Nicolas Graves via Guix-patches via
2022-02-16  1:23   ` [bug#53995] [PATCH 29/31] gnu: add rust-valuable-derive-0.1 Nicolas Graves via Guix-patches via
2022-02-16 11:17     ` Maxime Devos
2022-02-16 11:18     ` Maxime Devos
2022-02-16  1:23 ` [bug#53995] [PATCH 30/31] gnu: add rust-valuable-0.1 Nicolas Graves via Guix-patches via
2022-02-16  1:24 ` [bug#53995] [PATCH 31/31] gnu: update rbw to 1.4.3 Nicolas Graves via Guix-patches via
2022-02-16 11:16   ` Maxime Devos
2022-03-15 13:26     ` Nicolas Graves via Guix-patches via
2022-03-15 16:25       ` Maxime Devos
     [not found]     ` <878rm21grm.fsf@ngraves.fr>
2022-09-29 13:03       ` bug#53995: " Nicolas Graves via Guix-patches via
2023-05-28 17:52 ` [bug#53995] (no subject) Tyler Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220216012121.23997-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=53995@debbugs.gnu.org \
    --cc=maximedevos@telenet.be \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).