Skip to content

chore(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.0 in /src in the go-dependencies group#27

Merged
ranaroussi merged 1 commit intodevelopfrom
dependabot/go_modules/src/go-dependencies-8e21d547ab
Apr 1, 2026
Merged

chore(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.0 in /src in the go-dependencies group#27
ranaroussi merged 1 commit intodevelopfrom
dependabot/go_modules/src/go-dependencies-8e21d547ab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the go-dependencies group in /src with 1 update: github.com/rs/zerolog.

Updates github.com/rs/zerolog from 1.34.0 to 1.35.0

Commits
  • 1396655 Bump CI Go matrix minimum from 1.21 to 1.23
  • 4b65a2f Bump actions/cache from 4 to 5 (#741)
  • b835796 Bump actions/setup-go from 5 to 6 (#742)
  • 134caf8 Added sanitization of journald keys (#751)
  • e133b6a Added variadic StrsV, ObjectsV, and StringersV (#752)
  • 82017d8 Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)
  • 2f5b8a9 fix: UpdateContext skips Nop and zero-value loggers (#754)
  • d64c9a7 Add slog.Handler implementation for zerolog (#755)
  • a0d61dc fix: return dict to Event pool (#749)
  • f6fbd33 Test coverage improvements (#748)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group in /src with 1 update: [github.com/rs/zerolog](https://github.com/rs/zerolog).


Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.0
- [Commits](rs/zerolog@v1.34.0...v1.35.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 1, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This PR is an automated Dependabot bump of github.com/rs/zerolog from v1.34.0 to v1.35.0 in src/, along with an accompanying bump of the indirect dependency github.com/mattn/go-colorable from v0.1.13 to v0.1.14. Both go.mod and go.sum are updated consistently.

  • zerolog v1.35.0 adds a slog.Handler implementation, variadic helpers (StrsV, ObjectsV, StringersV), journald key sanitization, and two bug fixes (UpdateContext now skips Nop/zero-value loggers; dict is correctly returned to the Event pool).
  • No breaking changes are introduced; this is a backward-compatible minor release.
  • The go.sum cleanup correctly removes stale transitive hashes that are no longer reachable.
  • No usage changes are required in the application code.

Confidence Score: 5/5

Safe to merge — routine minor-version dependency bump with no breaking changes and consistent go.sum hashes.

All changes are confined to go.mod and go.sum, generated by Dependabot. zerolog v1.35.0 is a backward-compatible minor release; no application code is touched. The compatibility score badge reports a high score and the go.sum is updated correctly. No P0 or P1 issues found.

No files require special attention.

Important Files Changed

Filename Overview
src/go.mod Bumps github.com/rs/zerolog from v1.34.0 to v1.35.0 and updates indirect dependency github.com/mattn/go-colorable from v0.1.13 to v0.1.14
src/go.sum Hash entries updated to reflect the new versions of zerolog and go-colorable; obsolete intermediate transitive hashes removed cleanly

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[go.mod: zerolog v1.34.0] -->|bump| B[go.mod: zerolog v1.35.0]
    C[go.mod: go-colorable v0.1.13 indirect] -->|bump| D[go.mod: go-colorable v0.1.14 indirect]
    B --> E[go.sum: updated hashes]
    D --> E
    E --> F[No application code changes required]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump github.com/rs/zerolog" | Re-trigger Greptile

@ranaroussi ranaroussi merged commit 63a8fa7 into develop Apr 1, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/src/go-dependencies-8e21d547ab branch April 1, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant