[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70685] [PATCH 14/30] gnu: rust-postgres-protocol-0.6: Update to 0.6
From: |
Wilko Meyer |
Subject: |
[bug#70685] [PATCH 14/30] gnu: rust-postgres-protocol-0.6: Update to 0.6.6. |
Date: |
Wed, 1 May 2024 00:27:19 +0200 |
* gnu/packages/crates-io.scm (rust-postgres-protocol-0.6): Update to 0.6.6.
[cargo-inputs]: Update dependencies.
Change-Id: Iad9ba786d1da92ebdce61292cbb2b74aa7e16c1a
---
gnu/packages/crates-io.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3a7fc4f3ef..5d2a869e73 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48792,7 +48792,7 @@ (define-public rust-postgres-derive-0.4
(define-public rust-postgres-protocol-0.6
(package
(name "rust-postgres-protocol")
- (version "0.6.1")
+ (version "0.6.6")
(source
(origin
(method url-fetch)
@@ -48801,19 +48801,20 @@ (define-public rust-postgres-protocol-0.6
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wxzs78zvz00bh3bhbbp9hnq9hg77f8h5pzjmcy9481fsdq0ygpz"))))
+ "0855ijaw98nrx2lzx739wiydk2qyq9jcmw85l15splrw33pwbdj9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-base64" ,rust-base64-0.13)
+ (("rust-base64" ,rust-base64-0.21)
("rust-byteorder" ,rust-byteorder-1)
("rust-bytes" ,rust-bytes-1)
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
- ("rust-hmac" ,rust-hmac-0.10)
- ("rust-md-5" ,rust-md-5-0.9)
+ ("rust-getrandom" ,rust-getrandom-0.2)
+ ("rust-hmac" ,rust-hmac-0.12)
+ ("rust-md-5" ,rust-md-5-0.10)
("rust-memchr" ,rust-memchr-2)
("rust-rand" ,rust-rand-0.8)
- ("rust-sha2" ,rust-sha2-0.9)
+ ("rust-sha2" ,rust-sha2-0.10)
("rust-stringprep" ,rust-stringprep-0.1))))
(home-page "https://github.com/sfackler/rust-postgres")
(synopsis "Low level Postgres protocol APIs")
--
2.41.0
- [bug#70685] [PATCH 26/30] gnu: rust-uuid-macro-internal-1: Update to 1.8.0., (continued)
- [bug#70685] [PATCH 26/30] gnu: rust-uuid-macro-internal-1: Update to 1.8.0., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 21/30] gnu: Add rust-statrs-0.16., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 16/30] gnu: rust-prost-0.12: Update to 0.12.4., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 13/30] gnu: rust-postgres-derive-0.4: Update to 0.4.5., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 25/30] gnu: rust-uuid-1: Update to 1.8.0., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 29/30] gnu: rust-value-bag-sval2-1: Update to 1.8.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 24/30] gnu: Add rust-transient-btree-index-0.5., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 17/30] gnu: rust-prost-derive-0.12: Update to 0.12.4., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 30/30] gnu: Add rust-osm-io-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 22/30] gnu: Add rust-text-file-sort-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 14/30] gnu: rust-postgres-protocol-0.6: Update to 0.6.6.,
Wilko Meyer <=
- [bug#70685] [PATCH 15/30] gnu: rust-postgres-types-0.2: Update to 0.2.6., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 28/30] gnu: rust-value-bag-serde1-1: Update to 1.8.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 12/30] gnu: rust-postgres-0.19: Update to 0.19.7., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 23/30] gnu: rust-tokio-postgres-0.7: Update to 0.7.10., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 27/30] gnu: rust-value-bag-1: Update to 1.8.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 19/30] gnu: rust-regex-automata-0.4: Update to 0.4.6., Wilko Meyer, 2024/04/30