Skip to content

Commit

Permalink
Merge pull request #179 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.37.0
  • Loading branch information
renovate[bot] authored Mar 30, 2024
2 parents a7d88ac + db962d7 commit d05c5d8
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.81", features = ["backtrace"] }
tokio = { version = "1.36.0", features = ["rt", "process", "io-util"] }
tokio = { version = "1.37.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 @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
tokio = { version = "1.36.0", features = ["sync"] }
tokio = { version = "1.37.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 @@ -6,6 +6,6 @@ publish = false

[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
tokio = { version = "1.36.0", features = ["fs"] }
tokio = { version = "1.37.0", features = ["fs"] }
serde = { version = "1.0.197", 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.81", features = ["backtrace"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "sync", "time"] }

# Logging
log = "0.4.20"
Expand Down

0 comments on commit d05c5d8

Please sign in to comment.