Skip to content

cargo: bump the cargo-dependencies group across 1 directory with 7 updates #82

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: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the cargo-dependencies group with 6 updates in the / directory:

Package From To
clap 4.5.39 4.5.40
indexmap 2.9.0 2.10.0
parking_lot 0.12.3 0.12.4
poem 3.1.10 3.1.11
toml 0.8.22 0.8.23
tauri-plugin-process 2.2.1 2.3.0

Updates clap from 4.5.39 to 4.5.40

Changelog

Sourced from clap's changelog.

[4.5.40] - 2025-06-09

Features

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

Updates indexmap from 2.9.0 to 2.10.0

Changelog

Sourced from indexmap's changelog.

2.10.0 (2025-06-26)

  • Added extract_if methods to IndexMap and IndexSet, similar to the methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
Commits
  • 91dbcc5 Merge pull request #399 from cuviper/release-2.10.0
  • 67a5a71 Release 2.10.0
  • 37e519a Merge pull request #308 from cuviper/extract_if
  • 4d7618f Merge pull request #398 from cuviper/bench-deps
  • 68201eb Drop lazy_static for LazyLock
  • eaaaa56 Switch to fastrand for bench shuffling
  • b19d84e Fix clippy::needless_lifetimes
  • 4f62778 impl FusedIterator for ExtractIf
  • e09eaaf Document and track extract_if panics
  • a8d7dc5 Add range support to extract_if
  • 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 poem from 3.1.10 to 3.1.11

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 tauri-plugin-process from 2.2.1 to 2.3.0

Release notes

Sourced from tauri-plugin-process's releases.

opener-js v2.3.0

[2.3.0]

  • ce9888a2 (#2762) Similar to the fs plugin the opener plugin now supports a requireLiteralLeadingDot configuration in tauri.conf.json.
npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 4.3kB README.md
npm notice 2.8kB dist-js/index.cjs
npm notice 1.8kB dist-js/index.d.ts
npm notice 2.7kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 729B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-opener
npm notice version: 2.3.0
npm notice filename: tauri-apps-plugin-opener-2.3.0.tgz
npm notice package size: 3.4 kB
npm notice unpacked size: 13.2 kB
npm notice shasum: ea883f48daffd22873bbc40cc81b266df6f6a6cd
npm notice integrity: sha512-yAbauwp8BCHIh[...]otjYnnbUVmYrw==
npm notice total files: 7
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=240371238
+ @tauri-apps/[email protected]

opener v2.3.0

[2.3.0]

  • ce9888a2 (#2762) Similar to the fs plugin the opener plugin now supports a requireLiteralLeadingDot configuration in tauri.conf.json.
</tr></table> 

... (truncated)

Commits
  • adc23d6 publish new versions (#2808)
  • fc573b3 chore(deps): update rust crate tokio-tungstenite to 0.27 (#2768)
  • 901ddfb ci: enable create-pull-request sign commits (#2809)
  • f209b2f chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804)
  • 19ed1bd chore(deps): update dependency prettier to v3.6.1 (#2806)
  • 5779099 publish new versions (#2780)
  • 2aec8ff feat(opener): add inAppBrowser option for iOS and Android (#2803)
  • 9799f0d fix(log): iOS simulator freezing due to early logging (#2802)
  • 8cdaacd chore(examples): update API example mobile projects
  • d46778e chore(deps): update dependency typescript-eslint to v8.35.0 (#2794)
  • Additional commits viewable in compare view

Updates tauri-build from 2.2.0 to 2.3.0

Release notes

Sourced from tauri-build's releases.

tauri-build v2.3.0

Updating git repository `https://github.com/tauri-apps/schemars.git`
    Updating crates.io index
warning: Patch `schemars_derive v0.8.21 (https://github.com/tauri-apps/schemars.git?branch=feat%2Fpreserve-description-newlines#c30f9848)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
     Locking 1020 packages to latest compatible versions
      Adding apple-codesign v0.27.0 (available: v0.29.0)
      Adding axum v0.7.9 (available: v0.8.4)
      Adding cargo_metadata v0.19.2 (available: v0.20.0)
      Adding colored v2.2.0 (available: v3.0.0)
      Adding ctor v0.2.9 (available: v0.4.2)
      Adding elf v0.7.4 (available: v0.8.0)
      Adding getrandom v0.2.16 (available: v0.3.3)
      Adding html5ever v0.29.1 (available: v0.32.0)
      Adding itertools v0.13.0 (available: v0.14.0)
      Adding json-patch v3.0.1 (available: v4.0.0)
      Adding jsonrpsee v0.24.9 (available: v0.25.1)
      Adding jsonrpsee-client-transport v0.24.9 (available: v0.25.1)
      Adding jsonrpsee-core v0.24.9 (available: v0.25.1)
      Adding jsonrpsee-ws-client v0.24.9 (available: v0.25.1)
      Adding minisign v0.7.3 (available: v0.7.9)
      Adding muda v0.16.1 (available: v0.17.0)
      Adding object v0.36.7 (available: v0.37.1)
      Adding oxc_allocator v0.36.0 (available: v0.74.0)
      Adding oxc_ast v0.36.0 (available: v0.74.0)
      Adding oxc_parser v0.36.0 (available: v0.74.0)
      Adding oxc_span v0.36.0 (available: v0.74.0)
      Adding phf v0.11.3 (available: v0.12.1)
      Adding proc-macro-crate v2.0.0 (available: v2.0.2)
      Adding rand v0.8.5 (available: v0.9.1)
      Adding rpm v0.16.0 (available: v0.17.0)
      Adding schemars v0.8.22 (available: v1.0.1)
      Adding serialize-to-javascript v0.1.1 (available: v0.1.2)
      Adding serialize-to-javascript-impl v0.1.1 (available: v0.1.2)
      Adding tiny_http v0.11.0 (available: v0.12.0)
      Adding which v7.0.3 (available: v8.0.0)
      Adding worker v0.5.0 (available: v0.6.0)
      Adding worker-macros v0.5.0 (available: v0.6.0)
      Adding x509-certificate v0.23.1 (available: v0.24.0)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 787 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1045 crate dependencies)
</tr></table> 

... (truncated)

Commits
  • 594822a Apply Version Updates From Current Changes (#13282)
  • e4aa35e fix(cli): init tests
  • 9c16eef Update kuchikiki, html5ever, tao, wry, webview2-com (#13629)
  • 3242e1c feat(cli): allow passing Cargo commands to mobile dev/build commands (#13659)
  • 4a880ca feat(cli): synchronize productName changes with iOS Xcode project (#13658)
  • d1ce9af feat(cli): add --config arg to the mobile init cmds, closes #13284 (#13660)
  • ec6065f fix(cli): use original identifier to fix mobile options reading (#13625)
  • 18b5299 docs: where does resource dir resolve to (#13640)
  • eb3f024 fix: write default permission words if not empty (#13646)
  • c03cc58 chore: check generated file on package lock change (#13641)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tauri-build [>= 2.a, < 3]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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

…dates

Bumps the cargo-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.39` | `4.5.40` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.3` | `0.12.4` |
| [poem](https://github.com/poem-web/poem) | `3.1.10` | `3.1.11` |
| [toml](https://github.com/toml-rs/toml) | `0.8.22` | `0.8.23` |
| [tauri-plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.2.1` | `2.3.0` |



Updates `clap` from 4.5.39 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.39...clap_complete-v4.5.40)

Updates `indexmap` from 2.9.0 to 2.10.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.10.0)

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 `poem` from 3.1.10 to 3.1.11
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

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

Updates `tauri-plugin-process` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.1...os-v2.3.0)

Updates `tauri-build` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.2.0...tauri-build-v2.3.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: indexmap
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: parking_lot
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: poem
  dependency-version: 3.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-version: 0.8.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tauri-plugin-process
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tauri-build
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 1, 2025
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