Skip to content

Commit a73c971

Browse files
Bump tracing-subscriber from 0.3.19 to 0.3.20 in /src-tauri (#39)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 717686c commit a73c971

File tree

2 files changed

+13
-35
lines changed

2 files changed

+13
-35
lines changed

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_with = {version = "3", features = ["chrono"] }
2929
tauri = {version = "2", features = [] }
3030
thiserror = "1"
3131
tracing = {version = "0.1.41", features = ["log", "attributes"] }
32-
tracing-subscriber = {version = "0.3.19", features = ["std", "env-filter"] }
32+
tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"] }
3333

3434
[features]
3535
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)