diff --git a/Cargo.toml b/Cargo.toml index 693c248b..3f6b842d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,5 +40,5 @@ serde = { version = "1.0.197", features = ["derive"] } bip39 = "2.0.0" chia-consensus = "0.6.0" once_cell = "1.19.0" -sqlx = { version = "*", features = ["runtime-tokio", "sqlite"] } -tokio = {version = "*", features = ["full"] } +sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] } +tokio = { version = "1.33.0", features = ["full"] }