gnu: rust-untrusted-0.7: Update to 0.7.1.

* gnu/packages/crates-io.scm (rust-untrusted-0.7): Update to 0.7.1.
This commit is contained in:
Efraim Flashner 2020-07-09 14:42:08 +03:00
parent f179fdb3c2
commit 537bd1c6ed
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -26776,7 +26776,7 @@ (define-public rust-unsafe-any-0.4
(define-public rust-untrusted-0.7 (define-public rust-untrusted-0.7
(package (package
(name "rust-untrusted") (name "rust-untrusted")
(version "0.7.0") (version "0.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -26784,7 +26784,7 @@ (define-public rust-untrusted-0.7
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1kmfykcwif6ashkwg54gcnhxj03kpba2i9vc7z5rpr0xlgvrwdk0")))) "0jkbqaj9d3v5a91pp3wp9mffvng1nhycx6sh4qkdd9qyr62ccmm1"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/briansmith/untrusted") (home-page "https://github.com/briansmith/untrusted")
(synopsis "Zero-allocation parsing of untrusted inputs in Rust") (synopsis "Zero-allocation parsing of untrusted inputs in Rust")