mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
26 lines
900 B
Diff
26 lines
900 B
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index c4700ba..754dc07 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1374,7 +1374,6 @@ version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index a8556a4..d0a4bcd 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -70,7 +70,7 @@ tracing-flame = "0.1.0"
|
|
opentelemetry = { version = "0.16.0", features = ["rt-tokio"] }
|
|
opentelemetry-jaeger = { version = "0.15.0", features = ["rt-tokio"] }
|
|
lru-cache = "0.1.2"
|
|
-rusqlite = { version = "0.25.3", optional = true, features = ["bundled"] }
|
|
+rusqlite = { version = "0.25.3", optional = true }
|
|
parking_lot = { version = "0.11.2", optional = true }
|
|
crossbeam = { version = "0.8.1", optional = true }
|
|
num_cpus = "1.13.0"
|