Skip to content

Commit 83e2c8f

Browse files
Bump console-subscriber from 0.3.0 to 0.4.1 (#52)
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>
1 parent bf38684 commit 83e2c8f

File tree

2 files changed

+95
-52
lines changed

2 files changed

+95
-52
lines changed

Cargo.lock

Lines changed: 94 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fig_log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = []
1616
# sentry = ["dep:sentry-tracing"]
1717

1818
[dependencies]
19-
console-subscriber = { version = "0.3.0", optional = true, features = [
19+
console-subscriber = { version = "0.4.1", optional = true, features = [
2020
"parking_lot",
2121
] }
2222
fig_util.workspace = true

0 commit comments

Comments
 (0)