mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
use rc.1 from crate
This commit is contained in:
Generated
+2
-1
@@ -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",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user