diff --git a/Cargo.lock b/Cargo.lock index ba083b5..2c30357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "approx" diff --git a/rockysmithereens/Cargo.toml b/rockysmithereens/Cargo.toml index cf4db6e..bdc0f1e 100644 --- a/rockysmithereens/Cargo.toml +++ b/rockysmithereens/Cargo.toml @@ -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"] } diff --git a/tools/cli_music_player/Cargo.toml b/tools/cli_music_player/Cargo.toml index d8d1f89..7aa16d6 100644 --- a/tools/cli_music_player/Cargo.toml +++ b/tools/cli_music_player/Cargo.toml @@ -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"] } diff --git a/tools/psarc_extract/Cargo.toml b/tools/psarc_extract/Cargo.toml index 9b1af4f..08c3ea4 100644 --- a/tools/psarc_extract/Cargo.toml +++ b/tools/psarc_extract/Cargo.toml @@ -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"