Skip to content

Commit

Permalink
Merge pull request #35 from dnd-apps/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.37.0
  • Loading branch information
kodiakhq[bot] authored May 2, 2024
2 parents e256724 + 2de0f98 commit ef793f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/oghma-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = "1.0.200"
clap = {version="3.2.25", features = ["derive"]}
oghma_graphql = {path= "../../libs/oghma_graphql" }
reqwest = { version = "0.12.4", features = ["json", "serde_json"] }
tokio = "1"
tokio = "1.37.0"
oghma_logger = {path="../../libs/oghma_logger"}
graphql_client = "0.14.0"
comfy-table = "6.2.0"
2 changes: 1 addition & 1 deletion apps/oghma-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
env_logger = "0.11.3"
log = "0.4.21"
serenity = {version ="0.12.1", default-features = false, features =["http", "model", "client", "gateway", "rustls_backend"]}
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
dotenv = "0.15.0"
oghma_logger = {path="../../libs/oghma_logger"}

0 comments on commit ef793f6

Please sign in to comment.