mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-22 14:02:01 +01:00
744 lines
18 KiB
Diff
744 lines
18 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 831b7375..f092e289 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -123,155 +123,6 @@ version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
-[[package]]
|
|
-name = "async-broadcast"
|
|
-version = "0.7.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
|
|
-dependencies = [
|
|
- "event-listener",
|
|
- "event-listener-strategy",
|
|
- "futures-core",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-channel"
|
|
-version = "2.3.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
-dependencies = [
|
|
- "concurrent-queue",
|
|
- "event-listener-strategy",
|
|
- "futures-core",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-executor"
|
|
-version = "1.13.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
|
-dependencies = [
|
|
- "async-task",
|
|
- "concurrent-queue",
|
|
- "fastrand",
|
|
- "futures-lite",
|
|
- "slab",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-fs"
|
|
-version = "2.1.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
|
-dependencies = [
|
|
- "async-lock",
|
|
- "blocking",
|
|
- "futures-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-io"
|
|
-version = "2.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
|
-dependencies = [
|
|
- "async-lock",
|
|
- "cfg-if",
|
|
- "concurrent-queue",
|
|
- "futures-io",
|
|
- "futures-lite",
|
|
- "parking",
|
|
- "polling",
|
|
- "rustix",
|
|
- "slab",
|
|
- "tracing",
|
|
- "windows-sys 0.59.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-lock"
|
|
-version = "3.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
-dependencies = [
|
|
- "event-listener",
|
|
- "event-listener-strategy",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-process"
|
|
-version = "2.3.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
|
-dependencies = [
|
|
- "async-channel",
|
|
- "async-io",
|
|
- "async-lock",
|
|
- "async-signal",
|
|
- "async-task",
|
|
- "blocking",
|
|
- "cfg-if",
|
|
- "event-listener",
|
|
- "futures-lite",
|
|
- "rustix",
|
|
- "tracing",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-recursion"
|
|
-version = "1.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-signal"
|
|
-version = "0.2.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
|
-dependencies = [
|
|
- "async-io",
|
|
- "async-lock",
|
|
- "atomic-waker",
|
|
- "cfg-if",
|
|
- "futures-core",
|
|
- "futures-io",
|
|
- "rustix",
|
|
- "signal-hook-registry",
|
|
- "slab",
|
|
- "windows-sys 0.59.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-task"
|
|
-version = "4.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
-
|
|
-[[package]]
|
|
-name = "async-trait"
|
|
-version = "0.1.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "atomic-waker"
|
|
-version = "1.1.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
-
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.4.0"
|
|
@@ -326,19 +177,6 @@ dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "blocking"
|
|
-version = "1.6.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
|
-dependencies = [
|
|
- "async-channel",
|
|
- "async-task",
|
|
- "futures-io",
|
|
- "futures-lite",
|
|
- "piper",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "1.11.3"
|
|
@@ -475,15 +313,6 @@ version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
|
-[[package]]
|
|
-name = "concurrent-queue"
|
|
-version = "2.5.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
-dependencies = [
|
|
- "crossbeam-utils",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.18"
|
|
@@ -608,6 +437,17 @@ dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "dbus"
|
|
+version = "0.9.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "libdbus-sys",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "deelevate"
|
|
version = "0.2.0"
|
|
@@ -765,33 +605,6 @@ dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "endi"
|
|
-version = "1.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
|
|
-
|
|
-[[package]]
|
|
-name = "enumflags2"
|
|
-version = "0.7.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
|
|
-dependencies = [
|
|
- "enumflags2_derive",
|
|
- "serde",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "enumflags2_derive"
|
|
-version = "0.7.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "env_home"
|
|
version = "0.1.0"
|
|
@@ -845,27 +658,6 @@ dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "event-listener"
|
|
-version = "5.3.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
-dependencies = [
|
|
- "concurrent-queue",
|
|
- "parking",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "event-listener-strategy"
|
|
-version = "0.5.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
|
-dependencies = [
|
|
- "event-listener",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "faster-hex"
|
|
version = "0.9.0"
|
|
@@ -937,59 +729,6 @@ version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
|
|
|
|
-[[package]]
|
|
-name = "futures-core"
|
|
-version = "0.3.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
-
|
|
-[[package]]
|
|
-name = "futures-io"
|
|
-version = "0.3.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
-
|
|
-[[package]]
|
|
-name = "futures-lite"
|
|
-version = "2.5.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
|
|
-dependencies = [
|
|
- "fastrand",
|
|
- "futures-core",
|
|
- "futures-io",
|
|
- "parking",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "futures-sink"
|
|
-version = "0.3.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
-
|
|
-[[package]]
|
|
-name = "futures-task"
|
|
-version = "0.3.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
-
|
|
-[[package]]
|
|
-name = "futures-util"
|
|
-version = "0.3.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
-dependencies = [
|
|
- "futures-core",
|
|
- "futures-io",
|
|
- "futures-sink",
|
|
- "futures-task",
|
|
- "memchr",
|
|
- "pin-project-lite",
|
|
- "pin-utils",
|
|
- "slab",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
@@ -1632,12 +1371,6 @@ version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
-[[package]]
|
|
-name = "hermit-abi"
|
|
-version = "0.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
-
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
@@ -1940,6 +1673,15 @@ version = "0.2.169"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
|
+[[package]]
|
|
+name = "libdbus-sys"
|
|
+version = "0.2.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
|
+dependencies = [
|
|
+ "pkg-config",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.1.3"
|
|
@@ -2066,15 +1808,6 @@ version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
|
|
|
|
-[[package]]
|
|
-name = "memoffset"
|
|
-version = "0.9.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
-dependencies = [
|
|
- "autocfg",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
@@ -2126,7 +1859,6 @@ dependencies = [
|
|
"cfg-if",
|
|
"cfg_aliases",
|
|
"libc",
|
|
- "memoffset",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2155,11 +1887,10 @@ version = "4.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5134a72dc570b178bff81b01e81ab14a6fcc015391ed4b3b14853090658cd3a3"
|
|
dependencies = [
|
|
+ "dbus",
|
|
"log",
|
|
"mac-notification-sys",
|
|
- "serde",
|
|
"tauri-winrt-notification",
|
|
- "zbus",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2283,16 +2014,6 @@ dependencies = [
|
|
"hashbrown 0.14.5",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "ordered-stream"
|
|
-version = "0.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
-dependencies = [
|
|
- "futures-core",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "os_info"
|
|
version = "3.9.2"
|
|
@@ -2304,12 +2025,6 @@ dependencies = [
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "parking"
|
|
-version = "2.2.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
-
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.3"
|
|
@@ -2444,29 +2159,6 @@ dependencies = [
|
|
"siphasher",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "pin-project-lite"
|
|
-version = "0.2.15"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
-
|
|
-[[package]]
|
|
-name = "pin-utils"
|
|
-version = "0.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
-
|
|
-[[package]]
|
|
-name = "piper"
|
|
-version = "0.2.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
-dependencies = [
|
|
- "atomic-waker",
|
|
- "fastrand",
|
|
- "futures-io",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.31"
|
|
@@ -2486,21 +2178,6 @@ dependencies = [
|
|
"time",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "polling"
|
|
-version = "3.7.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "concurrent-queue",
|
|
- "hermit-abi",
|
|
- "pin-project-lite",
|
|
- "rustix",
|
|
- "tracing",
|
|
- "windows-sys 0.59.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "portable-atomic"
|
|
version = "1.10.0"
|
|
@@ -2557,15 +2234,6 @@ dependencies = [
|
|
"termtree",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "proc-macro-crate"
|
|
-version = "3.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
|
-dependencies = [
|
|
- "toml_edit",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.92"
|
|
@@ -2878,17 +2546,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "serde_repr"
|
|
-version = "0.1.19"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.8"
|
|
@@ -3017,15 +2674,6 @@ version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
-[[package]]
|
|
-name = "slab"
|
|
-version = "0.4.9"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
-dependencies = [
|
|
- "autocfg",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.13.2"
|
|
@@ -3113,12 +2761,6 @@ dependencies = [
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "static_assertions"
|
|
-version = "1.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
-
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.11.1"
|
|
@@ -3496,37 +3138,6 @@ dependencies = [
|
|
"winnow",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "tracing"
|
|
-version = "0.1.41"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
-dependencies = [
|
|
- "pin-project-lite",
|
|
- "tracing-attributes",
|
|
- "tracing-core",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "tracing-attributes"
|
|
-version = "0.1.28"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "tracing-core"
|
|
-version = "0.1.33"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
-dependencies = [
|
|
- "once_cell",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "trim-in-place"
|
|
version = "0.1.7"
|
|
@@ -3551,17 +3162,6 @@ version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
|
-[[package]]
|
|
-name = "uds_windows"
|
|
-version = "1.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
|
-dependencies = [
|
|
- "memoffset",
|
|
- "tempfile",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "uluru"
|
|
version = "3.1.0"
|
|
@@ -4239,16 +3839,6 @@ version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
-[[package]]
|
|
-name = "xdg-home"
|
|
-version = "1.3.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
|
|
-dependencies = [
|
|
- "libc",
|
|
- "windows-sys 0.59.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "yaml-rust2"
|
|
version = "0.9.0"
|
|
@@ -4284,68 +3874,6 @@ dependencies = [
|
|
"synstructure",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "zbus"
|
|
-version = "4.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
|
|
-dependencies = [
|
|
- "async-broadcast",
|
|
- "async-executor",
|
|
- "async-fs",
|
|
- "async-io",
|
|
- "async-lock",
|
|
- "async-process",
|
|
- "async-recursion",
|
|
- "async-task",
|
|
- "async-trait",
|
|
- "blocking",
|
|
- "enumflags2",
|
|
- "event-listener",
|
|
- "futures-core",
|
|
- "futures-sink",
|
|
- "futures-util",
|
|
- "hex",
|
|
- "nix",
|
|
- "ordered-stream",
|
|
- "rand",
|
|
- "serde",
|
|
- "serde_repr",
|
|
- "sha1",
|
|
- "static_assertions",
|
|
- "tracing",
|
|
- "uds_windows",
|
|
- "windows-sys 0.52.0",
|
|
- "xdg-home",
|
|
- "zbus_macros",
|
|
- "zbus_names",
|
|
- "zvariant",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zbus_macros"
|
|
-version = "4.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
|
|
-dependencies = [
|
|
- "proc-macro-crate",
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
- "zvariant_utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zbus_names"
|
|
-version = "3.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
|
|
-dependencies = [
|
|
- "serde",
|
|
- "static_assertions",
|
|
- "zvariant",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.7.35"
|
|
@@ -4409,40 +3937,3 @@ dependencies = [
|
|
"quote",
|
|
"syn 2.0.95",
|
|
]
|
|
-
|
|
-[[package]]
|
|
-name = "zvariant"
|
|
-version = "4.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
|
|
-dependencies = [
|
|
- "endi",
|
|
- "enumflags2",
|
|
- "serde",
|
|
- "static_assertions",
|
|
- "zvariant_derive",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zvariant_derive"
|
|
-version = "4.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
|
|
-dependencies = [
|
|
- "proc-macro-crate",
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
- "zvariant_utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zvariant_utils"
|
|
-version = "2.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.95",
|
|
-]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index ebffc4d5..eb2af0b2 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -54,7 +54,7 @@ indexmap = { version = "2.7.0", features = ["serde"] }
|
|
log = { version = "0.4.24", features = ["std"] }
|
|
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
|
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
|
-notify-rust = { version = "4.11.3", optional = true }
|
|
+notify-rust = { version = "4.11.3", default-features = false, features = ["d"], optional = true }
|
|
nu-ansi-term = "0.50.1"
|
|
open = "5.3.2"
|
|
# update os module config and tests when upgrading os_info
|