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.4 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Updates the requirements on rlg to permit the latest version.

Release notes

Sourced from rlg's releases.

RustLogs (RLG) πŸ¦€ v0.0.4

Release v0.0.4 - 2024-05-06

RustLogs (RLG)

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

![Made With Love][made-with-rust] Crates.io ![Lib.rs][libs-badge] ![Docs.rs][docs-badge] ![License][license-badge]

![divider][divider]

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)
    • Syslog Format
    • Apache Access Log Format
    • Logstash Format
    • Log4j XML Format
    • NDJSON (Newline Delimited JSON)
    • and more

... (truncated)

Commits
  • d6bcbd7 fix(RLG): βœ… updated failing Github Job and missing template
  • 72d4c2b Merge pull request #24 from sebastienrousseau/feat/rlg
  • 916bb67 test(RLG): βœ… commenting broken tests
  • 1272ad2 fix(RLG): πŸ“ minor tweaks
  • b8b73e7 test(RLG): βœ… new tests for LogLevel and LogFormat
  • 65c077a docs(RLG): πŸ“ updates on README.md
  • 077732c test(RLG): πŸ› fixes on broken tests
  • 6506348 test(RLG): βœ… minor tweaks on unit tests for config.rs
  • 012ee3c refactor(RLG): βœ… code refactoring for config.rs and add new ...
  • 61bb814 feat(RLG): ✨ Improve build script docs and error handling
  • Additional commits viewable 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 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)

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.4)

---
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 May 7, 2024
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