mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
22 lines
598 B
Diff
22 lines
598 B
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -2091,7 +2091,6 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -85,7 +85,7 @@
|
|
portable-pty = "0.8.1"
|
|
rayon = "1.10.0"
|
|
regex = "1.10.4"
|
|
-rusqlite = { version = "0.29.0", features = ["bundled"] }
|
|
+rusqlite = { version = "0.29.0" }
|
|
scm-bisect = { version = "0.2.0", path = "scm-bisect" }
|
|
scm-record = "0.3.0"
|
|
serde = { version = "1.0.198", features = ["derive"] }
|