Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 2f2ab9b commit 8d64633
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 rockysmithereens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default-run = "rockysmithereens"
[dependencies]
rodio_wem = { path = "../crates/rodio_wem", features = ["profile-with-tracing"] }
rockysmithereens_parser = { path = "../crates/rockysmithereens_parser", features = ["profile-with-tracing"] }
anyhow = "1.0.62"
anyhow = "1.0.81"
bevy = { version = "0.8.1", features = ["dds"] }
bevy_egui = "0.16.0"
clap = { version = "3.2.17", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/cli_music_player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
rodio_wem = { path = "../../crates/rodio_wem" }
rockysmithereens_parser = { path = "../../crates/rockysmithereens_parser" }

anyhow = "1.0.62"
anyhow = "1.0.81"
clap = { version = "3.2.17", features = ["derive"] }
env_logger = "0.9.0"
rodio = { version = "0.15.0", default-features = false, features = ["lewton", "vorbis"] }
2 changes: 1 addition & 1 deletion tools/psarc_extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.62"
anyhow = "1.0.81"
clap = { version = "3.2.17", features = ["derive"] }
env_logger = "0.9.0"
log = "0.4.17"
Expand Down

0 comments on commit 8d64633

Please sign in to comment.