Set versions for r2d2 and r2d2-sqlite

This commit is contained in:
Mike Dilger 2023-03-12 12:42:47 +13:00
parent 6f8ba775d8
commit bf9486a19a

View File

@ -41,8 +41,8 @@ mime = "0.3"
nostr-types = { git = "https://github.com/mikedilger/nostr-types" }
parking_lot = "0.12"
qrcode = { git = "https://github.com/mikedilger/qrcode-rust" }
r2d2 = "*"
r2d2_sqlite = "*"
r2d2 = "0.8"
r2d2_sqlite = "0.21"
rand = "0.8"
regex = "1.7"
reqwest = { version = "0.11", default-features=false, features = ["brotli", "deflate", "gzip", "json"] }