Skip to content

Commit 606fa08

Browse files
fix(deps): update rust crate fern to 0.7 (v2) (#1997)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 62f1e40 commit 606fa08

File tree

3 files changed

+10
-27
lines changed

3 files changed

+10
-27
lines changed

.changes/log-update-fern.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
log-plugin: patch
3+
---
4+
5+
**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`.

Cargo.lock

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

plugins/log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_repr = "0.1"
3131
byte-unit = "5"
3232
log = { workspace = true, features = ["kv_unstable"] }
3333
time = { version = "0.3", features = ["formatting", "local-offset"] }
34-
fern = "0.6"
34+
fern = "0.7"
3535
thiserror = "1"
3636

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

0 commit comments

Comments
 (0)