From f9b31c56f9ce58dcda5cb1c9da493c5e66f86438 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 22 Sep 2024 16:35:16 +0300 Subject: [PATCH] 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 --- gnu/packages/crates-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 4774a119d09..e58ccd8d4b6 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)