diff --git a/example/demo/Cargo.toml b/example/demo/Cargo.toml index e9bfb14..8525037 100644 --- a/example/demo/Cargo.toml +++ b/example/demo/Cargo.toml @@ -11,7 +11,7 @@ yew-router = "0.16.0" url = "2.2.2" lazy_static = "1.4.0" serde = "1.0.136" -openidconnect = {git = "https://github.com/sbihel/openidconnect-rs", branch = "main", default-features = false, features = ["reqwest", "rustls-tls", "rustcrypto"]} +openidconnect = "3.1.1" wasm-bindgen-futures = "0.4.29" serde_json = "1.0.78" chrono = { version = "0.4.19", features = ["wasmbind"] }