Skip to content

build(deps): bump the patch-updates group across 1 directory with 15 updates #5863

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps the patch-updates group with 14 updates in the / directory:

Package From To
cfg-if 1.0.0 1.0.1
clap 4.5.38 4.5.40
clap_complete 4.5.50 4.5.54
flate2 1.1.1 1.1.2
getset 0.1.5 0.1.6
headers 0.4.0 0.4.1
hyper-util 0.1.11 0.1.14
parking_lot 0.12.3 0.12.4
proc_pidinfo 0.1.3 0.1.4
reqwest 0.12.15 0.12.20
toml 0.8.22 0.8.23
uniffi 0.29.2 0.29.3
wasmtimer 0.4.1 0.4.2
windows 0.61.1 0.61.3

Updates cfg-if from 1.0.0 to 1.0.1

Release notes

Sourced from cfg-if's releases.

v1.0.1

Other

  • Remove compiler-builtins from rustc-dep-of-std dependencies
  • Remove redundant configuration from Cargo.toml
  • More readable formatting and identifier names. (#39)
  • Add expanded example to readme (#38)
Changelog

Sourced from cfg-if's changelog.

1.0.1 - 2025-06-09

Other

  • Remove compiler-builtins from rustc-dep-of-std dependencies
  • Remove redundant configuration from Cargo.toml
  • More readable formatting and identifier names. (#39)
  • Add expanded example to readme (#38)
Commits
  • dbfd663 chore: release v1.0.1
  • 1cc10c7 Remove compiler-builtins from rustc-dep-of-std dependencies
  • 0314c2b ci: Fix the release job branch
  • ee3062f Remove redundant configuration from Cargo.toml
  • 3e3936e cleanup: Remove trailing whitespace
  • 0f01eff ci: Add a release job
  • 4edf327 Merge pull request #83 from rust-lang/dependabot/github_actions/actions/check...
  • d16050a Bump actions/checkout from 4.2.1 to 4.2.2
  • b01c675 Merge pull request #82 from rust-lang/dependabot/github_actions/actions/check...
  • fdd1c00 Bump actions/checkout from 4.2.0 to 4.2.1
  • Additional commits viewable in compare view

Updates clap from 4.5.38 to 4.5.40

Release notes

Sourced from clap's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Changelog

Sourced from clap's changelog.

[4.5.40] - 2025-06-09

Features

  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Commits
  • cff27db chore: Release
  • 4ef4124 docs: Update changelog
  • ca89617 Merge pull request #5848 from jennings/jennings/push-xolwzyoornps
  • 99b6391 fix(complete): Fix PowerShell dynamic completion
  • ed2360f chore: Release
  • 196a14b docs: Update changelog
  • cd622ab Merge pull request #5846 from ribru17/alias_fn_dedup
  • 48ff72b fix(complete): Deduplicate bash subcmd cases
  • b1b6f17 Merge pull request #5843 from epage/link
  • 5900216 fix(derive): Update link for derive attributes
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.50 to 4.5.54

Commits
  • 194c676 chore: Release
  • 44838f6 docs: Update changelog
  • 0f59d55 Merge pull request #6027 from Alpha1337k/master
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • e2aa2f0 Feat: Add catch-all on external subcommands for zsh
  • b9c0aee Feat: Add external subcommands test to suite
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • Additional commits viewable in compare view

Updates flate2 from 1.1.1 to 1.1.2

Release notes

Sourced from flate2's releases.

1.1.2

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2

Commits
  • ac4d950 Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1
  • e38e16f upgrade zlib-rs to version 0.5.1
  • 76cc0cc Merge pull request #489 from CosminPerRam/feat/revert_updates
  • 8f52350 Revert "chore: update deps"
  • df11207 Merge pull request #488 from CosminPerRam/ci/audit
  • a8872d7 ci: rename audit job
  • 190750c ci: add audit check
  • c2c78de solve remaining clippy warnings and add it to CI (#487)
  • 306e909 Merge pull request #485 from CosminPerRam/chore/update_deps
  • 29d8194 Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversion
  • Additional commits viewable in compare view

Updates getset from 0.1.5 to 0.1.6

Release notes

Sourced from getset's releases.

v0.1.6

See milestone for changes: https://github.com/jbaublitz/getset/milestone/13?closed=1

Commits
  • fb7ea4f Merge pull request #121 from jbaublitz/release-v0.1.6
  • 27021cd Bump release to v0.1.6
  • 9eaa3b9 Merge pull request #118 from jbaublitz/docs-getset-112
  • ef7da9e Update in-code docs to mention CloneGetters
  • 283e7db Merge pull request #116 from jbaublitz/docs-getset-112
  • 2bac20e Update README to mention CloneGetters
  • d12735b Merge pull request #112 from SLUCHABLUB/main
  • 0dae537 Add CloneGettes
  • f9613c5 Merge pull request #115 from jbaublitz/fix-ci
  • 76bf93c Fix clippy errors
  • Additional commits viewable in compare view

Updates headers from 0.4.0 to 0.4.1

Release notes

Sourced from headers's releases.

headers-v0.4.1

What's Changed

New Contributors

Full Changelog: hyperium/headers@headers-v0.4.0...headers-v0.4.1

Commits
  • 8db1b78 headers:0.4.1
  • 12fb1d7 feat: Add a impl From\<http::HeaderName> for Vary (#210)
  • 66371a0 feat: const ::from_static() constructors (#209)
  • d425d3c update copyright year
  • 1a8eac3 doc: Remove empty line in document
  • 743d3b9 fix(tests): Fix test compile error with nightly feature
  • 682d0a6 refactor: Remove needless lifetime
  • 879d2d4 Add methods for must-revalidate flag to CacheControl
  • 0fbde12 docs(readme): add badge to readme
  • 2298faa Add ContentEncoding::zstd
  • Additional commits viewable in compare view

Updates hyper-util from 0.1.11 to 0.1.14

Release notes

Sourced from hyper-util's releases.

v0.1.13

tl;dr

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.12...v0.1.13

v0.1.12

tl;dr

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from hyper-util's changelog.

0.1.14 (2025-06-04)

  • Fix HttpConnector to defer address family order to resolver sort order.
  • Fix proxy::Matcher to find HTTPS system proxies on Windows.

0.1.13 (2025-05-27)

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.

0.1.12 (2025-05-19)

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.
Commits
  • 71360e4 v0.1.14
  • ce9248d fix(proxy): set https system proxy on windows (#201)
  • 7400a20 fix(client): prefer resolver order always (#200)
  • 22867bd style(client): Fix some clippy lints (#199)
  • 2ff0ba6 deps: upgrade windows-registry to 0.5 (#198)
  • 2c3c55f v0.1.13
  • a01e6b2 fix(client): improve client errors details if available (#184)
  • fc1d699 refactor(client): add socket addr to ConnectError
  • 0959d46 refactor(client): return the first connect error, not the last
  • 6328823 refactor(client): don't allocate for ConnectError messages
  • Additional commits viewable in compare view

Updates parking_lot from 0.12.3 to 0.12.4

Changelog

Sourced from parking_lot's changelog.

parking_lot - 0.12.4 - 2025-05-29

  • Fix parked upgraders potentially not being woken up after a write lock
  • Fix clearing PARKED_WRITER_BIT after a timeout

parking_lot_core - 0.9.11 - 2025-05-29

  • Use Release/Acquire ordering in thread_parker::windows::Backend::create
  • Remove warnings due to new lint on unknown cfgs

lock_api - 0.4.13 - 2025-05-29

  • Remove warnings due to new lint on unknown cfgs
Commits
  • df66e66 Update CHANGELOG.md
  • bc72f02 chore: release
  • 7bd09e2 Merge pull request #469 from Amanieu/release-plz-changelog
  • 965216f Use a single changelog with release-plz
  • 398560e Merge pull request #467 from Amanieu/release-plz
  • a7c490f Add release-plz for automatic releases
  • 4989a4f Merge pull request #466 from Amanieu/issue-465
  • 249cb2a Fix parked upgraders potentially not being woken up after a write lock
  • a0d2de0 Fix clearing PARKED_WRITER_BIT after a timeout
  • 03b0192 Merge pull request #464 from Amanieu/ci-msrv
  • Additional commits viewable in compare view

Updates proc_pidinfo from 0.1.3 to 0.1.4

Commits

Updates reqwest from 0.12.15 to 0.12.20

Release notes

Sourced from reqwest's releases.

v0.12.20

Highlights

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.19...v0.12.20

v0.12.19

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.18...v0.12.19

v0.12.18

What's Changed

  • Fix compilation when socks enabled without TLS.

v0.12.17

What's Changed

v0.12.16

Highlights

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.20

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

v0.12.19

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().
Commits

Updates toml from 0.8.22 to 0.8.23

Commits
  • 838a022 chore: Release
  • b9d399d docs: Update changelog
  • f3e8c68 feat(edit): Add ImDocument::into_table (#928)
  • 288161b chore: Release
  • d7f3cda docs: Update changelog
  • 752ef5b fix(datetime): Further error improvements (#927)
  • 32d2297 feat(edit): Add ImDocument::into_table
  • b1ce9b5 fix(datetime): Use 2-digit values for ranges
  • 55da4af fix(datetime): Remove trailing space in error
  • 5c1d9cc chore(parse): Use a unique tag
  • Additional commits viewable in compare view

Updates uniffi from 0.29.2 to 0.29.3

Changelog

Sourced from uniffi's changelog.

v0.29.3 (backend crates: v0.29.3) - (2025-06-06)

What's new?

  • HashMaps in UDL now support a default value with an empty map (#2539).

All changes in v0.29.3.

Commits
  • 8ece6a7 chore: Release
  • b12e09d chore: Release
  • 9aa1674 Merge remote-tracking branch 'upstream/main' into release-v0.29.x
  • 89a49b0 Merge pull request #2559 from mozilla/uniffi-309-unique-trait-interfaces
  • eb8eb00 UNIFFI-309 Make callback interfaces unique
  • c9a5944 Internal docs for Rust/callback interface calls
  • a8ef084 General pipeline updates
  • f04409a Merge pull request #2554 from mozilla/groovecoder-patch-1
  • dc02a0c Explicitly catch kotlin.Exception. (#2544)
  • 08aa589 fix typo in custom_types.md
  • Additional commits viewable in compare view

Updates uniffi_build from 0.29.2 to 0.29.3

Changelog

Sourced from uniffi_build's changelog.

v0.29.3 (backend crates: v0.29.3) - (2025-06-06)

What's new?

  • HashMaps in UDL now support a default value with an empty map (#2539).

All changes in v0.29.3.

Commits
  • 8ece6a7 chore: Release
  • b12e09d chore: Release
  • 9aa1674 Merge remote-tracking branch 'upstream/main' into release-v0.29.x
  • 89a49b0 Merge pull request #2559 from mozilla/uniffi-309-unique-trait-interfaces
  • eb8eb00 UNIFFI-309 Make callback interfaces unique
  • c9a5944 Internal docs for Rust/callback interface calls
  • a8ef084 General pipeline updates
  • f04409a Merge pull request #2554 from mozilla/groovecoder-patch-1
  • dc02a0c Explicitly catch kotlin.Exception. (#2544)
  • 08aa589 fix typo in custom_types.md
  • Additional commits viewable in compare view

Updates wasmtimer from 0.4.1 to 0.4.2

Release notes

Sourced from wasmtimer's releases.

v0.4.2

What's Changed

New Contributors

Full Changelog: whizsid/wasmtimer-rs@v0.4.1...v0.4.2

Changelog

Sourced from wasmtimer's changelog.

0.4.2

  • Fixed 'sleep_until() does not wake up until 5 seconds' issue #22, #27.
Commits

Updates windows from 0.61.1 to 0.61.3

Commits

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 Jun 17, 2025
Copy link

vercel bot commented Jun 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nym-explorer-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2025 10:36am
nym-next-explorer ❌ Failed (Inspect) Jun 23, 2025 10:36am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
docs-nextra ⬜️ Ignored (Inspect) Visit Preview Jun 23, 2025 10:36am

…updates

Bumps the patch-updates group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.54` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` |
| [getset](https://github.com/jbaublitz/getset) | `0.1.5` | `0.1.6` |
| [headers](https://github.com/hyperium/headers) | `0.4.0` | `0.4.1` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.11` | `0.1.14` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.3` | `0.12.4` |
| [proc_pidinfo](https://github.com/mmastrac/proc_pidinfo) | `0.1.3` | `0.1.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.20` |
| [toml](https://github.com/toml-rs/toml) | `0.8.22` | `0.8.23` |
| [uniffi](https://github.com/mozilla/uniffi-rs) | `0.29.2` | `0.29.3` |
| [wasmtimer](https://github.com/whizsid/wasmtimer-rs) | `0.4.1` | `0.4.2` |
| [windows](https://github.com/microsoft/windows-rs) | `0.61.1` | `0.61.3` |



Updates `cfg-if` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@1.0.0...v1.0.1)

Updates `clap` from 4.5.38 to 4.5.40
- [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.38...clap_complete-v4.5.40)

Updates `clap_complete` from 4.5.50 to 4.5.54
- [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.50...clap_complete-v4.5.54)

Updates `flate2` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.1...1.1.2)

Updates `getset` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/jbaublitz/getset/releases)
- [Commits](jbaublitz/getset@v0.1.5...v0.1.6)

Updates `headers` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/hyperium/headers/releases)
- [Commits](hyperium/headers@headers-v0.4.0...headers-v0.4.1)

Updates `hyper-util` from 0.1.11 to 0.1.14
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.11...v0.1.14)

Updates `parking_lot` from 0.12.3 to 0.12.4
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.3...parking_lot-v0.12.4)

Updates `proc_pidinfo` from 0.1.3 to 0.1.4
- [Commits](https://github.com/mmastrac/proc_pidinfo/commits)

Updates `reqwest` from 0.12.15 to 0.12.20
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.15...v0.12.20)

Updates `toml` from 0.8.22 to 0.8.23
- [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.8.23)

Updates `uniffi` from 0.29.2 to 0.29.3
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.29.2...v0.29.3)

Updates `uniffi_build` from 0.29.2 to 0.29.3
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.29.2...v0.29.3)

Updates `wasmtimer` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/whizsid/wasmtimer-rs/releases)
- [Changelog](https://github.com/whizsid/wasmtimer-rs/blob/master/CHANGELOG.md)
- [Commits](whizsid/wasmtimer-rs@v0.4.1...v0.4.2)

Updates `windows` from 0.61.1 to 0.61.3
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

---
updated-dependencies:
- dependency-name: cfg-if
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-version: 4.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_complete
  dependency-version: 4.5.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: flate2
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: getset
  dependency-version: 0.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: headers
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hyper-util
  dependency-version: 0.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: parking_lot
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: proc_pidinfo
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: reqwest
  dependency-version: 0.12.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-version: 0.8.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uniffi
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uniffi_build
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasmtimer
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: windows
  dependency-version: 0.61.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants