| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
@youknowone the CI failure seems simple enough for copilot to fix |
Sorry, something went wrong.
Fixed in df04e5c. The CI failure was due to hmac 0.13.0 moving new_from_slice from the Mac trait to the KeyInit trait. Updated hashlib.rs to import KeyInit and use it for HMAC construction in both make_hmac! and do_hmac! macros. |
Sorry, something went wrong.
@copilot are you sure? |
Sorry, something went wrong.
Fixed in a8d9249. The previous fix addressed hmac 0.13.0 (new_from_slice moved from Mac to KeyInit), but there was a second breaking change: digest 0.11.0 renamed the core_api module to block_api. Updated the BlockSizeUser import from digest::core_api::BlockSizeUser to digest::block_api::BlockSizeUser.
You were right to question it — there was a second breaking change I missed. digest 0.11.0 also renamed the core_api module to block_api, so digest::core_api::BlockSizeUser needed updating too. Fixed in a8d9249. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Sorry, something went wrong.
|
TODO(me): add sha1 to the crypto group NOTE: when dependabot closes this PR and opens another one with the edited group, I will need to cherry-pick df04e5c and a8d9249 onto the new PR. |
Sorry, something went wrong.
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate. |
Sorry, something went wrong.
Bumps the crypto group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [digest](https://github.com/RustCrypto/traits) | `0.10.7` | `0.11.2` | | [md-5](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [sha3](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.11.0` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | Updates `digest` from 0.10.7 to 0.11.2 - [Commits](RustCrypto/traits@digest-v0.10.7...digest-v0.11.2) Updates `md-5` from 0.10.6 to 0.11.0 - [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `sha3` from 0.10.8 to 0.11.0 - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.11.0) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: md-5 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: sha3 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 show sha1 ignore conditions |
Sorry, something went wrong.
|
No ignore conditions found for the dependency sha1 |
Sorry, something went wrong.
…from_slice Agent-Logs-Url: https://github.com/RustPython/RustPython/sessions/12c1af8b-0e94-412e-a981-fbdc9dc107f5 Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com> Signed-off-by: Padraic Fanning <27117322+fanninpm@users.noreply.github.com>
Agent-Logs-Url: https://github.com/RustPython/RustPython/sessions/a0af31f3-4fd5-4430-804b-ae473c3de896 Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com> Signed-off-by: Padraic Fanning <27117322+fanninpm@users.noreply.github.com>
|
For future reference: curl https://github.com/RustPython/RustPython/commit/df04e5c8bb5e13f75fa09d6204dd9e0e93e5f09b.patch | git am --keep-cr
curl https://github.com/RustPython/RustPython/commit/a8d92490d42d7ba933b36eecadcf6a2a14583bf6.patch | git am --keep-cr |
Sorry, something went wrong.
|
The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml. |
Sorry, something went wrong.
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the crypto group with 5 updates in the / directory:
Updates digest from 0.10.7 to 0.11.2
CommitsUpdates md-5 from 0.10.6 to 0.11.0
CommitsUpdates sha2 from 0.10.9 to 0.11.0
CommitsUpdates sha3 from 0.10.8 to 0.11.0
CommitsUpdates hmac from 0.12.1 to 0.13.0
Commits