chore(deps): bump the compatible-updates group across 1 directory with 6 updates - #55
dependabot[bot] wants to merge 1 commit into
Conversation
dzdidi
left a comment
There was a problem hiding this comment.
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.
| pubky = { version = "0.11.0", features = ["json"] } | ||
| pubky-common = "0.11.0" | ||
| pubky-noise = "=0.1.0-rc7" | ||
| pubky-noise = "=0.1.0-rc8" |
There was a problem hiding this comment.
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>
e95af92 to
7cfd998
Compare
Bumps the compatible-updates group with 6 updates in the / directory:
4.6.64.6.70.1.0-rc70.1.0-rc88.0.08.0.10.8.70.8.80.13.40.13.51.25.01.26.1Updates
clapfrom 4.6.6 to 4.6.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
pubky-noisefrom 0.1.0-rc7 to 0.1.0-rc8Commits
Updates
pkarrfrom 8.0.0 to 8.0.1Commits
938a938chore: release v8.0.1 (#298)b25a104deps: bump chacha20 to 0.10.2 (#297)35e434dfix(relay): limit HTTP/1 connection buffers (#296)d01bfa4deps: bump the cargo-dependencies group with 10 updates (#295)6e23e39fix(relay): bound HTTP connection lifetimes (#281)941cb63refactor(relay): reduce error result size (#294)ef31e78deps: bump the cargo-dependencies group with 17 updates (#293)c4bc12edocs: document client and relay architecture (#280)6302456deps: bump the cargo-dependencies group with 13 updates (#289)Updates
randfrom 0.8.7 to 0.8.8Changelog
Sourced from rand's changelog.
Commits
572d3b0v0.8: fix no-std + serde1 build (#1825)229f547Prepare 0.8.81ad885eAdd test + fix for feature serde1 without stdUpdates
reqwestfrom 0.13.4 to 0.13.5Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
de55373v0.13.54d3fe12fix: proxy could use wrong credentials if many matched (#3098)9f06fd2docs: improve description of JSON method (#3082)5bdb2f0perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...ffda263perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...4e9a3c7chore: add pull request template for human-written content17e9bcbchore(deps): upgrade base64 to 0.23 (#3074)221abe9chore: Remove unnecessary clones and a cast (#3071)99996a1fix(error): detect timeouts wrapped in body decode errors (#3064)fc99bd5feat: expose the negotiated TLS version viaTlsInfo(#3067)Updates
uuidfrom 1.25.0 to 1.26.1Release notes
Sourced from uuid's releases.
Commits
9f92712Merge pull request #910 from uuid-rs/cargo/v1.26.1d4df8f0prepare for 1.26.1 release5613f23Merge pull request #909 from uuid-rs/fix/ts-conversion-overflowfda00ebdon't panic in overflowing Timestamp to SystemTime conversionc82e88cMerge pull request #907 from lenamonj/v7-counter-placementac065a6Align the counter diagram34ec102Seat the v7 counter below the version nibblecdc96a8Merge pull request #905 from uuid-rs/cargo/v1.26.034e4f49don't test macros under mirid9e7242update nightly used for miri