chore(deps): bump tracing-appender from 0.2.4 to 0.2.5#445
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump tracing-appender from 0.2.4 to 0.2.5#445dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-appender-0.2.4...tracing-appender-0.2.5) --- updated-dependencies: - dependency-name: tracing-appender dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6e944fe to
82b830a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tracing-appender from 0.2.4 to 0.2.5.
Release notes
Sourced from tracing-appender's releases.
Commits
53e1490chore: prepare tracing-appender 0.2.5 (#3522)4fb9ca3examples: add per-layer filtering example (#3488)df05516docs: improve assert message to mention a possible cause of hitting cloning a...72cf52adocs: recommend configuringawait-holding-invalid-typeslint (#3463)9545be1attributes: silence clippy lints for #[instrument] on async functions for cra...3160dc1subscriber: skip RwLock in EnvFilter span callbacks when no dynamic directive...3af2e54appender: fix parsing of date from filename when no time is incuded (#3471)412986fappender: fixRollingFileAppenderbroken links in docs (#3445)bdccf4dappender: add latest symlink builder option (#3447)2c80f9dsubscriber: propagate on_register_dispatch for Option<Layer> and Vec<Layer> (...