@@ 27883,7 27883,7 @@ HTTP request or response body.")
(define-public rust-httparse-1
(package
(name "rust-httparse")
- (version "1.5.1")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
@@ 27891,11 27891,11 @@ HTTP request or response body.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32 "00smbrgb9vyzbbj3j5d66iarjl5x2wpfwkmhcy5nizylw7dlzndc"))))
+ (base32 "0k60q1hx96cvmjn6k3yjkff87fz0ga2a4z0g9ss8a9x5nndy4v29"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
- (("rust-pico-sys" ,rust-pico-sys-0.0))))
+ (("rust-criterion" ,rust-criterion-0.3))))
(home-page "https://github.com/seanmonstar/httparse")
(synopsis "Zero-copy HTTP/1.x parser")
(description