Update siwe crate to version 0.4.0

This commit is contained in:
silverpill 2022-12-03 18:52:12 +00:00
parent 37658b0612
commit 9de45d0443
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -3053,11 +3053,10 @@ checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
[[package]] [[package]]
name = "siwe" name = "siwe"
version = "0.3.0" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f2d8ae2d4ae58df46e173aa496562ea857ac6a4f0d435ed30fcd19da0aaa79" checksum = "8bf4de418b0989028f138b74db880525e1dbab7fdbeeb4ba8ad96f62bc9ed9a3"
dependencies = [ dependencies = [
"chrono",
"hex", "hex",
"http", "http",
"iri-string", "iri-string",
@ -3065,6 +3064,7 @@ dependencies = [
"rand 0.8.4", "rand 0.8.4",
"sha3", "sha3",
"thiserror", "thiserror",
"time 0.3.9",
] ]
[[package]] [[package]]

View file

@ -75,7 +75,7 @@ serde_yaml = "0.8.17"
# Used to calculate SHA2 hashes # Used to calculate SHA2 hashes
sha2 = "0.9.5" sha2 = "0.9.5"
# Used to verify EIP-4361 signatures # Used to verify EIP-4361 signatures
siwe = "0.3.0" siwe = "0.4.0"
# Used for creating error types # Used for creating error types
thiserror = "1.0.37" thiserror = "1.0.37"
# Async runtime # Async runtime