Skip to content

Commit

Permalink
Bump the minor-patches group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 1 update: [tracing-subscriber](https://github.com/tokio-rs/tracing).

- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 959f201 commit 70ffb52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 crates/applesauce-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ indicatif = "0.17.7"
tikv-jemallocator = "0.5"
tracing = "0.1"
tracing-chrome = "0.7"
tracing-subscriber = { version = "0.3.16", features = ["fmt", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }

flate2 = { version = "1.0", optional = true, features = ["zlib-ng"], default-features = false }

0 comments on commit 70ffb52

Please sign in to comment.