Skip to content

Commit 1176912

Browse files
committed
chore: bump version and tracing-subscriber version
1 parent d0bdaf4 commit 1176912

File tree

2 files changed

+13
-51
lines changed

2 files changed

+13
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docbox-cli"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
authors = ["Jacobtread <jacobtread@gmail.com>"]
66
repository = "https://github.com/docbox-nz/docbox-cli"
@@ -41,7 +41,7 @@ serde_json = "=1.0.140"
4141

4242
# Logging
4343
tracing = "=0.1.41"
44-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
44+
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
4545

4646
# Error handling
4747
anyhow = "=1.0.98"

0 commit comments

Comments
 (0)