build(deps): bump the minor group with 5 updates - #70
Merged
Conversation
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.66` | `1.4.0` | | [clang-sys](https://github.com/KyleMayes/clang-sys) | `1.8.1` | `1.9.1` | | [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.6` | `0.2.7` | | [simd-adler32](https://github.com/mcountryman/simd-adler32) | `0.3.9` | `0.3.10` | | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.2` | `2.1.3` | Updates `cc` from 1.2.66 to 1.4.0 - [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.66...cc-v1.4.0) Updates `clang-sys` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/KyleMayes/clang-sys/releases) - [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md) - [Commits](KyleMayes/clang-sys@v1.8.1...v1.9.1) Updates `displaydoc` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](yaahc/displaydoc@v0.2.6...v0.2.7) Updates `simd-adler32` from 0.3.9 to 0.3.10 - [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md) - [Commits](mcountryman/simd-adler32@v0.3.9...v0.3.10) Updates `twox-hash` from 2.1.2 to 2.1.3 - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](shepmaster/twox-hash@v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: cc dependency-version: 1.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: clang-sys dependency-version: 1.9.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: displaydoc dependency-version: 0.2.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: simd-adler32 dependency-version: 0.3.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: twox-hash dependency-version: 2.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor group with 5 updates:
1.2.661.4.01.8.11.9.10.2.60.2.70.3.90.3.102.1.22.1.3Updates
ccfrom 1.2.66 to 1.4.0Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
413c4ecchore(cc): release v1.4.0 (#1803)3dcd9cefeat: support trim paths with clang-cl.exe (#1799)8896876Bump release-plz/action from 0.5.130 to 0.5.131 (#1798)0954016chore(cc): release v1.3.0 (#1796)e805bf3feat: inherit path remap rules from cargo trim-paths (#1794)fa031a0chore(cc): release v1.2.67 (#1789)842aab1Bump taiki-e/install-action from 2.81.8 to 2.82.8 (#1786)e2f07d0Fix clippy warning (#1788)8ced615Regenerate target info (#1785)2943b52Add missing todo for deprecated APIUpdates
clang-sysfrom 1.8.1 to 1.9.1Release notes
Sourced from clang-sys's releases.
Changelog
Sourced from clang-sys's changelog.
Commits
8844c21Bump version to 1.9.1 (#217)57d2920Check formatting in CIfbb4093Run cargo fmt8728999Allow auto-formatting link! macro53fcb38Revert "Improve clang executable search (#171)"0b40433add cygwin (#197)fc89822Add rewriter API (#191)4985661Search in LIBRARY_PATH too (#186)06fe579Fix directories windows path (#185)a76fd89Add support for libClang 19 and 20 (#195)Updates
displaydocfrom 0.2.6 to 0.2.7Changelog
Sourced from displaydoc's changelog.
Commits
2001648Release 0.2.7874154fMerge pull request #66 from xtqqczze/syn4f0ab4bUpgrade syn to v3Updates
simd-adler32from 0.3.9 to 0.3.10Commits
d93164fBump version 0.3.10cffbfadMerge pull request #37 from madsmtm/fix-arm-neon-non-nightlyd110191Fix compiling on ARM withtarget_feature = "neon"b3ba981Merge pull request #35 from realityking/fuzz-neon07a29baMerge pull request #34 from realityking/build-arm805961fAdd fuzzing for the neon implementation793a3caMove aarch64 linux builds from cross compiling to native runnersc5e67e3Add macOS aarch64 (Apple M1) to the build matrix7d0733bMerge pull request #33 from realityking/comp-adler279b8f40Use adler2 in benchmarks and tests to replace adlerUpdates
twox-hashfrom 2.1.2 to 2.1.3Changelog
Sourced from twox-hash's changelog.
Commits
cfe253fRelease version 2.1.3cb3ca84Update the changelog32e7132Merge pull request #121 from shepmaster/length_overflow103a4c8Don't panic when adding the hashed length to the XxHash64 result7abcfc1Don't panic when adding the hashed length to the XxHash32 resultdf7f72fMerge pull request #122 from shepmaster/ci-fixin97e70bcDo not import proptest prelude a second time6c7b013Downgrade any version of rand, not just that patch level9705684Merge pull request #116 from tisonkun/rand-010445efe3build(dep): allow rand 0.10 in addition to 0.9Dependabot 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