Skip to content

Commit

Permalink
Merge pull request #145 from ciffelia/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate tokio to 1.35.1
  • Loading branch information
renovate[bot] authored Dec 22, 2023
2 parents 18b8290 + 42038aa commit 1cd4c3a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -6,5 +6,5 @@ publish = false

[dependencies]
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["rt", "process", "io-util"] }
tokio = { version = "1.35.1", 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 @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["sync"] }
tokio = { version = "1.35.1", 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 @@ -6,6 +6,6 @@ publish = false

[dependencies]
anyhow = { version = "1.0.76", features = ["backtrace"] }
tokio = { version = "1.35.0", features = ["fs"] }
tokio = { version = "1.35.1", features = ["fs"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
2 changes: 1 addition & 1 deletion crates/koe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ koe-speech = { path = "../koe-speech" }

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

# Logging
log = "0.4.20"
Expand Down

0 comments on commit 1cd4c3a

Please sign in to comment.