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

chore(deps): update rlg requirement from 0.0.2 to 0.0.3 #44

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2024

Updates the requirements on rlg to permit the latest version.

Release notes

Sourced from rlg's releases.

RustLogs (RLG) πŸ¦€ v0.0.3

Release v0.0.3 - 2024-03-07

RLG

A Rust library that implements application-level logging with a simple, readable output format.

Welcome to RustLogs (RLG) πŸ‘‹

![RLG Banner][banner]

[Website][00] β€’ [Documentation][08] β€’ [Report Bug][03] β€’ [Request Feature][03] β€’ [Contributing Guidelines][04]

Overview πŸ“–

RustLogs (RLG) is a Rust library that provides application-level logging with a simple, readable output format. It offers logging APIs and various helper macros to simplify common logging tasks.

Features ✨

  • Supports many log levels: ALL, DEBUG, DISABLED, ERROR, FATAL, INFO, NONE, TRACE, VERBOSE and WARNING,
  • Provides structured log formats that are easy to parse and filter,
  • Compatible with multiple output formats including:
    • Common Event Format (CEF),
    • Extended Log Format (ELF),
    • Graylog Extended Log Format (GELF),
    • JavaScript Object Notation (JSON)
    • NCSA Common Log Format (CLF),
    • W3C Extended Log File Format (W3C),
    • and more.

... (truncated)

Commits
  • 25099f3 Merge pull request #15 from sebastienrousseau/feat/rlg
  • 1d0d00f docs(RLG): πŸ“ reflecting changes in README
  • 20e2b8e feat(RLG): ✨ decoupling log struct and its implementation.
  • 3c47fb0 feat(RLG): ✨ refactoring the LogLevel enum and its implementation
  • 1da0715 fix(RLG): πŸ› error: the borrowed expression implements the required traits
  • 82612b5 fix(RLG): βœ… updating test
  • 2be8f35 feat(RLG): ✨ decoupling the LogFormat enum and its implementation
  • 9f3d3b7 fix(RLG): πŸš‘ test issues
  • bf13535 fix(RLG): βž– remove broken test
  • 88141c3 feat(RLG): ✨ decoupling the Config struct and its implementation
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [rlg](https://github.com/sebastienrousseau/rlg) to permit the latest version.
- [Release notes](https://github.com/sebastienrousseau/rlg/releases)
- [Commits](sebastienrousseau/rlg@v0.0.2...v0.0.3)

---
updated-dependencies:
- dependency-name: rlg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

Superseded by #50.

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rlg-0.0.3 branch May 7, 2024 04:01
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants