Skip to content

Commit

Permalink
Bump console-subscriber from 0.3.0 to 0.4.1 (#52)
Browse files Browse the repository at this point in the history
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
- [Commits](tokio-rs/console@console-subscriber-v0.3.0...console-subscriber-v0.4.1)

---
updated-dependencies:
- dependency-name: console-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent bf38684 commit 83e2c8f
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 52 deletions.
145 changes: 94 additions & 51 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/fig_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = []
# sentry = ["dep:sentry-tracing"]

[dependencies]
console-subscriber = { version = "0.3.0", optional = true, features = [
console-subscriber = { version = "0.4.1", optional = true, features = [
"parking_lot",
] }
fig_util.workspace = true
Expand Down

0 comments on commit 83e2c8f

Please sign in to comment.