Skip to content

[auto] Update cargo dependencies#274

Merged
kp-mariappan-ramasamy merged 2 commits intomainfrom
gha/cargo-update
Jul 28, 2025
Merged

[auto] Update cargo dependencies#274
kp-mariappan-ramasamy merged 2 commits intomainfrom
gha/cargo-update

Conversation

@xv-github-iat-bot
Copy link
Collaborator

@xv-github-iat-bot xv-github-iat-bot commented Jul 21, 2025

$ cargo update
    Updating crates.io index
     Locking 6 packages to latest compatible versions
    Updating cc v1.2.29 -> v1.2.30
    Updating io-uring v0.7.8 -> v0.7.9
    Updating prettyplease v0.2.35 -> v0.2.36
    Updating rustc-demangle v0.1.25 -> v0.1.26
    Updating socket2 v0.5.10 -> v0.6.0
    Updating tokio v1.46.1 -> v1.47.0
    Removing windows-sys v0.52.0
note: pass `--verbose` to see 1 unchanged dependencies behind latest

@xv-github-iat-bot xv-github-iat-bot requested a review from a team as a code owner July 21, 2025 05:28
@github-actions
Copy link

Workspace Outdated Dependencies

$ cargo outdated --root-deps-only --exit-code 1
wolfssl-sys
================
Name          Project  Compat  Latest  Kind   Platform
----          -------  ------  ------  ----   --------
build-target  0.7.0    ---     0.8.0   Build  ---

@github-actions
Copy link

github-actions bot commented Jul 21, 2025

Code coverage summary for c0af3fd:

Filename                             Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
wolfssl-sys/src/lib.rs                    25                 0   100.00%           2                 0   100.00%          13                 0   100.00%           0                 0         -
wolfssl/src/aes256.rs                    143                10    93.01%          10                 0   100.00%         109                 4    96.33%           0                 0         -
wolfssl/src/chacha20_poly1305.rs          75                 2    97.33%           5                 0   100.00%          66                 2    96.97%           0                 0         -
wolfssl/src/context.rs                   401               173    56.86%          41                14    65.85%         286               110    61.54%           0                 0         -
wolfssl/src/error.rs                      44                13    70.45%           5                 1    80.00%          43                11    74.42%           0                 0         -
wolfssl/src/lib.rs                        83                17    79.52%          12                 2    83.33%          74                15    79.73%           0                 0         -
wolfssl/src/rng.rs                        72                10    86.11%           6                 0   100.00%          42                 3    92.86%           0                 0         -
wolfssl/src/ssl.rs                      1210               363    70.00%          74                24    67.57%         794               243    69.40%           0                 0         -
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                   2053               588    71.36%         155                41    73.55%        1427               388    72.81%           0                 0         -

✅ Region coverage 71% passes
✅ Line coverage 72% passes

```console
$ cargo update
    Updating crates.io index
     Locking 6 packages to latest compatible versions
    Updating cc v1.2.29 -> v1.2.30
    Updating io-uring v0.7.8 -> v0.7.9
    Updating prettyplease v0.2.35 -> v0.2.36
    Updating rustc-demangle v0.1.25 -> v0.1.26
    Updating socket2 v0.5.10 -> v0.6.0
    Updating tokio v1.46.1 -> v1.47.0
    Removing windows-sys v0.52.0
note: pass `--verbose` to see 1 unchanged dependencies behind latest
```
@github-actions
Copy link

Workspace Outdated Dependencies

$ cargo outdated --root-deps-only --exit-code 1
wolfssl-sys
================
Name          Project  Compat  Latest  Kind   Platform
----          -------  ------  ------  ----   --------
build-target  0.7.0    ---     0.8.0   Build  ---

This is a breaking update, where the api build_target::target_os() returns
value directly, instead of Result. If there is a failure, api will panic.

Changes:
https://github.com/OpenByteDev/build-target/compare/6072b3e5805021ebae026c66bdc4a7002186d518..b6e05d0b9bca147e5812efcc86f579519d4db509

Breaking change:
OpenByteDev/build-target@ef429e5

Modified build script to accomodate this change.
@kp-mariappan-ramasamy kp-mariappan-ramasamy merged commit 7481cab into main Jul 28, 2025
15 checks passed
@kp-mariappan-ramasamy kp-mariappan-ramasamy deleted the gha/cargo-update branch July 28, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants