Browse Source

HALLELUJAH pin tokio in Cargo.toml

main_chirho
LoveJesus 3 months ago
parent
commit
22085efa52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

@ -23,7 +23,7 @@ clap = { version="4.5.13" , features=["derive"]}
reqwest = { version="0.12.5", features = ["json", "blocking"] } reqwest = { version="0.12.5", features = ["json", "blocking"] }
hostname = "0.4.0" hostname = "0.4.0"
users = "0.11.0" users = "0.11.0"
tokio = { version = "*", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
[dependencies.rocket_db_pools] [dependencies.rocket_db_pools]
version = "0.1.0" version = "0.1.0"


Loading…
Cancel
Save