Skip to content

Commit c5a1a9a

Browse files
committed
Merge #217: deps: bump tracing-subscriber to 0.3.20
4810403 deps: bump tracing-subscriber to 0.3.20 (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description Fixes #216 <!-- Describe the purpose of this PR, what's being adding and/or fixed --> <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ## Changelog notice - Bumped `tracing-subscriber` to 0.3.20 <!-- Notice the release manager should include in the release tag message changelog --> <!-- See https://keepachangelog.com/en/1.0.0/ for examples --> ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [x] I'm linking the issue being fixed by this PR ACKs for top commit: notmandatory: ACK 4810403 Tree-SHA512: d27c9e677b6cb390dae3e1037bc8c4771e98af16a579ad93368f12535409aa286ce193ef943600d2a13ad396bf06ece9f4a11da43fea0e7cc517d316ffd02d2f
2 parents a821a79 + 4810403 commit c5a1a9a

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

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)