From 5c1f74dc3eab2186a7ab03b366523158399ba637 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 29 Apr 2023 09:58:09 +0200 Subject: [PATCH] Use light-openid version 1.0.1 --- Cargo.lock | 5 ++--- Cargo.toml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bff78c..46289c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,9 +1043,9 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" [[package]] name = "light-openid" -version = "0.3.0-alpha" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5cec4a7a2327170125f62ce851e730ff9c44ad32389c20652ff7dcb9f719cf" +checksum = "608aa1b7148a6eeab631c6267deca33407ff851ab50eea115e52c13a9bb184ee" dependencies = [ "aes-gcm", "base64", @@ -1203,7 +1203,6 @@ version = "0.1.0" dependencies = [ "actix-web", "askama", - "bincode", "clap", "env_logger", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 65d43d6..a62c23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -light-openid = { version = "0.3.0-alpha", features=["crypto-wrapper"] } +light-openid = { version = "1.0.1", features=["crypto-wrapper"] } log = "0.4.17" env_logger = "0.10.0" clap = { version = "4.2.4", features = ["derive", "env"] } @@ -16,5 +16,4 @@ askama = "0.12.0" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" reqwest = { version = "0.11.16", features = ["json"] } -futures-util = "0.3.28" -bincode = "2.0.0-rc.3" \ No newline at end of file +futures-util = "0.3.28" \ No newline at end of file