From 9de45d044329c388d60a6a9b4365399a59a841e1 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 3 Dec 2022 18:52:12 +0000 Subject: [PATCH] Update siwe crate to version 0.4.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d269b21..34701bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3053,11 +3053,10 @@ checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" [[package]] name = "siwe" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f2d8ae2d4ae58df46e173aa496562ea857ac6a4f0d435ed30fcd19da0aaa79" +checksum = "8bf4de418b0989028f138b74db880525e1dbab7fdbeeb4ba8ad96f62bc9ed9a3" dependencies = [ - "chrono", "hex", "http", "iri-string", @@ -3065,6 +3064,7 @@ dependencies = [ "rand 0.8.4", "sha3", "thiserror", + "time 0.3.9", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0a419a7..2a0b120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ serde_yaml = "0.8.17" # Used to calculate SHA2 hashes sha2 = "0.9.5" # Used to verify EIP-4361 signatures -siwe = "0.3.0" +siwe = "0.4.0" # Used for creating error types thiserror = "1.0.37" # Async runtime