diff --git a/matrixgw_backend/Cargo.lock b/matrixgw_backend/Cargo.lock index 82fb678..f5e075c 100644 --- a/matrixgw_backend/Cargo.lock +++ b/matrixgw_backend/Cargo.lock @@ -2557,15 +2557,16 @@ dependencies = [ [[package]] name = "light-openid" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548" +checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39" dependencies = [ "base64 0.22.1", "log", "reqwest", "serde", "serde_json", + "thiserror 2.0.17", "urlencoding", ] diff --git a/matrixgw_backend/Cargo.toml b/matrixgw_backend/Cargo.toml index dcc8ecb..7aca505 100644 --- a/matrixgw_backend/Cargo.toml +++ b/matrixgw_backend/Cargo.toml @@ -15,7 +15,7 @@ actix-web = "4.12.1" actix-session = { version = "0.11.0", features = ["redis-session"] } actix-remote-ip = "0.1.0" actix-cors = "0.7.1" -light-openid = "1.0.4" +light-openid = "1.1.0" bytes = "1.11.0" sha2 = "0.10.9" base16ct = { version = "0.3.0", features = ["alloc"] }