build(deps): bump the patch-and-minor group across 1 directory with 4 updates#1
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the patch-and-minor group across 1 directory with 4 updates#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
6a3aa92 to
4fbd767
Compare
… updates Bumps the patch-and-minor group with 4 updates in the / directory: [image](https://github.com/image-rs/image), [libc](https://github.com/rust-lang/libc), [assert_cmd](https://github.com/assert-rs/assert_cmd) and [tempfile](https://github.com/Stebalien/tempfile). Updates `image` from 0.25.9 to 0.25.10 - [Changelog](https://github.com/image-rs/image/blob/v0.25.10/CHANGES.md) - [Commits](image-rs/image@v0.25.9...v0.25.10) Updates `libc` from 0.2.182 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.182...0.2.186) Updates `assert_cmd` from 2.2.0 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.0...v2.2.2) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: image dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4fbd767 to
4cff29f
Compare
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 patch-and-minor group with 4 updates in the / directory: image, libc, assert_cmd and tempfile.
Updates
imagefrom 0.25.9 to 0.25.10Changelog
Sourced from image's changelog.
Commits
76e5718Merge pull request #2836 from image-rs/version-0.25.1038b81dcChange notes for 0.25.102fb9e61Merge pull request #2835 from image-rs/ravif-tiff-integration4263471Bump ravif/dav1d versionsa7781b3Merge pull request #2833 from image-rs/backport-from-bgra6ea7369Adjust bounds on from_raw_rgbdd60a60Add utility from_raw_bgr{,a} for ImageBuffer933251aMerge pull request #2832 from image-rs/backport-moxcms02c039eUpdate to moxcms 0.8.0 per reviewer feedback6ac2dd6Allow moxcms 0.8.x versionsUpdates
libcfrom 0.2.182 to 0.2.186Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
42620ff[0.2] libc: Release 0.2.1869db2eaaapple: add KEVENT_FLAG_* constants3840939Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linuxf697debchore: migrate from Cirrus CI to GHA71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-muslUpdates
assert_cmdfrom 2.2.0 to 2.2.2Changelog
Sourced from assert_cmd's changelog.
Commits
feece89chore: Release assert_cmd version 2.2.2367cdf7docs: Update changeloga98cc85Merge pull request #289 from marcospb19/track_callercd2e167fix: .success() not reporting panic location45a1c74chore(deps): Update Prek to v0.3.13 (#293)f1d9b5bchore(deps): Update Prek to v0.3.12 (#292)1d34babMerge pull request #291 from epage/templated9a70adstyle: Make clippy happy4f5b5afchore: Update from _rust template1e1d586chore(renovate): Fix the tagUpdates
tempfilefrom 3.26.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPath