Summary
Update github.com/bits-and-blooms/bitset dependency from v1.24.3 to v1.24.4
Current State
- Package: github.com/bits-and-blooms/bitset
- Current Version: v1.24.3
- Proposed Version: v1.24.4
- Update Type: Patch
Safety Assessment
✅ Safe to update
- Patch version update (1.24.3 -> 1.24.4)
- Single bug fix - no breaking changes
- Fixes a panic in zeroing pages for the happy case
Changes
Links
Recommended Action
go get -u github.com/bits-and-blooms/bitset@v1.24.4
go mod tidy
Testing Notes
- Run all tests:
make test
- Verify no regressions in bitset usage
AI generated by Dependabot Dependency Checker