[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/472: gnu: rust-tokio-threadpool-0.1: Update to 0.1.18.
From: |
guix-commits |
Subject: |
121/472: gnu: rust-tokio-threadpool-0.1: Update to 0.1.18. |
Date: |
Tue, 18 Jul 2023 14:08:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit be465860a16c44abf2e89c5fdc9ba0aff5ca4413
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 16 12:23:19 2023 +0300
gnu: rust-tokio-threadpool-0.1: Update to 0.1.18.
* gnu/packages/crates-io.scm (rust-tokio-threadpool-0.1): Update to
0.1.18.
[cargo-inputs]: Replace rust-crossbeam-queue-0.1 with 0.2,
rust-crossbeam-utils-0.6 with 0.7, rust-env-logger-0.5 with 0.6. Remove
rust-rand-0.6.
[cargo-development-inputs]: Add rust-rand-0.7.
---
gnu/packages/crates-io.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f56fb403b1..c827f5f297 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67447,7 +67447,7 @@ futures-based code.")
(define-public rust-tokio-threadpool-0.1
(package
(name "rust-tokio-threadpool")
- (version "0.1.14")
+ (version "0.1.18")
(source
(origin
(method url-fetch)
@@ -67456,23 +67456,23 @@ futures-based code.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wkj3wixicsqvllm8w74b24knw6mdn00zslm8l9fm1p81gr8lmbj"))))
+ "12azq8jm71b7hdm72pxrgqm2879bn6b0fcdl1s7i2k3qh5jhnwnz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
- ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
- ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
- ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.2)
+ ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
("rust-futures" ,rust-futures-0.1)
+ ("rust-lazy-static" ,rust-lazy-static-1)
("rust-log" ,rust-log-0.4)
("rust-num-cpus" ,rust-num-cpus-1)
- ("rust-rand" ,rust-rand-0.6)
("rust-slab" ,rust-slab-0.4)
("rust-tokio-executor" ,rust-tokio-executor-0.1))
#:cargo-development-inputs
- (("rust-env-logger" ,rust-env-logger-0.5)
+ (("rust-env-logger" ,rust-env-logger-0.6)
("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
+ ("rust-rand" ,rust-rand-0.7)
("rust-threadpool" ,rust-threadpool-1))))
(home-page "https://github.com/tokio-rs/tokio")
(synopsis
- 68/472: gnu: Add rust-phf-shared-0.9., (continued)
- 68/472: gnu: Add rust-phf-shared-0.9., guix-commits, 2023/07/18
- 69/472: gnu: Add rust-phf-macros-0.9., guix-commits, 2023/07/18
- 71/472: gnu: Add rust-phf-codegen-0.9., guix-commits, 2023/07/18
- 76/472: gnu: Add rust-orion-0.17., guix-commits, 2023/07/18
- 88/472: gnu: Add rust-ct-codecs-1., guix-commits, 2023/07/18
- 99/472: gnu: rust-unicode-ident-1: Update to 1.0.8., guix-commits, 2023/07/18
- 100/472: gnu: rust-openssl-0.10: Update to 0.10.52., guix-commits, 2023/07/18
- 101/472: gnu: rust-openssl-sys-0.9: Update to 0.9.87., guix-commits, 2023/07/18
- 109/472: gnu: rust-rustix-0.36: Update to 0.36.9., guix-commits, 2023/07/18
- 123/472: gnu: rust-tokio-process-0.2: Update to 0.2.5., guix-commits, 2023/07/18
- 121/472: gnu: rust-tokio-threadpool-0.1: Update to 0.1.18.,
guix-commits <=
- 125/472: gnu: rust-tokio-reactor-0.1: Update to 0.1.12., guix-commits, 2023/07/18
- 127/472: gnu: rust-ahash-0.4: Update to 0.4.7., guix-commits, 2023/07/18
- 133/472: gnu: rust-miow-0.2: Update to 0.2.2., guix-commits, 2023/07/18
- 135/472: gnu: rust-devise-0.2: Update to 0.2.1., guix-commits, 2023/07/18
- 136/472: gnu: rust-devise-codegen-0.2: Update to 0.2.1., guix-commits, 2023/07/18
- 139/472: gnu: rust-dtparse-1: Update to 1.3.0., guix-commits, 2023/07/18
- 141/472: gnu: rust-mysqlclient-sys-0.2: Update to 0.2.5., guix-commits, 2023/07/18
- 144/472: gnu: rust-pear-codegen-0.1: Update to 0.1.5., guix-commits, 2023/07/18
- 145/472: gnu: rust-rust-decimal-1: Update to 1.17.0., guix-commits, 2023/07/18
- 148/472: gnu: rust-nix-0.22: Update to 0.22.3., guix-commits, 2023/07/18