Upgrade sequoia-wot.

- Upgrade to the 0.13.2, which includes a fix that the next change
    requires.
This commit is contained in:
Neal H. Walfield 2024-11-15 17:45:09 +01:00
parent b655bb2730
commit 472ba5a3a7
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }