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

build(deps): Bump rlg from 0.0.2 to 0.0.3 #40

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 Jul 16, 2024

Bumps rlg from 0.0.2 to 0.0.3.

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

Dependabot compatibility score

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 16, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rlg-0.0.3 branch from 92280e5 to 394e740 Compare July 26, 2024 05:05
@dependabot dependabot bot force-pushed the dependabot/cargo/rlg-0.0.3 branch 2 times, most recently from 8748030 to 8cdaba0 Compare August 7, 2024 05:55
Bumps [rlg](https://github.com/sebastienrousseau/rlg) from 0.0.2 to 0.0.3.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rlg-0.0.3 branch from 8cdaba0 to 40b4733 Compare August 8, 2024 06:12
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.

0 participants