mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 21:30:52 +00:00
14 lines
893 B
Diff
14 lines
893 B
Diff
TODO: Replace this patch with some commands in `post_get_source`
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -232,7 +232,7 @@
|
|
rayon = "1.8.0"
|
|
regex = "^1.7.0"
|
|
reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json", "http2"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955
|
|
-rusqlite = { version = "0.37.0", features = ["unlock_notify", "bundled", "session", "modern_sqlite", "limits", "backup"] } # "modern_sqlite": need sqlite >= 3.49.0 for some db configs
|
|
+rusqlite = { version = "0.37.0", features = ["unlock_notify", "session", "modern_sqlite", "limits", "backup"] } # "modern_sqlite": need sqlite >= 3.49.0 for some db configs
|
|
rustls = { version = "=0.23.28", default-features = false, features = ["logging", "std", "tls12", "aws_lc_rs"] }
|
|
rustls-pemfile = "2"
|
|
rustls-tokio-stream = "=0.8.0"
|