Skip to content

build(deps): bump the crypto group across 1 directory with 2 updates#1376

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/cargo/crypto-09fdc08294
Open

build(deps): bump the crypto group across 1 directory with 2 updates#1376
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/cargo/crypto-09fdc08294

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the crypto group with 2 updates in the / directory: sha1 and der.

Updates sha1 from 0.10.6 to 0.11.0

Commits

Updates der from 0.7.10 to 0.8.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/crypto-09fdc08294 branch from 5a637e1 to 572d397 Compare June 17, 2026 16:26
Bumps the crypto group with 2 updates in the / directory: [sha1](https://github.com/RustCrypto/hashes) and [der](https://github.com/RustCrypto/formats).


Updates `sha1` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@sha1-v0.10.6...sha1-v0.11.0)

Updates `der` from 0.7.10 to 0.8.0
- [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0)

---
updated-dependencies:
- dependency-name: der
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
- dependency-name: sha1
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/crypto-09fdc08294 branch from 572d397 to 957654c Compare June 25, 2026 18:56
@CBenoit

Copy link
Copy Markdown
Member

Copilot Fix CI errors

…ailures

- Upgrade md-5 from 0.10 to 0.11 in ironrdp-pdu to match sha1 0.11's
  digest dependency (both now use digest 0.11.x)
- Fix der 0.8 API changes in ironrdp-rdcleanpath:
  - header.length field is now private; use header.length() method
  - TagNumber::N0 constant removed; use TagNumber(0) tuple struct literal

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Copilot Fix CI errors

Fixed in commit fix: upgrade md-5 to 0.11.... Two separate issues:

  1. ironrdp-pdu: sha1 0.11 depends on digest 0.11, while md-5 0.10 depends on digest 0.10 — causing a version conflict. Upgraded md-5 to 0.11 so both use the same digest 0.11 transitively.

  2. ironrdp-rdcleanpath: der 0.8 made two breaking API changes used in lib.rs:

    • Header::length field made private → replaced with header.length() method call
    • TagNumber::N0 constant removed → replaced with TagNumber(0) tuple struct literal

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

Development

Successfully merging this pull request may close these issues.

2 participants