From 93461a30a77567fbc93fbc62c53bce111de9fad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:52:19 +0000 Subject: [PATCH 1/2] Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 570e184..da9df17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: git log -p -1 CHANGELOG.md | grep '^+\($\|[^+]\)' | cut -c 2- | tee body.md - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref }} name: Release ${{ steps.get-version.outputs.version }} From c3d5166e54dd1c0f196de94457d4fcc4bb51d873 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 18 Apr 2026 16:19:46 -0400 Subject: [PATCH 2/2] Fix test --- cast_checks/tests/inner_attribute_example.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cast_checks/tests/inner_attribute_example.rs b/cast_checks/tests/inner_attribute_example.rs index c91c177..3990aac 100644 --- a/cast_checks/tests/inner_attribute_example.rs +++ b/cast_checks/tests/inner_attribute_example.rs @@ -27,7 +27,7 @@ fn test() { predicates::str::is_match( r"\ thread 'checked_truncation' \([0-9]*\) panicked at src/lib\.rs:3:1: -invalid cast in `x as u16` at src/lib\.rs:3:0: TryFromIntError\(\(\)\) +invalid cast in `x as u16` at src/lib\.rs:3:0: TryFromIntError\(PosOverflow\) ", ) .unwrap(),