Skip to content

chore(deps): bump the compatible-updates group across 1 directory with 6 updates - #55

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/compatible-updates-9c696ba184
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/compatible-updates-9c696ba184

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the compatible-updates group with 6 updates in the / directory:

Package From To
clap 4.6.6 4.6.7
pubky-noise 0.1.0-rc7 0.1.0-rc8
pkarr 8.0.0 8.0.1
rand 0.8.7 0.8.8
reqwest 0.13.4 0.13.5
uuid 1.25.0 1.26.1

Updates clap from 4.6.6 to 4.6.7

Release notes

Sourced from clap's releases.

v4.6.7

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Changelog

Sourced from clap's changelog.

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates pubky-noise from 0.1.0-rc7 to 0.1.0-rc8

Commits

Updates pkarr from 8.0.0 to 8.0.1

Commits
  • 938a938 chore: release v8.0.1 (#298)
  • b25a104 deps: bump chacha20 to 0.10.2 (#297)
  • 35e434d fix(relay): limit HTTP/1 connection buffers (#296)
  • d01bfa4 deps: bump the cargo-dependencies group with 10 updates (#295)
  • 6e23e39 fix(relay): bound HTTP connection lifetimes (#281)
  • 941cb63 refactor(relay): reduce error result size (#294)
  • ef31e78 deps: bump the cargo-dependencies group with 17 updates (#293)
  • c4bc12e docs: document client and relay architecture (#280)
  • 6302456 deps: bump the cargo-dependencies group with 13 updates (#289)
  • See full diff in compare view

Updates rand from 0.8.7 to 0.8.8

Changelog

Sourced from rand's changelog.

[0.8.8] - 2026-08-25

Fixes

  • Fix build for --no-default-features --features serde1 (#1825)

#1825: rust-random/rand#1825

Commits

Updates reqwest from 0.13.4 to 0.13.5

Release notes

Sourced from reqwest's releases.

v0.13.5

tl;dr

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.

What's Changed

New Contributors

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

Changelog

Sourced from reqwest's changelog.

v0.13.5

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.
Commits
  • de55373 v0.13.5
  • 4d3fe12 fix: proxy could use wrong credentials if many matched (#3098)
  • 9f06fd2 docs: improve description of JSON method (#3082)
  • 5bdb2f0 perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...
  • ffda263 perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...
  • 4e9a3c7 chore: add pull request template for human-written content
  • 17e9bcb chore(deps): upgrade base64 to 0.23 (#3074)
  • 221abe9 chore: Remove unnecessary clones and a cast (#3071)
  • 99996a1 fix(error): detect timeouts wrapped in body decode errors (#3064)
  • fc99bd5 feat: expose the negotiated TLS version via TlsInfo (#3067)
  • Additional commits viewable in compare view

Updates uuid from 1.25.0 to 1.26.1

Release notes

Sourced from uuid's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

Commits
  • 9f92712 Merge pull request #910 from uuid-rs/cargo/v1.26.1
  • d4df8f0 prepare for 1.26.1 release
  • 5613f23 Merge pull request #909 from uuid-rs/fix/ts-conversion-overflow
  • fda00eb don't panic in overflowing Timestamp to SystemTime conversion
  • c82e88c Merge pull request #907 from lenamonj/v7-counter-placement
  • ac065a6 Align the counter diagram
  • 34ec102 Seat the v7 counter below the version nibble
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from dzdidi as a code owner September 21, 2026 13:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 21, 2026

@dzdidi dzdidi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed exact head e95af92bcba3feff889ea6a67532f5e3fc2985b7.

Recommended human verdict: request changes. Exact-head Checks fail because paykit-lib rc48 does not compile against pubky-noise rc8. One blocking inline finding attached. RustSec passes.

Comment thread Cargo.toml
pubky = { version = "0.11.0", features = ["json"] }
pubky-common = "0.11.0"
pubky-noise = "=0.1.0-rc7"
pubky-noise = "=0.1.0-rc8"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High — rc8 is incompatible with pinned paykit-lib rc48. Lock resolution selects rc8 for both Locks and Paykit, but rc48 still uses rc7 APIs: it expects receive_message() plaintext as &[u8; PUBKY_NOISE_MSG_LEN] while rc8 returns Vec<Vec<u8>>, and it passes encryptor.snapshot() directly while rc8 returns Result<PubkyNoiseSessionState, PubkyNoiseError>. Result: workspace does not compile. Keep pubky-noise = "=0.1.0-rc7", or upgrade paykit-lib to a release adapted to rc8's variable-length plaintext and fallible snapshot API.

…h 6 updates

Bumps the compatible-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` |
| [pubky-noise](https://github.com/pubky/pubky-noise) | `0.1.0-rc7` | `0.1.0-rc8` |
| [pkarr](https://github.com/pubky/pkarr) | `8.0.0` | `8.0.1` |
| [rand](https://github.com/rust-random/rand) | `0.8.7` | `0.8.8` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.4` | `0.13.5` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.25.0` | `1.26.1` |



Updates `clap` from 4.6.6 to 4.6.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7)

Updates `pubky-noise` from 0.1.0-rc7 to 0.1.0-rc8
- [Commits](https://github.com/pubky/pubky-noise/commits)

Updates `pkarr` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/pubky/pkarr/releases)
- [Changelog](https://github.com/pubky/pkarr/blob/main/RELEASE.md)
- [Commits](pubky/pkarr@v8.0.0...v8.0.1)

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

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

Updates `uuid` from 1.25.0 to 1.26.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.25.0...v1.26.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible-updates
- dependency-name: pkarr
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible-updates
- dependency-name: pubky-noise
  dependency-version: 0.1.0-rc8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible-updates
- dependency-name: rand
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible-updates
- dependency-name: reqwest
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible-updates
- dependency-name: uuid
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/compatible-updates-9c696ba184 branch from e95af92 to 7cfd998 Compare September 21, 2026 21:57
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