Skip to content

Commit

Permalink
Update Rust crate log to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 2f2ab9b commit a91208c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 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 crates/psarc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aes = "0.8.1"
cfb-mode = "0.8.1"
hex-literal = "0.3.4"
flate2 = "1.0.24"
log = "0.4.17"
log = "0.4.21"
profiling = { version = "1.0.6", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion tools/psarc_extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
anyhow = "1.0.62"
clap = { version = "3.2.17", features = ["derive"] }
env_logger = "0.9.0"
log = "0.4.17"
log = "0.4.21"
psarc = { path = "../../crates/psarc" }
rodio_wem = { path = "../../crates/rodio_wem" }

0 comments on commit a91208c

Please sign in to comment.