diff --git a/Cargo.toml b/Cargo.toml index b57bdbc1..a5b919cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "0.8" -r2d2_sqlite = "0.21" +r2d2 = "*" +r2d2_sqlite = "*" rand = "0.8" regex = "1.7" reqwest = { version = "0.11", default-features=false, features = ["brotli", "deflate", "gzip", "json"] }