Upgrade sequoia-wot.
- Upgrade to the 0.13.2, which includes a fix that the next change requires.
This commit is contained in:
parent
b655bb2730
commit
472ba5a3a7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3649,9 +3649,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sequoia-wot"
|
name = "sequoia-wot"
|
||||||
version = "0.13.0"
|
version = "0.13.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "80ee318a58109d3bc3ce267fe4dcb3bfdf22d64b2fded73573a5ad75acc03ba8"
|
checksum = "0b39a8ef8fce46a301f73f6316d7490c84f2211d595be353d9e9baee586cd79e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -47,7 +47,7 @@ once_cell = "1.17"
|
|||||||
reqwest = { version = ">=0.11.27, <0.13", features = ["hickory-dns", "stream"] }
|
reqwest = { version = ">=0.11.27, <0.13", features = ["hickory-dns", "stream"] }
|
||||||
sequoia-cert-store = "0.6.0"
|
sequoia-cert-store = "0.6.0"
|
||||||
sequoia-keystore = { version = ">=0.5, <0.7" }
|
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"
|
tempfile = "3.1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tokio = { version = "1.13.1" }
|
tokio = { version = "1.13.1" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user