[auto] Update cargo dependencies#274
Merged
kp-mariappan-ramasamy merged 2 commits intomainfrom Jul 28, 2025
Merged
Conversation
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 --- |
|
Code coverage summary for c0af3fd: ✅ Region coverage 71% 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
```
619dfc1 to
3482e16
Compare
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.
d44a131 to
aee355f
Compare
kp-mariappan-ramasamy
approved these changes
Jul 28, 2025
kp-weiwen-goh
approved these changes
Jul 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.