Skip to content

Commit

Permalink
fix(deps): update rust crate byte-unit to v5 (#764)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate byte-unit to v5

* Update Cargo.toml [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Nov 30, 2023
1 parent a18d442 commit e1eb82f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions plugins/log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
serde_repr = "0.1"
byte-unit = "4.0"
byte-unit = "5"
fern = "0.6"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }

[features]
colored = ["fern/colored"]
colored = ["fern/colored"]

0 comments on commit e1eb82f

Please sign in to comment.