Skip to content

Commit

Permalink
chore(deps): bump tracing-logfmt from 0.3.3 to 0.3.4
Browse files Browse the repository at this point in the history
Bumps [tracing-logfmt](https://github.com/EmbarkStudios/tracing-logfmt) from 0.3.3 to 0.3.4.
- [Changelog](https://github.com/EmbarkStudios/tracing-logfmt/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/tracing-logfmt@0.3.3...0.3.4)

---
updated-dependencies:
- dependency-name: tracing-logfmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and korewaChino committed Mar 30, 2024
1 parent eab8afb commit 84f541f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ futures = "0.3"
thiserror = "1.0"
# pretty_env_logger = "0.5.0"
tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
tracing-logfmt = "0.3.2"
tracing-logfmt = "0.3.4"
uuid = "1.7"
digitalocean-rs = { version = "0.1.9", default-features = false, features = ["default-rustls"] }
rand = { version = "0.8.5", features = ["log", "serde"] }
Expand Down

0 comments on commit 84f541f

Please sign in to comment.