teler-waf
teler-waf copied to clipboard
build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8
Bumps github.com/klauspost/compress from 1.17.7 to 1.17.8.
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.17.8
What's Changed
- zstd: Reject blocks where reserved values are not 0 by
@klauspostin klauspost/compress#885- zstd: Add RLE detection+encoding by
@klauspostin klauspost/compress#938New Contributors
@ankonmade their first contribution in klauspost/compress#932@kindhugemade their first contribution in klauspost/compress#946Full Changelog: https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8
Commits
c0ff47eUpdate README.md657dc16chore: remove repetitive words (#946)3f77d8cbuild(deps): bump the github-actions group with 1 update (#944)de4073azstd: Add RLE detection+encoding (#938)165be36zstd: Reject blocks where reserved values are not 0 (#885)4f3f95bci: Add testing replacement (#935)3976394build(deps): bump the github-actions group with 1 update (#934)4d78e54Remove sed for internal/fuzz/helpers.go (#933)46c00cadoc: Remove an excess word in a documentation comment (#932)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.47%. Comparing base (
20b5e7c) to head (41596b7). Report is 3 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #184 +/- ##
=======================================
Coverage 78.47% 78.47%
=======================================
Files 12 12
Lines 920 920
=======================================
Hits 722 722
Misses 131 131
Partials 67 67
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #198.