s1rius / ezlog

A cross-platform file logging library
https://s1rius.github.io/ezlog
Apache License 2.0
82 stars 3 forks source link

Update android_logger requirement from 0.13 to 0.14 #134

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 2 months ago

Updates the requirements on android_logger to permit the latest version.

Commits
  • e7a57d3 Merge pull request #75 from rust-mobile/version-bump
  • 2b66073 version bump
  • 6f662a0 Merge pull request #74 from FooIbar/patch-1
  • 3d77a06 Fix regex dependencies getting pulled unexpectedly
  • 7975f2c Merge pull request #72 from rust-mobile/remove-once-cell
  • e5f0e39 version bump
  • 18f1e46 Don't see reason to depend on env_logger just for reexport
  • 038b0dc remove once_cell as dependency
  • 772434e Merge pull request #71 from DJMcNab/env_logger_0_11
  • 84c7657 Update env_logger to 0.11
  • 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 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)
s1rius commented 3 weeks ago

@dependabot squash and merge