diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-09-22 16:35:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:04:41 +0200 |
commit | f9b31c56f9ce58dcda5cb1c9da493c5e66f86438 (patch) | |
tree | 9e6ad55818500eb1a7c611e5187b2ad1cd754bf9 | |
parent | a7d7795f97c2eccc2a1f6527a412d8a9ab4c21d0 (diff) | |
download | guix-f9b31c56f9ce58dcda5cb1c9da493c5e66f86438.tar.gz guix-f9b31c56f9ce58dcda5cb1c9da493c5e66f86438.zip |
gnu: rust-hickory-server-0.24: Update to 0.24.1.
* gnu/packages/crates-web.scm (rust-hickory-server-0.24): Update to
0.24.1.
[cargo-inputs]: Replace rust-rusqlite-0.29 with 0.31.
Change-Id: Ib3bce888f057b5a68ec4a690ec814e905d9488ad
-rw-r--r-- | gnu/packages/crates-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 4774a119d0..e58ccd8d4b 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -3032,14 +3032,14 @@ intended to be a high-level library for any DNS record resolution, see (define-public rust-hickory-server-0.24 (package (name "rust-hickory-server") - (version "0.24.0") + (version "0.24.1") (source (origin (method url-fetch) (uri (crate-uri "hickory-server" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1dbwsrmxgf9nxkn3cp5fpjw96wywrzihbirjax25dd6wqidv9fsg")))) + (base32 "0dqcwk7vy87517l3v7j109fjg8jk46isjwbwdkdkz6vbalyf9q4v")))) (build-system cargo-build-system) (arguments `(#:cargo-test-flags @@ -3081,7 +3081,7 @@ intended to be a high-level library for any DNS record resolution, see ("rust-hickory-resolver" ,rust-hickory-resolver-0.24) ("rust-http" ,rust-http-0.2) ("rust-openssl" ,rust-openssl-0.10) - ("rust-rusqlite" ,rust-rusqlite-0.29) + ("rust-rusqlite" ,rust-rusqlite-0.31) ("rust-rustls" ,rust-rustls-0.21) ("rust-serde" ,rust-serde-1) ("rust-thiserror" ,rust-thiserror-1) |