Skip to content

Commit

Permalink
build(deps): Bump hashbrown from 0.15.0 to 0.15.2 (#494)
Browse files Browse the repository at this point in the history
* build(deps): Bump hashbrown from 0.15.0 to 0.15.2

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.0 to 0.15.2.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): run cargo update

Signed-off-by: Jérémie Drouet <[email protected]>

* ci: disable commit lint title

Signed-off-by: Jérémie Drouet <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jérémie Drouet <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérémie Drouet <[email protected]>
  • Loading branch information
dependabot[bot] and jdrouet authored Dec 8, 2024
1 parent 4ace0ce commit 577d7b0
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 187 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
requireScope: false
# Configure additional validation for the subject based on a regex.
# This example ensures the subject doesn't start with an uppercase character.
subjectPattern: ^(?![A-Z]).+$
# subjectPattern: ^(?![A-Z]).+$
# If `subjectPattern` is configured, you can use this property to override
# the default error message that is shown when the pattern doesn't match.
# The variables `subject` and `title` can be used within the message.
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
didn't match the configured pattern.
Loading

0 comments on commit 577d7b0

Please sign in to comment.