From 472ba5a3a7bbf848e254cea7b0deef587278c4ee Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 15 Nov 2024 17:45:09 +0100 Subject: [PATCH] Upgrade sequoia-wot. - Upgrade to the 0.13.2, which includes a fix that the next change requires. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f36d828..fe0b1fe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3649,9 +3649,9 @@ dependencies = [ [[package]] name = "sequoia-wot" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80ee318a58109d3bc3ce267fe4dcb3bfdf22d64b2fded73573a5ad75acc03ba8" +checksum = "0b39a8ef8fce46a301f73f6316d7490c84f2211d595be353d9e9baee586cd79e" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 020fa159..074e5afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ once_cell = "1.17" reqwest = { version = ">=0.11.27, <0.13", features = ["hickory-dns", "stream"] } sequoia-cert-store = "0.6.0" sequoia-keystore = { version = ">=0.5, <0.7" } -sequoia-wot = { version = "0.13", default-features = false } +sequoia-wot = { version = "0.13.2", default-features = false } tempfile = "3.1" thiserror = "1" tokio = { version = "1.13.1" }