diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d39557efd0757..addd23eeabf8f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5695,7 +5695,8 @@ dependencies = [ [[package]] name = "openidconnect" version = "4.0.0-rc.1" -source = "git+https://github.com/ramosbugs/openidconnect-rs?rev=5632960ea94ceda3a17c818d45c26648cc6bee8b#5632960ea94ceda3a17c818d45c26648cc6bee8b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a93a50789d0b649986bfb104cdef97736ca072d579ec88496d5c6f9abed0ea85" dependencies = [ "base64 0.21.7", "chrono", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 89e63c00eced0..8eebd1cc483c7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -287,7 +287,7 @@ rdkafka = { version = "0.36.2", features = ["cmake-build", "ssl-vendored"] } datafusion = "39.0.0" object_store = { version = "0.10.0", features = ["aws", "azure"] } -openidconnect = { git = "https://github.com/ramosbugs/openidconnect-rs", rev = "5632960ea94ceda3a17c818d45c26648cc6bee8b"} +openidconnect = { version = "4.0.0-rc.1" } aws-config = "^1" aws-sdk-sts = "^1"