Skip to content

Commit 4810403

Browse files
committed
deps: bump tracing-subscriber to 0.3.20
1 parent d7d38f2 commit 4810403

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
88
- Removed MSRV and bumped Rust Edition to 2024
99
- Add `--pretty` top level flag for formatting commands output in a tabular format
1010
- Updated `bdk_wallet ` to `2.1.0`, `bdk_bitcoind_rpc` to `0.21.0`, `bdk_esplora` to `0.22.1`, `bdk_kyoto` to `0.13.1`
11+
- Updated `tracing-subscriber` to 0.3.20
1112

1213

1314
## [1.0.0]

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bdk_kyoto = { version = "0.13.1", optional = true }
3030
bdk_redb = { version = "0.1.0", optional = true }
3131
shlex = { version = "1.3.0", optional = true }
3232
tracing = "0.1.41"
33-
tracing-subscriber = "0.3.19"
33+
tracing-subscriber = "0.3.20"
3434

3535
[features]
3636
default = ["repl", "sqlite"]

0 commit comments

Comments
 (0)