mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-23 23:16:27 +08:00
Bumps [openidconnect](https://github.com/ramosbugs/openidconnect-rs) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/ramosbugs/openidconnect-rs/releases) - [Commits](https://github.com/ramosbugs/openidconnect-rs/compare/2.3.2...2.4.0) --- updated-dependencies: - dependency-name: openidconnect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
343 B
TOML
15 lines
343 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-sso"
|
|
version = "0.6.5"
|
|
|
|
[dependencies]
|
|
bytes = "1.2"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.20", features = ["tracing", "macros"] }
|
|
tracing = "0.1"
|
|
openidconnect = { version = "2.4", features = ["reqwest", "rustls-tls"] }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
once_cell = "1.14"
|