Skip to content

deps(rust)(deps): bump the all-minor-patch group across 1 directory with 15 updates#30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-minor-patch-c53e7df98b
Open

deps(rust)(deps): bump the all-minor-patch group across 1 directory with 15 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-minor-patch-c53e7df98b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the all-minor-patch group with 15 updates in the / directory:

Package From To
serde_json 1.0.149 1.0.150
rand 0.8.5 0.8.6
log 0.4.29 0.4.30
uuid 1.22.0 1.23.1
blake3 1.8.3 1.8.5
similar 3.1.0 3.1.1
reqwest 0.13.2 0.13.4
libc 0.2.183 0.2.186
dashmap 6.1.0 6.2.1
didwebvh-rs 0.4.0 0.4.2
affinidi-data-integrity 0.5.0 0.5.4
affinidi-secrets-resolver 0.5.2 0.5.5
tss-esapi 7.6.0 7.7.0
clap 4.6.0 4.6.1
clap_complete 4.6.0 4.6.5

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates rand from 0.8.5 to 0.8.6

Changelog

Sourced from rand's changelog.

[0.8.6] - 2026-04-14

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1772)

#1763: rust-random/rand#1763 #1772: rust-random/rand#1772

  • Drop the experimental simd_support feature.
Commits
  • 5309f25 0.8.6 (#1772): update for recent nightly rustc and backport #1764
  • 1126d03 When testing rustc 1.36, use compatible dependencies.
  • 143b602 Add Cargo.lock.msrv.
  • 9be86f2 Fix cross build test.
  • 5e0d50d Drop simd_support.
  • 8ff02f0 Upgrade cache action.
  • 4ad0cc3 Don't test for unsupported target architecture.
  • 258e6d0 Address warning.
  • 9f0e676 Mark some internal traits as potentially unused.
  • 6f123c1 Workaround never constructed and never used warning.
  • Additional commits viewable in compare view

Updates log from 0.4.29 to 0.4.30

Release notes

Sourced from log's releases.

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • 9c55760 Merge pull request #725 from rust-lang/cargo/0.4.30
  • d1acb05 update docs on current MSRV and note latest bump in changelog
  • 5068293 prepare for 0.4.30 release
  • 7ccd873 Merge pull request #724 from rust-lang/feat/net-to-value
  • 923dfaa fix up test cfgs
  • ecb7de8 gate net value impls on std
  • 67bb4f6 run fmt
  • 25f49fe rework net type capturing
  • 7087dcb feat: impl ToValue for core::net types
  • 67bc7e3 Merge pull request #723 from woodruffw-forks/ww/ci
  • Additional commits viewable in compare view

Updates uuid from 1.22.0 to 1.23.1

Release notes

Sourced from uuid's releases.

v1.23.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1

v1.23.0

What's Changed

New Contributors

Special thanks

@​meng-xu-cs raised a series of bugs against the timestamp logic in uuid using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better uuid library for everyone. Thanks!

Deprecations

This release includes the following deprecations:

  • Context: Renamed to ContextV1
  • Timestamp::from_gregorian: Renamed to Timestamp::from_gregorian_time

Change to Version::Max

Version::Max's u8 representation has changed from 0xff to 0x0f to match the value returned by Uuid::get_version_num.

Change to Uuid::get_version for the max UUID

Uuid::get_version will only return Some(Version::Max) if the UUID is actually the max UUID (all bytes are 0xff). Previously it would return Some if only the version field was 0x0f. This change matches the behaviour of the nil UUID, which only returns Some(Version::Nil) if the UUID is the nil UUID (all bytes are 0x00).

Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0

Commits
  • ca0c85f Merge pull request #879 from uuid-rs/cargo/v1.23.1
  • b4db015 prepare for 1.23.1 release
  • 771069d Merge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note
  • 80994a2 fix: Timestamp::from_gregorian deprecation note
  • 90c5be8 Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv
  • 8b8c4f4 Remove deprecated feature from wasm-bindgen dependency
  • 00ab922 Merge pull request #876 from uuid-rs/cargo/v1.23.0
  • 726ba45 prepare for 1.23.0 release
  • 996dade Merge pull request #875 from uuid-rs/fix/context-ordering
  • e140479 simplify a use stmt
  • Additional commits viewable in compare view

Updates blake3 from 1.8.3 to 1.8.5

Release notes

Sourced from blake3's releases.

1.8.5

version 1.8.5

Changes since 1.8.4:

  • Forcibly disable LTO when compiling C intrinsics from the Rust build. This fixes a build break on Arch Linux ARM: BLAKE3-team/BLAKE3#550

1.8.4

version 1.8.4

Changes since 1.8.3:

  • Updated the digest dependency from v0.10 to v0.11. THIS IS A POTENTIALLY BREAKING CHANGE for callers using the traits-preview Cargo feature. But this is not considered a breaking change for the blake3 crate itself; see the docs for traits-preview.
  • Performance for WASM SIMD targets is improved by ~20% when the wasm32_simd feature is enabled. Contributed by @​lamb356.
Commits
  • 93a431c version 1.8.5
  • 299b1e2 fix LTO builds by disabling LTO
  • 6a45fee add LTO builds to CI
  • 15e83a5 c: Use correct SIMD flags when compiling with Clang-Cl (#549)
  • 2e3727d cargo fmt everywhere
  • b97a24f version 1.8.4
  • 0ebe469 update to new rustcrypto trait releases
  • d4b005a wasm32_simd: use i8x16_shuffle for rot8 and rot16
  • 6eebbbd fix a struct size mismatch in tests
  • fb1411e c: use SIZE_MAX instead of -1 for size_t sentinels, add <stdint.h>
  • See full diff in compare view

Updates similar from 3.1.0 to 3.1.1

Changelog

Sourced from similar's changelog.

3.1.1

  • Fixed DiffOp cursor positions when compacting adjacent inserts/deletes and in Algorithm::Histogram full-replacement output, ensuring operations form contiguous ranges. #95
  • Renamed sample diff input files to a lexicographic caseNN.01.before_* / caseNN.02.after_* scheme.
Commits

Updates reqwest from 0.13.2 to 0.13.4

Release notes

Sourced from reqwest's releases.

v0.13.4

tl;dr

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.3...v0.13.4

v0.13.3

tl;dr

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.13.4

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.

v0.13.3

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.
Commits
  • 11489b3 v0.13.4
  • d31ffbb feat: Expose HTTP2 keep alive configurations in blocking client (#3043)
  • 79ed0d7 feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)
  • fb7bf6a fix: remove unwrap in hickory initialization (#3041)
  • 3da616f fix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)
  • c77e7b2 fix(http3): use happy eyeballs for h3 connect (#3030)
  • 9cbb65b chore: clean up minimal-versions CI job (#3039)
  • 17a7dc5 chore: upgrade MSRV to 1.85 (#3038)
  • 03db63a fix(redirect): strip sensitive headers on scheme change across redirects (#3034)
  • 4b813a8 feat: add tls_sslkeylogfile builder method (#2923)
  • Additional commits viewable in compare view

Updates libc from 0.2.183 to 0.2.186

Release notes

Sourced from libc's releases.

0.2.186

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)

0.2.185

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)

0.2.184

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the core::ffi::c_* types with libc definitions, since libc has been changed to reexport from core rather than redefining them. (This usually worked before but had edge cases.) (#4972)

Added

  • BSD: Add IP_MINTTL to bsd (#5026)
  • Cygwin: Add TIOCM_DSR (#5031)
  • FreeBSD: Added xfile structe and file descriptor types (#5002)
  • Linux: Add CAN netlink bindings (#5011)
  • Linux: Add struct ethhdr (#4239)
  • Linux: Add struct ifinfomsg (#5012)
  • Linux: Define max_align_t for riscv64 (#5029)
  • NetBSD: Add missing CLOCK_ constants (#5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#5004)
  • VxWorks: Add flock and F_*LCK constants (#4043)
  • WASI: Add all _SC_* sysconf constants (#5023)

Deprecated

The remaining fixed-width integer aliases, __uint128_t, __uint128, __int128_t, and __int128, have been deprecated. Use i128 and u128 instead. (#4343)

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.186 - 2026-04-24

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)

0.2.185 - 2026-04-13

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)

0.2.184 - 2026-04-01

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the core::ffi::c_* types with libc definitions, since libc has been changed to reexport from core rather than redefining them. (This usually worked before but had edge cases.) (#4972)

Added

  • BSD: Add IP_MINTTL to bsd (#5026)
  • Cygwin: Add TIOCM_DSR (#5031)
  • FreeBSD: Added xfile structe and file descriptor types (#5002)
  • Linux: Add CAN netlink bindings (#5011)
  • Linux: Add struct ethhdr (#4239)
  • Linux: Add struct ifinfomsg (#5012)
  • Linux: Define max_align_t for riscv64 (#5029)
  • NetBSD: Add missing CLOCK_ constants (#5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#5004)
  • VxWorks: Add flock and F_*LCK constants (#4043)
  • WASI: Add all _SC_* sysconf constants (#5023)

Deprecated

... (truncated)

Commits
  • 42620ff [0.2] libc: Release 0.2.186
  • 9db2eaa apple: add KEVENT_FLAG_* constants
  • 3840939 Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
  • f697deb chore: migrate from Cirrus CI to GHA
  • 71d5bfc libc: Release 0.2.185
  • 1027d1c Revert "ci: Pin nightly to 2026-04-01"
  • 0e9c6e5 redox: Add semaphore functions
  • 24ef457 feat: add back support for gnu windows x86 in ci
  • aa75caf horizon: Change POLL constants from c_short to c_int
  • b7eda5a hexagon: add missing constants and fix types for linux-musl
  • Additional commits viewable in compare view

Updates dashmap from 6.1.0 to 6.2.1

Release notes

Sourced from dashmap's releases.

v6.2.1

This is an interim maintenance release for the existing v6 branch before v7 can be released. This bumps the MSRV to 1.85 and updates dependencies to their latest versions.

Commits

Updates didwebvh-rs from 0.4.0 to 0.4.2

Release notes

Sourced from didwebvh-rs's releases.

Release 0.4.2

Fixes

  • Remove yanked core2/multihash dependency — replaced with inline SHA-256 multihash encoder to unblock builds after core2 was yanked from crates.io
  • Update aws-lc-sys 0.38.0 → 0.39.1 — fixes RUSTSEC-2026-0044 (X.509 Name Constraints Bypass)
  • Update rustls-webpki 0.103.9 → 0.103.12 — fixes RUSTSEC-2026-0049 (CRL Distribution Point matching)
  • Commit Cargo.lock to pin resolved dependencies and prevent build failures from yanked transitive deps

Full Changelog: decentralized-identity/didwebvh-rs@v0.4.1...v0.4.2

Release 0.4.1

New

  • cli feature flag — Embeddable interactive CLI flows for 3rd-party applications. Adds dialoguer, console, and affinidi-tdk as optional dependencies. Not included in WASM builds.
  • interactive_create_did() (cli_create module) — Interactive DID creation flow with builder-based pre-configuration. Supports full interactivity, partial pre-configuration, or fully automated creation. Includes {DID} placeholder rewriting in services and VM IDs.
  • interactive_update_did() (cli_update module) — Interactive DID update flow supporting modify (document/parameters), migrate (domain move), and deactivate operations.
  • update_did() (update module) — Programmatic DID update API complementing create_did(). Supports document changes, key rotation, parameter updates (witnesses, watchers, TTL, pre-rotation, portability), domain migration, and deactivation with automatic pre-rotation teardown.
  • UpdateSecrets — Secret management type with hash-based and public-key-based lookups, bridging create → update workflows.

Improvements

  • Inline concept explanations in all interactive prompts (witnesses, pre-rotation, controllers, verification relationships, services, portability)
  • Key-type-aware verification relationships — Ed25519 skips keyAgreement (signing only), X25519 auto-assigns keyAgreement (encryption only), P-256/secp256k1/P-384 offer all relationships
  • Robust witness ID handling — Fixed dual-format support for both raw multibase keys and full did:key: DIDs
  • Key type guidance, TTL/threshold recommendations, and format hints in all prompts
  • Wizard example refactored from ~1800 lines (9 files) to ~280 lines (3 files) using library CLI flows
  • All examples updated to use create_did() and update_did() APIs with doc comments

Test Coverage

  • 441 tests total
  • 15 new update_did integration tests
  • 11 new CLI module integration tests
  • Witness tests updated to cover both raw-key and full-DID formats

Full Changelog: https://github.com/decentralized-identity/didwebvh-rs/blob/main/CHANGELOG.md

Changelog

Sourced from didwebvh-rs's changelog.

Release 0.4.2

Removed

  • Removed multihash dependency — The multihash crate (and its transitive core2 dependency) has been replaced with an inline SHA-256 multihash encoder. The core2 crate has been yanked from crates.io, making multihash 0.19 uninstallable for new users. The library only used multihash for a simple 2-byte prefix encoding, so this is now handled directly without any external dependency. No public API changes.

Security

  • Updated aws-lc-sys to 0.39.1 — Fixes RUSTSEC-2026-0044 (X.509 Name Constraints Bypass via Wildcard/Unicode CN).
  • Updated rustls-webpki to 0.103.12 — Fixes RUSTSEC-2026-0049 (CRLs not considered authoritative by Distribution Point due to faulty matching logic).

Maintenance

  • Committed Cargo.lock — Pinning resolved dependency versions to prevent CI and fresh builds from failing due to the yanked core2 crate (transitive dependency of the ssi crate via ssi-ucan → libipld → multihash 0.16).

1st April 2026

Release 0.4.1

New

  • cli feature flag — Embeddable interactive CLI flows for 3rd-party applications. Adds dialoguer, console, and affinidi-tdk as optional dependencies. Not included in WASM builds.
  • interactive_create_did() (cli_create module) — Interactive DID creation flow with the same guided experience as the built-in wizard. Third-party apps can embed this in their own CLIs. Supports:
    • Full interactivity (all values prompted) via InteractiveCreateConfig::default()
    • Partial pre-configuration via the builder (skip specific prompts)
    • Full pre-configuration (no prompts) for automated use
    • {DID} placeholder rewriting in pre-configured services and VM IDs
    • Returns the created DID, signed log entry, witness proofs, and all secrets
  • interactive_update_did() (cli_update module) — Interactive DID update flow supporting three operations:
    • Modify: Edit DID document and/or parameters (auth keys, witnesses, watchers, TTL, portability, pre-rotation)
    • Migrate: Move DID to a new domain (rewrites identifiers, adds previous DID to alsoKnownAs)
    • Deactivate: Permanently deactivate the DID (handles pre-rotation teardown)
    • Returns the updated state, new log entry, and updated secrets
  • UpdateSecrets — Secret management type with hash-based and public-key-based

... (truncated)

Commits
  • 5eb3819 chore: release v0.4.2 — remove yanked core2/multihash dependency (#34)
  • ad863e1 feat: embeddable interactive CLI flows for DID create and update (#33)
  • See full diff in compare view

Updates affinidi-data-integrity from 0.5.0 to 0.5.4

Commits
  • 77ddb72 chore: bump release versions past crates.io collisions (#294)
  • bb78978 feat: post-quantum cryptography + data-integrity API refactor (v0.5.4) (#293)
  • 10618dd fix: add affinidi-did-web, bump MSRV to 1.94, relax workspace pins (closes #2...
  • aa0ca77 ci: drop workspace_publish to unblock partial releases (#291)
  • 01803f4 ci: switch release workflow to pipeline-rust@main (#290)
  • 9e4ad6b fix: drop rand 0.8 to clear GHSA-cq8v-f236-94qc (closes #287) (#289)
  • b6b8a8d ci: consume pipeline workspace_publish workflow while waiting for pipeline-ru...
  • fda2457 docs: clarify vta-keyring feature requirement for running mediator (#285)
  • c014cfb fix: websocket reconnect loop and duplicate DID listener check (0.16.3 / 0.2....
  • 3b60014 chore: remove yanked core2 transitive dependency (0.5.3) (#283)
  • Additional commits viewable in compare view

Updates affinidi-secrets-resolver from 0.5.2 to 0.5.5

Commits
  • 77ddb72 chore: bump release versions past crates.io collisions (#294)
  • bb78978 feat: post-quantum cryptography + data-integrity API refactor (v0.5.4) (#293)
  • 10618dd fix: add affinidi-did-web, bump MSRV to 1.94, relax workspace pins (closes #2...
  • aa0ca77 ci: drop workspace_publish to unblock partial releases (#291)
  • 01803f4 ci: switch release workflow to pipeline-rust@main (#290)
  • 9e4ad6b fix: drop rand 0.8 to clear GHSA-cq8v-f236-94qc (closes #287) (#289)
  • b6b8a8d ci: consume pipeline workspace_publish workflow while waiting for pipeline-ru...
  • fda2457 docs: clarify vta-keyring feature requirement for running mediator (#285)
  • c014cfb fix: websocket reconnect loop and duplicate DID listener check (0.16.3 / 0.2....
  • 3b60014 chore: remove yanked core2 transitive dependency (0.5.3) (#283)
  • Additional commits viewable in compare view

Updates tss-esapi from 7.6.0 to 7.7.0

Release notes

Sourced from tss-esapi's releases.

tss-esapi v7.7.0

What's Changed

New Contributors

Full Changelog: parallaxsecond/rust-tss-esapi@tss-esapi-7.6.0...tss-esapi-7.7.0

Commits
  • 27d5063 Merge pull request #637 from ionut-arm/bump-v7
  • 7b48ab8 Bump the two crates
  • ec38d9d Bump dependencies
  • 9f00756 Fix docs on MSRV
  • d895933 Merge pull request #634 from sarroutbi/fix/bump-bindgen-for-llvm22
  • 4c6e93a Remove run-ci-locally.sh
  • 21325bd Resolve all clippy lints for latest rustc
  • d95d157 Use MSRV env variable in ci.yml
  • 4359a87 fix: bump valgrind CI to rustc 1.85.0
  • ab6e74e bump MSRV to 1.85.0 and fix clippy lints
  • Additional commits viewable in compare view

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Updates clap_complete from 4.6.0 to 4.6.5

Release notes

Sourced from clap_complete's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap_complete's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.0 - TBD

available through unstable-v5 feature flag

Breaking Changes

  • Made ArgPredicate non_exhaustive
  • (help) Change default Command::term_width to "source format"...

    Description has been truncated

…ith 15 updates

Bumps the all-minor-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.1` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.5` |
| [similar](https://github.com/mitsuhiko/similar) | `3.1.0` | `3.1.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.186` |
| [dashmap](https://github.com/xacrimon/dashmap) | `6.1.0` | `6.2.1` |
| [didwebvh-rs](https://github.com/decentralized-identity/didwebvh-rs) | `0.4.0` | `0.4.2` |
| [affinidi-data-integrity](https://github.com/affinidi/affinidi-tdk-rs) | `0.5.0` | `0.5.4` |
| [affinidi-secrets-resolver](https://github.com/affinidi/affinidi-tdk-rs) | `0.5.2` | `0.5.5` |
| [tss-esapi](https://github.com/parallaxsecond/rust-tss-esapi) | `7.6.0` | `7.7.0` |
| [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.5` |



Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

Updates `rand` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.8.6)

Updates `log` from 0.4.29 to 0.4.30
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.29...0.4.30)

Updates `uuid` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.22.0...v1.23.1)

Updates `blake3` from 1.8.3 to 1.8.5
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.5)

Updates `similar` from 3.1.0 to 3.1.1
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@3.1.0...3.1.1)

Updates `reqwest` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.2...v0.13.4)

Updates `libc` from 0.2.183 to 0.2.186
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.183...0.2.186)

Updates `dashmap` from 6.1.0 to 6.2.1
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.1.0...v6.2.1)

Updates `didwebvh-rs` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/decentralized-identity/didwebvh-rs/releases)
- [Changelog](https://github.com/decentralized-identity/didwebvh-rs/blob/main/CHANGELOG.md)
- [Commits](decentralized-identity/didwebvh-rs@v0.4.0...v0.4.2)

Updates `affinidi-data-integrity` from 0.5.0 to 0.5.4
- [Changelog](https://github.com/affinidi/affinidi-tdk-rs/blob/main/CHANGELOG.md)
- [Commits](affinidi/affinidi-tdk-rs@affinidi-data-integrity-v0.5.0...affinidi-data-integrity-v0.5.4)

Updates `affinidi-secrets-resolver` from 0.5.2 to 0.5.5
- [Changelog](https://github.com/affinidi/affinidi-tdk-rs/blob/main/CHANGELOG.md)
- [Commits](affinidi/affinidi-tdk-rs@affinidi-secrets-resolver-v0.5.2...affinidi-secrets-resolver-v0.5.5)

Updates `tss-esapi` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/parallaxsecond/rust-tss-esapi/releases)
- [Changelog](https://github.com/parallaxsecond/rust-tss-esapi/blob/main/CHANGELOG.md)
- [Commits](parallaxsecond/rust-tss-esapi@tss-esapi-7.6.0...tss-esapi-7.7.0)

Updates `clap` from 4.6.0 to 4.6.1
- [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.6.0...clap_complete-v4.6.1)

Updates `clap_complete` from 4.6.0 to 4.6.5
- [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.6.0...clap_complete-v4.6.5)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: rand
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: log
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: uuid
  dependency-version: 1.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: blake3
  dependency-version: 1.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: similar
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: dashmap
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: didwebvh-rs
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: affinidi-data-integrity
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: affinidi-secrets-resolver
  dependency-version: 0.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: tss-esapi
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: clap_complete
  dependency-version: 4.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Labels

The following labels could not be found: automated, dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants