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

build(deps): bump the patch-updates group in /nym-vpn-core with 5 updates #2214

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps the patch-updates group in /nym-vpn-core with 5 updates:

Package From To
clap 4.5.29 4.5.30
tempfile 3.17.0 3.17.1
tokio-tungstenite 0.26.1 0.26.2
tungstenite 0.26.1 0.26.2
uuid 1.13.1 1.13.2

Updates clap from 4.5.29 to 4.5.30

Release notes

Sourced from clap's releases.

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Changelog

Sourced from clap's changelog.

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Commits
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • d6bd7e2 Merge pull request #5763 from epage/complete
  • 0887593 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
  • 61ebe72 chore: Release
  • 2e3fcc6 docs: Update changelog
  • 13dad4c Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
  • 3ca44c7 Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
  • d71ae66 Merge pull request #5760 from clap-rs/renovate/stable-1.x
  • a25c734 chore(deps): Update dependency STABLE to v1.81.0
  • Additional commits viewable in compare view

Updates tempfile from 3.17.0 to 3.17.1

Changelog

Sourced from tempfile's changelog.

3.17.1

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...
Commits

Updates tokio-tungstenite from 0.26.1 to 0.26.2

Changelog

Sourced from tokio-tungstenite's changelog.

0.26.2

Commits

Updates tungstenite from 0.26.1 to 0.26.2

Changelog

Sourced from tungstenite's changelog.

0.26.2

  • Add WebSocketConfig::read_buffer_size docs explaining performance/memory tradeoff.
  • Implement traits and add helper methods for the UTF8 payloads making them comparable and more ergonomic.
Commits
  • bb7a58a Bump version
  • 4eb26c5 Implement PartialOrd and Ord for Utf8Bytes
  • 34e417b Derive Hash for Utf8Bytes
  • d1229ec Implement Borrow\<str>, AsRef\<[u8]>, AsRef\<str> and AsRef\<Bytes> for `...
  • 8cfd027 Add WebSocketConfig::read_buffer_size docs explaining performance/memory trad...
  • 5e67ba6 Update rand requirement from 0.8.0 to 0.9.0 (#481)
  • c167787 Remove byteorder, use bytes::Buf::get_uint instead (#477)
  • 7632848 feat: add unsafe Utf8Bytes::from_bytes_unchecked (#476)
  • b7a7817 Keep the set-len refactor but use safe resize
  • f05398b Revert "Revert "Use set-len when reading into buffer""
  • See full diff in compare view

Updates uuid from 1.13.1 to 1.13.2

Release notes

Sourced from uuid's releases.

v1.13.2

What's Changed

Full Changelog: uuid-rs/uuid@1.13.1...v1.13.2

Commits
  • d8871b3 Merge pull request #805 from uuid-rs/cargo/v1.13.2
  • 7044210 prepare for 1.13.2 release
  • 7893ecc Merge pull request #804 from uuid-rs/fix/wasm-no-rng
  • bf28001 update feature docs
  • 920e8b1 add a more descriptive compile error when no rng source is available on wasm
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 18, 2025
@dependabot dependabot bot assigned neacsu and octol Feb 18, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/nym-vpn-core/patch-updates-d4d63949b8 branch from f59bfc9 to 875938d Compare February 18, 2025 23:04
Bumps the patch-updates group in /nym-vpn-core with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.30` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.17.0` | `3.17.1` |
| [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.26.1` | `0.26.2` |
| [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.26.1` | `0.26.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.13.1` | `1.13.2` |


Updates `clap` from 4.5.29 to 4.5.30
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.29...clap_complete-v4.5.30)

Updates `tempfile` from 3.17.0 to 3.17.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.17.0...v3.17.1)

Updates `tokio-tungstenite` from 0.26.1 to 0.26.2
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.26.1...v0.26.2)

Updates `tungstenite` from 0.26.1 to 0.26.2
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.26.1...v0.26.2)

Updates `uuid` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@octol octol force-pushed the dependabot/cargo/nym-vpn-core/patch-updates-d4d63949b8 branch from 875938d to c96a83f Compare February 19, 2025 00:16
@octol octol merged commit 976ac1d into develop Feb 19, 2025
11 checks passed
@octol octol deleted the dependabot/cargo/nym-vpn-core/patch-updates-d4d63949b8 branch February 19, 2025 08:05
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.

2 participants