Skip to content

Commit 5cd4462

Browse files
committed
dependencies: get rid of custom fork of openidconnect-rs
There's a published 4.0.0-alpha.2 version that compiles and doesn't require the custom changes we needed. Part of #3742.
1 parent 2eb6930 commit 5cd4462

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/matrix-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tokio = { workspace = true, features = ["macros"] }
127127

128128
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
129129
backoff = { version = "0.4.0", features = ["tokio"] }
130-
openidconnect = { git = "https://github.com/poljar/openidconnect-rs", rev = "c7e1dc31b83dd7559125984bfd36b9c0f191585e", optional = true }
130+
openidconnect = { version = "4.0.0-alpha.2", optional = true }
131131
# only activate reqwest's stream feature on non-wasm, the wasm part seems to not
132132
# support *sending* streams, which makes it useless for us.
133133
reqwest = { workspace = true, features = ["stream"] }

0 commit comments

Comments
 (0)