Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump uds_windows from 1.0.2 to 1.1.0 #611

Merged
merged 2 commits into from
Dec 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps uds_windows from 1.0.2 to 1.1.0.

Release notes

Sourced from uds_windows's releases.

v1.1.0

Bug Fixes

  • Clippy warnings and removal of null pointer dereference

Other

  • Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket

This allows callers of uds_windows to potentially avoid having to use the Raw types and traits.

This also allows the use of uds_windows with upcoming changes to async-io to use AsFd.

  • Added safety comments above unsafe blocks within safe functions
Changelog

Sourced from uds_windows's changelog.

[1.1.0] - 2023-12-14

Bug Fixes

  • Clippy warnings

Miscellaneous Tasks

  • Add cliff.toml and release.toml
  • Update release.toml
  • Add release workflow
  • Release uds_windows version 1.1.0

Other

  • Do the easy fixups; leave nullptr and saftey comment lints for another time

  • Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket

This allows callers of uds_windows to potentially avoid having to use the Raw types and traits.

This also allows the use of uds_windows with upcoming changes to async-io to use AsFd.

Get compiling from old PR; add AsSocket for UnixStream

Cargo format

  • Added safety comments above unsafe blocks within safe functions
Commits
  • 363423e chore: add CHANGELOG.md
  • fb5e294 chore: release uds_windows version 1.1.0
  • 9dd3467 chore: add release workflow
  • 1c22796 chore: update release.toml
  • 61faef4 chore: add cliff.toml and release.toml
  • d0945bd ci: add conventional commit checker
  • f5ca3b1 fix: clippy warnings
  • 3cc1414 ci: move clippy to the main workflow
  • df87259 Added safety comments above unsafe blocks within safe functions
  • 14f3cbe Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 18, 2023
LGUG2Z and others added 2 commits December 23, 2023 16:40
This commit builds on @EBNull's comment shedding light on the uses of
the -A and -W functions in the Win32 API, and standardizes the calling
of the -W functions across the project.

Since UTF-16 String handling is a bit lacking in the Rust standard
library, I have pulled in the widestring crate to use the
from_slice_truncate fn to automagically remove all of the trailing null
chars when handling values returned from the various Win32 -W fns.

Comment ref:
657ac44#r135643553
Bumps [uds_windows](https://github.com/haraldh/rust_uds_windows) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/haraldh/rust_uds_windows/releases)
- [Changelog](https://github.com/haraldh/rust_uds_windows/blob/v1.1.0/CHANGELOG.md)
- [Commits](haraldh/rust_uds_windows@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: uds_windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/uds_windows-1.1.0 branch from c6dca73 to fd37d21 Compare December 24, 2023 00:43
@LGUG2Z LGUG2Z merged commit 0eeba6c into master Dec 24, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/uds_windows-1.1.0 branch December 24, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant