Nextflow-Cloud / sso-system

The authentication system that powers Nextflow services.
https://sso.nextflow.cloud/login
GNU Affero General Public License v3.0
4 stars 1 forks source link

fix(deps): update all #94

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
lettre (source) dependencies patch 0.11.7 -> 0.11.8
mongodb (source) dependencies minor 3.0.1 -> 3.1.0
reqwest dependencies patch 0.12.5 -> 0.12.7
serde_json dependencies patch 1.0.124 -> 1.0.128

Release Notes

lettre/lettre (lettre) ### [`v0.11.8`](https://redirect.github.com/lettre/lettre/blob/HEAD/CHANGELOG.md#v0118-2024-09-03) [Compare Source](https://redirect.github.com/lettre/lettre/compare/v0.11.7...v0.11.8) ##### Features - Add mTLS support ([#​974]) - Implement `accept_invalid_hostnames` for rustls ([#​977]) - Provide certificate chain for peer certificates when using `rustls` or `boring-tls` ([#​976]) ##### Changes - Make `HeaderName` comparisons via `PartialEq` case insensitive ([#​980]) ##### Misc - Fix clippy warnings (\[[#​979](https://redirect.github.com/lettre/lettre/issues/979)]) - Replace manual impl of `#[non_exhaustive]` for `InvalidHeaderName` ([#​981]) [#​974]: https://redirect.github.com/lettre/lettre/pull/974 [#​976]: https://redirect.github.com/lettre/lettre/pull/976 [#​977]: https://redirect.github.com/lettre/lettre/pull/977 [#​980]: https://redirect.github.com/lettre/lettre/pull/980 [#​981]: https://redirect.github.com/lettre/lettre/pull/981
mongodb/mongo-rust-driver (mongodb) ### [`v3.1.0`](https://redirect.github.com/mongodb/mongo-rust-driver/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/mongodb/mongo-rust-driver/compare/v3.0.1...v3.1.0) The MongoDB Rust driver team is pleased to announce the v3.1.0 release of the `mongodb` crate, now available for download from [crates.io](https://crates.io/crates/mongodb/3.1.0). This release provides compatibility with MongoDB 8.0, including support for a number of new in-use encryption features. #### Full Release Notes ##### Features - RUST-1813 Support for more than one KMS provider per type ([#​1141](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1141)) - RUST-1843 Support for QE range protocol V2 ([#​1132](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1132)) - RUST-1845 Support search index type field ([#​1147](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1147)) - RUST-1926 Support range indexes as GA ([#​1184](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1184)) ##### Improvements - RUST-1994 Implement happy eyeballs for TCP connection ([#​1183](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1183)) - RUST-1791 Publish an event changing topology state to unknown before closing ([#​1160](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1160)) - RUST-1980 Bump dependencies ([#​1142](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1142)) (thanks [@​attila-lin](https://redirect.github.com/attila-lin)!) ##### Tasks - RUST-1821 Increase minimum compatible MongoDB server version to 4.0 ([#​1151](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1151)) - RUST-1981 Increase maximum compatible MongoDB server version to 8.0 ([#​1175](https://redirect.github.com/mongodb/mongo-rust-driver/issues/1175))
seanmonstar/reqwest (reqwest) ### [`v0.12.7`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0127) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7) - Revert adding `impl Service>` for `Client`. ### [`v0.12.6`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0126) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6) - Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service>` for `Client` and `&'_ Client`. - Add support for `!Sync` bodies in `Body::wrap_stream()`. - Enable happy eyeballs when `hickory-dns` is used. - Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. - Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values.
serde-rs/json (serde_json) ### [`v1.0.128`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.128) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.127...1.0.128) - Support serializing maps containing 128-bit integer keys to serde_json::Value ([#​1188](https://redirect.github.com/serde-rs/json/issues/1188), thanks [@​Mrreadiness](https://redirect.github.com/Mrreadiness)) ### [`v1.0.127`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.127) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.126...1.0.127) - Add more removal methods to OccupiedEntry ([#​1179](https://redirect.github.com/serde-rs/json/issues/1179), thanks [@​GREsau](https://redirect.github.com/GREsau)) ### [`v1.0.126`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.126) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.125...1.0.126) - Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86\_64-unknown-linux-gnux32 ([#​1182](https://redirect.github.com/serde-rs/json/issues/1182), thanks [@​CryZe](https://redirect.github.com/CryZe)) ### [`v1.0.125`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.125) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.124...1.0.125) - Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes ([#​1172](https://redirect.github.com/serde-rs/json/issues/1172), [#​1175](https://redirect.github.com/serde-rs/json/issues/1175), thanks [@​purplesyringa](https://redirect.github.com/purplesyringa))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.