Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82 (#119)
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 May 1, 2024
1 parent 2691c0c commit 7f69820
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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 @@ -30,7 +30,7 @@ tui = ["rrr_tui"]
window = ["rrr_window"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4"
clap = { version = "4.4", features = ["derive"] }
clap_complete = "4.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.66.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
dasp = { git = "https://github.com/RustAudio/dasp", rev = "6b15274b471835e586089e54228e54601f92d391", features = [
"interpolate",
"interpolate-linear",
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 @@ -18,7 +18,7 @@ sm = []


[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4"
rrr_types = { path = "../rrr_types" }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
rust-version = "1.66.0"

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
btreemultimap = "0.1"
log = "0.4"
rrr_audio = { path = "../rrr_audio" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
rust-version = "1.66.0"

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4"
rrr_playlist = { path = "../rrr_playlist" }
rrr_types = { path = "../rrr_types" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ develop = ["log/max_level_info", "log/release_max_level_info"]
release = ["log/release_max_level_off"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4"
rrr_core = { path = "../rrr_core" }
rrr_input = { path = "../rrr_input" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_noteskin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
rust-version = "1.66.0"

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = { version = "0.4" }
rrr_chart = { path = "../rrr_chart" }
rrr_graphics = { path = "../rrr_graphics" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["swf"]
swf = ["rrr_chart/swf"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
btreemultimap = "0.1"
log = "0.4"
rrr_chart = { path = "../rrr_chart" }
2 changes: 1 addition & 1 deletion crates/rrr_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.66.0"
crate-type = ["lib"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
pixels = "0.13"
rrr_chart = { path = "../rrr_chart" }
rrr_core = { path = "../rrr_core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
rust-version = "1.66.0"

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
crossterm = "0.27"
futures = "0.3"
rrr_config = { path = "../rrr_config" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["develop", "bench"]
bench = ["dep:rrr_bench"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
console_error_panic_hook = "0.1"
console_log = "1.0"
js-sys = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/rrr_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ develop = [
release = ["log/release_max_level_off", "rrr_game/release"]

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4"
rrr_config = { path = "../rrr_config" }
rrr_game = { path = "../rrr_game" }
Expand Down

0 comments on commit 7f69820

Please sign in to comment.