Skip to content

Commit

Permalink
Merge pull request #142 from ciffelia/renovate/anyhow-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate anyhow to 1.0.76
  • Loading branch information
renovate[bot] authored Dec 22, 2023
2 parents 806aaf3 + 1a2dbb0 commit 18b8290
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 crates/koe-audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["rt", "process", "io-util"] }
log = "0.4.20"
2 changes: 1 addition & 1 deletion crates/koe-call/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 = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["sync"] }
serenity = { version = "0.11.7", default-features = false, features = ["native_tls_backend"] }
songbird = { version = "0.3.2", default-features = false, features = ["serenity-native", "driver", "builtin-queue"] }
2 changes: 1 addition & 1 deletion crates/koe-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["fs"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
2 changes: 1 addition & 1 deletion crates/koe-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
redis = { version = "0.23.3", default-features = false, features = ["aio", "tokio-comp"] }
2 changes: 1 addition & 1 deletion crates/koe-speech/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ publish = false

[dependencies]
koe-audio = { path = "../koe-audio" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
serde = { version = "1.0.193", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json"] }
2 changes: 1 addition & 1 deletion crates/koe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ koe-db = { path = "../koe-db" }
koe-speech = { path = "../koe-speech" }

# Basics
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros", "sync", "time"] }

# Logging
Expand Down

0 comments on commit 18b8290

Please sign in to comment.