From 73d682c010fb7abead2a3fc4a79e6dbac8abe739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:08:17 -0400 Subject: [PATCH] Update Rust crate oo7 to v0.3.3 (#15281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oo7](https://togithub.com/bilelmoussaoui/oo7) | dependencies | patch | `0.3.0` -> `0.3.3` | --- ### Release Notes
bilelmoussaoui/oo7 (oo7) ### [`v0.3.3`](https://togithub.com/bilelmoussaoui/oo7/releases/tag/0.3.3) [Compare Source](https://togithub.com/bilelmoussaoui/oo7/compare/0.3.2...0.3.3) Bilal Elmoussaoui: - client/item: Force tuple usage when serializing - client: Use async UnixStream ### [`v0.3.2`](https://togithub.com/bilelmoussaoui/oo7/releases/tag/0.3.2) [Compare Source](https://togithub.com/bilelmoussaoui/oo7/compare/0.3.1...0.3.2) Kévin Commaille: - [client: Fix compile issue with tracing feature](https://togithub.com/bilelmoussaoui/oo7/commit/8720514d5689bad8eed77869ccb64ccc8ea86bd9) - [client: Do not create features for optional deps already behind a feature](https://togithub.com/bilelmoussaoui/oo7/commit/c4cad3dbd4fb6d54dd27ac112ceae7cd1102594f) - Various clippy fixes ### [`v0.3.1`](https://togithub.com/bilelmoussaoui/oo7/releases/tag/0.3.1) [Compare Source](https://togithub.com/bilelmoussaoui/oo7/compare/0.3.0...0.3.1) Daiki Ueno: - [portal: Support migration from legacy keyring format](https://togithub.com/bilelmoussaoui/oo7/commit/0e4d7873720c71a280a2ba8f07fd979957f3c4cb) Dhanuka Warusadura: - [portal: Add rekeying support for oo7::portal::Keyring](https://togithub.com/bilelmoussaoui/oo7/commit/96dd3c4292dc563cc38cbd5d2cfde076d25821cf) Felix Häcker: - [service: Use correct signal name for CollectionDeleted](https://togithub.com/bilelmoussaoui/oo7/commit/19499a649909ab67cf9ea435d004ebbc334788df) - [service: Add signals for collection create/delete/change](https://togithub.com/bilelmoussaoui/oo7/commit/c4e68b8e765ec22288dcb85806b178c2d32021ec) - [collection: Add path to public api](https://togithub.com/bilelmoussaoui/oo7/commit/7effc007d4982d2fe4503750df6f7506259f6913)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e87594c6c0f69a9d6c011029be6ebc16cb5a5c1..dc9253c2d6180ae383fd3c1e9954f53e665820e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7153,28 +7153,32 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oo7" -version = "0.3.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82" +checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24" dependencies = [ "aes", "async-fs 2.1.1", "async-io 2.3.1", "async-lock 3.3.0", + "async-net 2.0.0", "blocking", "cbc", "cipher", "digest", + "endi", "futures-lite 2.2.0", "futures-util", "hkdf", "hmac", + "md-5", "num", "num-bigint-dig", "pbkdf2", "rand 0.8.5", "serde", "sha2", + "subtle", "zbus", "zeroize", "zvariant",