trufflesecurity / trufflehog

Find and verify secrets
https://trufflesecurity.com
GNU Affero General Public License v3.0
14.39k stars 1.57k forks source link

fix(deps): update module github.com/wasilibs/go-re2 to v1.6.0 #3033

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 5 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/wasilibs/go-re2 v1.5.3 -> v1.6.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

wasilibs/go-re2 (github.com/wasilibs/go-re2) ### [`v1.6.0`](https://togithub.com/wasilibs/go-re2/releases/tag/v1.6.0) [Compare Source](https://togithub.com/wasilibs/go-re2/compare/v1.5.3...v1.6.0) This is a relatively large release. While working with [@​itaischwartz](https://togithub.com/itaischwartz) debugging some issues with the cgo backend under extreme memory pressure, we found a need to rework how we execute `Replace*` methods, by moving more logic from C++ into Go. The end result not only should help with the cgo issue, but perform a little better by avoiding an extra allocation. More importantly though, it allowed us to implement `ReplaceFunc`, which had been a missing API since launching the project. With that, the only methods not supported are `*Reader`, which are expected to be uncommonly used. Hopefully this makes it even easier to just "drop-in" go-re2 into an existing project. In addition, a custom allocator that was used on unix is now also implemented for Windows, which should improve compatibility when running on systems with less available RAM. A fix was also made so the unix allocator can work on FreeBSD.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 days ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/tetratelabs/wazero v1.7.1 -> v1.7.2
CLAassistant commented 5 days ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.