Skip to content

Commit

Permalink
chore(deps): update rust crate simple_logger to v5 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 9ae683e commit c9eda26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rrr_game = { path = "crates/rrr_game" }
rrr_record = { path = "crates/rrr_record" }
rrr_tui = { path = "crates/rrr_tui", optional = true }
rrr_window = { path = "crates/rrr_window", optional = true }
simple_logger = "4.3"
simple_logger = "5.0"

[profile.release]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_chart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ thiserror = "1.0"


[dev-dependencies]
simple_logger = "4.3"
simple_logger = "5.0"

0 comments on commit c9eda26

Please sign in to comment.