mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-23 16:51:34 +01:00
33 lines
863 B
Diff
33 lines
863 B
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1267,7 +1267,6 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
--- a/git-branchless/Cargo.toml
|
|
+++ b/git-branchless/Cargo.toml
|
|
@@ -37,7 +37,7 @@
|
|
path-slash = "0.1.4"
|
|
rayon = "1.5.1"
|
|
regex = "1.5.5"
|
|
-rusqlite = { version = "0.27.0", features = ["bundled"] }
|
|
+rusqlite = { version = "0.27.0" }
|
|
tracing = "0.1.32"
|
|
tracing-chrome = "0.5.0"
|
|
tracing-error = "0.2.0"
|
|
--- a/git-branchless-lib/Cargo.toml
|
|
+++ b/git-branchless-lib/Cargo.toml
|
|
@@ -53,7 +53,7 @@
|
|
os_str_bytes = "6.0.0"
|
|
rayon = "1.5.1"
|
|
regex = "1.5.5"
|
|
-rusqlite = { version = "0.27.0", features = ["bundled"] }
|
|
+rusqlite = { version = "0.27.0" }
|
|
tempfile = "3.3.0"
|
|
textwrap = "0.15.0"
|
|
tracing = "0.1.32"
|