Skip to content

Commit

Permalink
fix(deps): update rust crate fern to 0.7 (v2) (#1997)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Nov 4, 2024
1 parent 62f1e40 commit 606fa08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .changes/log-update-fern.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
log-plugin: patch
---

**Potentially breaking:** Updated `fern` from 0.6 to 0.7. This is technically a breaking change because `fern` is re-exported in `tauri-plugin-log`.
30 changes: 4 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_repr = "0.1"
byte-unit = "5"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
fern = "0.6"
fern = "0.7"
thiserror = "1"

[target."cfg(target_os = \"android\")".dependencies]
Expand Down

0 comments on commit 606fa08

Please sign in to comment.