Skip to content

Commit

Permalink
Bump slog-json from 2.4.0 to 2.5.0 (#1343)
Browse files Browse the repository at this point in the history
Bumps [slog-json](https://github.com/slog-rs/json) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/slog-rs/json/releases)
- [Changelog](https://github.com/slog-rs/json/blob/master/CHANGELOG.md)
- [Commits](slog-rs/json@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: slog-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 26, 2022
1 parent 34cd799 commit 0e037da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ slog-async = { version = "2.7", optional = true }
slog-atomic = { version = "3.1", optional = true }
slog-envlogger = { version = "2.1", optional = true }
slog-gelf = { version = "0.1", optional = true }
slog-json = { version = "2.4", optional = true }
slog-json = { version = "2.5", optional = true }
slog-stdlog = { version = "4.1.0", optional = true }
slog-term = { version = "2.8", optional = true }

Expand Down

0 comments on commit 0e037da

Please sign in to comment.