diff options
author | Efraim Flashner <[email protected]> | 2024-12-04 21:34:42 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-01-06 12:14:49 +0200 |
commit | e636e294f8c55d43a0e6c4acfec4e8c708e432c7 (patch) | |
tree | 6206ee4408e64f623f32df7a302e9a86c2311f80 /gnu/packages/crates-web.scm | |
parent | 701159efe0ad0cae514c5bd690ff2d897d2633eb (diff) |
gnu: rust-http-body-1: Update to 1.0.1.
* gnu/packages/crates-web.scm (rust-http-body-1): Update to 1.0.1.
Change-Id: I6b9e9d47dca4198927b10c2de3811cd0602812d0
Diffstat (limited to 'gnu/packages/crates-web.scm')
-rw-r--r-- | gnu/packages/crates-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 64617a1a8b..0d684922c0 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -3231,14 +3231,14 @@ extended with server support and additional auth schemes.") (define-public rust-http-body-1 (package (name "rust-http-body") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (crate-uri "http-body" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0hyn8n3iadrbwq8y0p1rl1275s4nm49bllw5wji29g4aa3dqbb0w")))) + (base32 "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-bytes" ,rust-bytes-1) |