chore(deps): bump the root-deps group across 1 directory with 6 updates#239
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the root-deps group across 1 directory with 6 updates#239dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the root-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.63` | `1.2.64` | | [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.3` | `0.7.4` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.1` | `2.8.2` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | | [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.3+wasi-0.2.9` | `1.0.4+wasi-0.2.12` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` | Updates `cc` from 1.2.63 to 1.2.64 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.63...cc-v1.2.64) Updates `crypto-bigint` from 0.7.3 to 0.7.4 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.7.3...v0.7.4) Updates `memchr` from 2.8.1 to 2.8.2 - [Commits](BurntSushi/memchr@2.8.1...2.8.2) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) Updates `wasip2` from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12 - [Commits](bytecodealliance/wasi-rs@wasip2-1.0.3...wasip2-1.0.4) Updates `zeroize` from 1.8.2 to 1.9.0 - [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.64 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: crypto-bigint dependency-version: 0.7.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: memchr dependency-version: 2.8.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: syn dependency-version: 2.0.118 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: wasip2 dependency-version: 1.0.4+wasi-0.2.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: zeroize dependency-version: 1.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: root-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the root-deps group with 6 updates in the / directory:
1.2.631.2.640.7.30.7.42.8.12.8.22.0.1172.0.1181.0.3+wasi-0.2.91.0.4+wasi-0.2.121.8.21.9.0Updates
ccfrom 1.2.63 to 1.2.64Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
f0c8998chore(cc): release v1.2.64 (#1757)1cb49a7Add more bare-metal 32-bit Arm support (#1753)44212e0Bump actions/checkout from 6.0.2 to 6.0.3 (#1751)9c81f5dRemove unnecessary clone (#1748)a2bcb6eUpdate rusqlite requirement from 0.39.0 to 0.40.0 (#1744)b2e811eAdd default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targe...Updates
crypto-bigintfrom 0.7.3 to 0.7.4Changelog
Sourced from crypto-bigint's changelog.
Commits
97aa9b1v0.7.4 (#1294)af50ca4Reject oversized fixed-width DER integers (#1274)84cfd7eClamp Montgomery exponent bit bounds (#1273)b940fb3Bump zeroize from 1.8.2 to 1.9.0 (#1292)6f520c2Implement Encoding for Int serde support (#1286)5199049AddByteOrderenum (#1293)6a7935cUpdate MontyParams CtEq to match PartialEq (#1278)bec9a9cCanonicalize modulus-one residues (#1280)c2b1390Fix UintRef byte precision (#1290)164ae5cCI: cache installed apt packages (#1289)Updates
memchrfrom 2.8.1 to 2.8.2Commits
a61ac1a2.8.2a08bf90arch: fix undefined behavior in lower level (but public) APIsb41293brebar: update memchr to latest87467c9impl: remove unnecessary clones ininto_ownedimplsUpdates
synfrom 2.0.117 to 2.0.118Release notes
Sourced from syn's releases.
Commits
f033ef1Release 2.0.11845f65f7Wrap long lint attributesb3f9bf8Mirror PR 1975 from readme to crate-level rustdoc97dc117Wrap PR 1975 to 80 columns0085b7aLintrepr_transparent_non_zst_fieldshas been removed9fc1c9dUpdate test suite to nightly-2026-06-12504bcc7Update test suite to nightly-2026-06-09353d20bUpdate test suite to nightly-2026-06-06f257a16Update test suite to nightly-2026-05-25b706e6eUpdate test suite to nightly-2026-05-13Updates
wasip2from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12Commits
1edbc7aUpdate WASI to 0.2.12 and 0.3.0 (#158)Updates
zeroizefrom 1.8.2 to 1.9.0Commits
0b71573zeroize v1.9.0 (#1494)3e3f18czeroize: always enable AVX-512 support (#1493)1ea42bbzeroize_derive v1.5.0 (#1492)8d785d1zeroize: rustdoc improvements (#1491)d844f36zeroize: incorporate README.md into rustdoc (#1490)c65c09dctutils: usereasoninstead of comment inforbidattribute (#1489)cbd0963Release block-buffer v0.12.1 (#1488)9aa541dblock-buffer: fix exception safety (#1487)5c7e4f9cmov v0.5.4 (#1485)87cadbccmov: fix clippy (#1484)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions