Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slog-stdlog from 4.1.0 to 4.1.1 #1692

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2022

Bumps slog-stdlog from 4.1.0 to 4.1.1.

Release notes

Sourced from slog-stdlog's releases.

Fix compatibility with log>0.4.15

Avoiding this compatibility bug is done by avoiding using log's private API to construct records (PR #22). Fixes slog-rs/slog#309

Adds support for log/unstable_kv feature (PR #18)

See changelog for full details

Changelog

Sourced from slog-stdlog's changelog.

4.1.1 - 2022-03-22

Added

  • Support feature="log/kv-unstable" (PR #18)
    • Requires slog/dynamic-keys
    • This is unstable (obviously), so I don't consider it a change that warants a minor-version bump

Changed

  • Switch to github actions (PR #20)

Fixed

  • Avoid using log's private API to construct records (PR #21)
  • Fix formatting & clippy lints (part of switch to GH actions)
Commits
  • c6eba10 Bump version to 4.1.1
  • fd09e78 Add CHANGELOG.md for 4.1.0 (last release)
  • 4306a1c Don't run tests on MSRV (only cargo check)
  • a1886c9 Don't test log/unstable_kv feature on the MSRV
  • 7a93747 Revert "Bump claimed MSRV to 1.39"
  • 4c37aba Fix incorrect space in clippy.yml workflow
  • a5430a6 Switch to Github Actions (PR #22)
  • 5d67e39 Migrate from Travis CI to Github Actions
  • 17d94eb Bump claimed MSRV to 1.39
  • 814587f Document Minimum Supported Rust Version (1.38)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slog-stdlog](https://github.com/slog-rs/stdlog) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/slog-rs/stdlog/releases)
- [Changelog](https://github.com/slog-rs/stdlog/blob/master/CHANGELOG.md)
- [Commits](slog-rs/stdlog@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: slog-stdlog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2022
@dependabot dependabot bot requested a review from a team March 23, 2022 22:04
@remoun remoun requested a review from a team March 23, 2022 23:28
@nick-mobilecoin nick-mobilecoin self-assigned this Mar 24, 2022
@nick-mobilecoin
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit fb06fbc into master Mar 24, 2022
@dependabot dependabot bot deleted the dependabot/cargo/slog-stdlog-4.1.1 branch March 24, 2022 14:34
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants