specify sqlx patch version explicitly

This commit is contained in:
Byron Hambly 2023-12-14 20:46:17 +02:00
parent fa6e1f02f5
commit 9688082c70
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -50,7 +50,7 @@ serde_json = "1"
serde_with = { version = "1", features = [ "macros" ] }
sha2 = "0.10"
sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", default-features = false, features = [ "ed25519", "serde", "secp256k1", "alloc" ] }
sqlx = { version = "0.6", features = [ "sqlite", "runtime-tokio-rustls", "offline" ] }
sqlx = { version = "0.6.3", features = [ "sqlite", "runtime-tokio-rustls", "offline" ] }
structopt = "0.3"
strum = { version = "0.25", features = [ "derive" ] }
thiserror = "1"