Update siwe-rs

This commit is contained in:
Simon Bihel
2022-02-08 10:36:26 +00:00
parent a9414d5e21
commit 4bce398253
3 changed files with 211 additions and 295 deletions

View File

@@ -11,8 +11,8 @@ description = "OpenID Connect Identity Provider for Sign-In with Ethereum."
crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.51"
headers = "0.3.5"
anyhow = "1.0.53"
headers = "0.3.6"
hex = "0.4.3"
iri-string = { version = "0.4", features = ["serde-std"] }
# openidconnect = "2.1.2"
@@ -20,14 +20,14 @@ openidconnect = { git = "https://github.com/sbihel/openidconnect-rs", branch = "
rand = "0.8.4"
rsa = { version = "0.5.0", features = ["alloc"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.72"
siwe = "0.1.3"
serde_json = "1.0.78"
siwe = "0.2.0"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
url = { version = "2.2", features = ["serde"] }
urlencoding = "2.1.0"
sha2 = "0.9.0"
cookie = "0.15.1"
cookie = "0.16.0"
bincode = "1.3.3"
async-trait = "0.1.52"
ethers-core = "0.6.3"