jitsi-openid
jitsi-openid copied to clipboard
Jitsi OpenID is an authentication adapter that allows Jitsi to authorize users with OpenID Connect.
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.39.2. Release notes Sourced from tokio's releases. Tokio v1.39.2 1.39.2 (July 27th, 2024) This release fixes a regression where the select! macro stopped accepting expressions...
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0. Release notes Sourced from uuid's releases. 1.10.0 Deprecations This release deprecates and renames the following functions: Builder::from_rfc4122_timestamp -> Builder::from_gregorian_timestamp Builder::from_sorted_rfc4122_timestamp -> Builder::from_sorted_gregorian_timestamp Timestamp::from_rfc4122 ->...
Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.2. Commits 54346fa Revert "Reimplement idna on top of ICU4X" (#946) dcfbed3 Update idna to 1.0.1 (#945) 467ef63 fix panic on xn--55555577 (#940) 3d6dbbb Reimplement...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86. Release notes Sourced from anyhow's releases. 1.0.86 Fix parse error in ensure! with non-literal after minus sign (#373) 1.0.85 Improve ensure! macro's rules to...
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 to 0.7.7. Release notes Sourced from axum's releases. axum-extra - v0.7.7 added: Clone implementation for ErasedJson (#2142) #2142: tokio-rs/axum#2142 axum v0.7.7 change: Remove manual tables of...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. Release notes Sourced from anyhow's releases. 1.0.89 Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.210. Release notes Sourced from serde's releases. v1.0.210 Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch) Make...
Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.6 to 0.11.8. Commits 7c09b02 proto: bump version to 0.11.8 for release (#1981) 59bccd2 Version bump quinn to enforce patched quinn-proto a8ec510 proto: avoid panicking on rustls...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. Release notes Sourced from tokio's releases. Tokio v1.40.0 1.40.0 (August 30th, 2024) Added io: add util::SimplexStream (#6589) process: stabilize Command::process_group (#6731) sync: add {TrySendError,SendTimeoutError}::into_inner...