mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-08 23:31:35 +02:00
1775 lines
44 KiB
Diff
1775 lines
44 KiB
Diff
Update dependencies
|
|
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -75,9 +75,9 @@
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
-version = "1.1.2"
|
|
+version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
@@ -189,22 +189,12 @@
|
|
|
|
[[package]]
|
|
name = "async-broadcast"
|
|
-version = "0.5.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
|
|
-dependencies = [
|
|
- "event-listener 2.5.3",
|
|
- "futures-core",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-broadcast"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
|
|
dependencies = [
|
|
"event-listener 5.2.0",
|
|
- "event-listener-strategy 0.5.0",
|
|
+ "event-listener-strategy 0.5.1",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
@@ -217,71 +207,50 @@
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener 5.2.0",
|
|
- "event-listener-strategy 0.5.0",
|
|
+ "event-listener-strategy 0.5.1",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
-version = "1.8.0"
|
|
+version = "1.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
|
|
+checksum = "10b3e585719c2358d2660232671ca8ca4ddb4be4ce8a1842d6c2dc8685303316"
|
|
dependencies = [
|
|
"async-lock 3.3.0",
|
|
"async-task",
|
|
"concurrent-queue",
|
|
- "fastrand 2.0.1",
|
|
- "futures-lite 2.2.0",
|
|
+ "fastrand",
|
|
+ "futures-lite",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-fs"
|
|
-version = "1.6.0"
|
|
+version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
|
+checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
|
|
dependencies = [
|
|
- "async-lock 2.8.0",
|
|
- "autocfg",
|
|
+ "async-lock 3.3.0",
|
|
"blocking",
|
|
- "futures-lite 1.13.0",
|
|
+ "futures-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
-version = "1.13.0"
|
|
+version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
+checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
|
|
dependencies = [
|
|
- "async-lock 2.8.0",
|
|
- "autocfg",
|
|
- "cfg-if",
|
|
- "concurrent-queue",
|
|
- "futures-lite 1.13.0",
|
|
- "log",
|
|
- "parking",
|
|
- "polling 2.8.0",
|
|
- "rustix 0.37.27",
|
|
- "slab",
|
|
- "socket2 0.4.10",
|
|
- "waker-fn",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-io"
|
|
-version = "2.3.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
|
|
-dependencies = [
|
|
"async-lock 3.3.0",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"futures-io",
|
|
- "futures-lite 2.2.0",
|
|
+ "futures-lite",
|
|
"parking",
|
|
- "polling 3.5.0",
|
|
- "rustix 0.38.31",
|
|
+ "polling",
|
|
+ "rustix",
|
|
"slab",
|
|
"tracing",
|
|
"windows-sys 0.52.0",
|
|
@@ -309,48 +278,33 @@
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
-version = "1.8.1"
|
|
+version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
|
+checksum = "d999d925640d51b662b7b4e404224dd81de70f4aa4a199383c2c5e5b86885fa3"
|
|
dependencies = [
|
|
- "async-io 1.13.0",
|
|
- "async-lock 2.8.0",
|
|
- "async-signal",
|
|
- "blocking",
|
|
- "cfg-if",
|
|
- "event-listener 3.1.0",
|
|
- "futures-lite 1.13.0",
|
|
- "rustix 0.38.31",
|
|
- "windows-sys 0.48.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "async-process"
|
|
-version = "2.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
|
|
-dependencies = [
|
|
"async-channel",
|
|
- "async-io 2.3.1",
|
|
+ "async-io",
|
|
"async-lock 3.3.0",
|
|
"async-signal",
|
|
+ "async-task",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener 5.2.0",
|
|
- "futures-lite 2.2.0",
|
|
- "rustix 0.38.31",
|
|
+ "futures-lite",
|
|
+ "rustix",
|
|
+ "tracing",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-recursion"
|
|
-version = "1.0.5"
|
|
+version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
|
+checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -359,13 +313,13 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
|
|
dependencies = [
|
|
- "async-io 2.3.1",
|
|
+ "async-io",
|
|
"async-lock 2.8.0",
|
|
"atomic-waker",
|
|
"cfg-if",
|
|
"futures-core",
|
|
"futures-io",
|
|
- "rustix 0.38.31",
|
|
+ "rustix",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"windows-sys 0.48.0",
|
|
@@ -379,13 +333,13 @@
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
-version = "0.1.77"
|
|
+version = "0.1.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
|
+checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -396,15 +350,15 @@
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
-version = "1.1.0"
|
|
+version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
+checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
-version = "0.3.69"
|
|
+version = "0.3.71"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
+checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cc",
|
|
@@ -433,7 +387,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"itertools",
|
|
@@ -444,7 +398,7 @@
|
|
"regex",
|
|
"rustc-hash",
|
|
"shlex",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -455,9 +409,9 @@
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
-version = "2.4.2"
|
|
+version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
|
+checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
@@ -492,30 +446,24 @@
|
|
"async-channel",
|
|
"async-lock 3.3.0",
|
|
"async-task",
|
|
- "fastrand 2.0.1",
|
|
+ "fastrand",
|
|
"futures-io",
|
|
- "futures-lite 2.2.0",
|
|
+ "futures-lite",
|
|
"piper",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
-version = "3.15.3"
|
|
+version = "3.15.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
|
|
+checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
|
|
|
|
[[package]]
|
|
-name = "bytecount"
|
|
-version = "0.6.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
|
-
|
|
-[[package]]
|
|
name = "bytemuck"
|
|
-version = "1.14.3"
|
|
+version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
|
+checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
@@ -525,15 +473,15 @@
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
-version = "1.5.0"
|
|
+version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
+checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
-version = "1.0.89"
|
|
+version = "1.0.90"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
|
|
+checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
|
dependencies = [
|
|
"jobserver",
|
|
"libc",
|
|
@@ -568,9 +516,9 @@
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
-version = "0.4.34"
|
|
+version = "0.4.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
|
+checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
|
dependencies = [
|
|
"android-tzdata",
|
|
"iana-time-zone",
|
|
@@ -603,18 +551,18 @@
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
-version = "4.5.1"
|
|
+version = "4.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
|
+checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
|
dependencies = [
|
|
"clap_builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
-version = "4.5.1"
|
|
+version = "4.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
|
+checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
@@ -649,9 +597,9 @@
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
-version = "5.2.0"
|
|
+version = "5.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297"
|
|
+checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
|
|
dependencies = [
|
|
"error-code",
|
|
]
|
|
@@ -689,9 +637,9 @@
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
-version = "0.17.0"
|
|
+version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
|
|
+checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
"time",
|
|
@@ -700,13 +648,13 @@
|
|
|
|
[[package]]
|
|
name = "cookie_store"
|
|
-version = "0.20.0"
|
|
+version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6"
|
|
+checksum = "4934e6b7e8419148b6ef56950d277af8561060b56afd59e2aadf98b59fce6baa"
|
|
dependencies = [
|
|
"cookie",
|
|
- "idna 0.3.0",
|
|
- "indexmap 1.9.3",
|
|
+ "idna",
|
|
+ "indexmap 2.2.6",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
@@ -988,7 +936,7 @@
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1010,7 +958,7 @@
|
|
dependencies = [
|
|
"darling_core 0.20.8",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1035,13 +983,13 @@
|
|
|
|
[[package]]
|
|
name = "derive-new"
|
|
-version = "0.5.9"
|
|
+version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
|
|
+checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 1.0.109",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1147,19 +1095,19 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum_dispatch"
|
|
-version = "0.3.12"
|
|
+version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
|
|
+checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1180,7 +1128,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1201,7 +1149,7 @@
|
|
"darling 0.20.8",
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1234,17 +1182,6 @@
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
-version = "3.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
|
-dependencies = [
|
|
- "concurrent-queue",
|
|
- "parking",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "event-listener"
|
|
version = "4.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
|
@@ -1277,9 +1214,9 @@
|
|
|
|
[[package]]
|
|
name = "event-listener-strategy"
|
|
-version = "0.5.0"
|
|
+version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
|
|
+checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
|
|
dependencies = [
|
|
"event-listener 5.2.0",
|
|
"pin-project-lite",
|
|
@@ -1287,20 +1224,11 @@
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
-version = "1.9.0"
|
|
+version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
-dependencies = [
|
|
- "instant",
|
|
-]
|
|
+checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
|
|
|
[[package]]
|
|
-name = "fastrand"
|
|
-version = "2.0.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
-
|
|
-[[package]]
|
|
name = "fdeflate"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1367,7 +1295,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1441,33 +1369,18 @@
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
-version = "1.13.0"
|
|
+version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
+checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
|
dependencies = [
|
|
- "fastrand 1.9.0",
|
|
+ "fastrand",
|
|
"futures-core",
|
|
"futures-io",
|
|
- "memchr",
|
|
"parking",
|
|
"pin-project-lite",
|
|
- "waker-fn",
|
|
]
|
|
|
|
[[package]]
|
|
-name = "futures-lite"
|
|
-version = "2.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
|
|
-dependencies = [
|
|
- "fastrand 2.0.1",
|
|
- "futures-core",
|
|
- "futures-io",
|
|
- "parking",
|
|
- "pin-project-lite",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1475,7 +1388,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1553,9 +1466,9 @@
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
-version = "0.3.24"
|
|
+version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
|
|
+checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
@@ -1563,7 +1476,7 @@
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
- "indexmap 2.2.5",
|
|
+ "indexmap 2.2.6",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
@@ -1641,6 +1554,15 @@
|
|
]
|
|
|
|
[[package]]
|
|
+name = "home"
|
|
+version = "0.5.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
+dependencies = [
|
|
+ "windows-sys 0.52.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
name = "http"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1691,7 +1613,7 @@
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
- "socket2 0.5.6",
|
|
+ "socket2",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
@@ -1757,16 +1679,6 @@
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
-version = "0.3.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
-dependencies = [
|
|
- "unicode-bidi",
|
|
- "unicode-normalization",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "idna"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
@@ -1801,9 +1713,9 @@
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
-version = "2.2.5"
|
|
+version = "2.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
|
|
+checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.14.3",
|
|
@@ -1819,17 +1731,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "io-lifetimes"
|
|
-version = "1.0.11"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
-dependencies = [
|
|
- "hermit-abi",
|
|
- "libc",
|
|
- "windows-sys 0.48.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "ioctl-rs"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1855,9 +1756,9 @@
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
-version = "1.0.10"
|
|
+version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
|
+checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
@@ -1934,9 +1835,9 @@
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
-version = "0.8.2"
|
|
+version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
|
|
+checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-targets 0.52.4",
|
|
@@ -1998,13 +1899,12 @@
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
-version = "0.0.1"
|
|
+version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
+checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"libc",
|
|
- "redox_syscall 0.4.1",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2121,12 +2021,6 @@
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
-version = "0.3.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
-
|
|
-[[package]]
|
|
-name = "linux-raw-sys"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
|
@@ -2192,14 +2086,14 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
-version = "2.7.1"
|
|
+version = "2.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|
+checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
@@ -2212,23 +2106,14 @@
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
-version = "0.7.1"
|
|
+version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
+checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
-name = "memoffset"
|
|
-version = "0.9.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
-dependencies = [
|
|
- "autocfg",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "mime"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2310,15 +2195,15 @@
|
|
"serde_cbor",
|
|
"serde_json",
|
|
"signal-hook",
|
|
- "strum 0.26.1",
|
|
- "strum_macros 0.26.1",
|
|
+ "strum 0.26.2",
|
|
+ "strum_macros 0.26.2",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"toml",
|
|
"unicode-width",
|
|
"url",
|
|
- "zbus 4.1.2",
|
|
+ "zbus",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2403,28 +2288,15 @@
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
-version = "0.26.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
-dependencies = [
|
|
- "bitflags 1.3.2",
|
|
- "cfg-if",
|
|
- "libc",
|
|
- "memoffset 0.7.1",
|
|
- "pin-utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "nix"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"cfg-if",
|
|
"cfg_aliases",
|
|
"libc",
|
|
- "memoffset 0.9.0",
|
|
+ "memoffset 0.9.1",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2440,14 +2312,12 @@
|
|
[[package]]
|
|
name = "notify-rust"
|
|
version = "4.10.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226"
|
|
dependencies = [
|
|
"log",
|
|
"mac-notification-sys",
|
|
"serde",
|
|
"tauri-winrt-notification",
|
|
- "zbus 3.15.1",
|
|
+ "zbus",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2723,7 +2593,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"cfg-if",
|
|
"foreign-types 0.3.2",
|
|
"libc",
|
|
@@ -2740,7 +2610,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2751,9 +2621,9 @@
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
-version = "0.9.101"
|
|
+version = "0.9.102"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
|
|
+checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
@@ -2904,14 +2774,14 @@
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
- "indexmap 2.2.5",
|
|
+ "indexmap 2.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
-version = "0.2.13"
|
|
+version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
+checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
@@ -2926,7 +2796,7 @@
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
- "fastrand 2.0.1",
|
|
+ "fastrand",
|
|
"futures-io",
|
|
]
|
|
|
|
@@ -2960,30 +2830,15 @@
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
-version = "2.8.0"
|
|
+version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
+checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6"
|
|
dependencies = [
|
|
- "autocfg",
|
|
- "bitflags 1.3.2",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
- "libc",
|
|
- "log",
|
|
+ "hermit-abi",
|
|
"pin-project-lite",
|
|
- "windows-sys 0.48.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "polling"
|
|
-version = "3.5.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "concurrent-queue",
|
|
- "pin-project-lite",
|
|
- "rustix 0.38.31",
|
|
+ "rustix",
|
|
"tracing",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
@@ -3052,9 +2907,9 @@
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
-version = "1.0.78"
|
|
+version = "1.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
|
+checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
@@ -3177,9 +3032,9 @@
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
-version = "0.4.4"
|
|
+version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
|
+checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
|
dependencies = [
|
|
"getrandom",
|
|
"libredox",
|
|
@@ -3188,9 +3043,9 @@
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
-version = "1.10.3"
|
|
+version = "1.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
|
+checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
@@ -3211,15 +3066,15 @@
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
-version = "0.8.2"
|
|
+version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
+checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
-version = "0.11.24"
|
|
+version = "0.11.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
|
|
+checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bytes",
|
|
@@ -3256,21 +3111,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "ring"
|
|
-version = "0.17.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "cfg-if",
|
|
- "getrandom",
|
|
- "libc",
|
|
- "spin",
|
|
- "untrusted",
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "rodio"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3288,8 +3128,6 @@
|
|
[[package]]
|
|
name = "rspotify"
|
|
version = "0.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "87c6f1d86b10201655f0cd4002088bafe4abcc75cc610613c995abd719f40fcb"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"chrono",
|
|
@@ -3309,11 +3147,10 @@
|
|
[[package]]
|
|
name = "rspotify-http"
|
|
version = "0.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dad45cd393a8685ee36ec6d2accbb2c955e21ac036a2e4eb175985783f30ed78"
|
|
dependencies = [
|
|
"log",
|
|
"maybe-async",
|
|
+ "native-tls",
|
|
"serde_json",
|
|
"thiserror",
|
|
"ureq",
|
|
@@ -3322,14 +3159,10 @@
|
|
[[package]]
|
|
name = "rspotify-macros"
|
|
version = "0.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cc4892882851a97ee7210e423725ce116e8239157c649af37e208fe93855638a"
|
|
|
|
[[package]]
|
|
name = "rspotify-model"
|
|
version = "0.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bae90ab3d6e4cb4ccd7f2887c4363d19b1419800e132d3fb95e2f9b24c05f4d7"
|
|
dependencies = [
|
|
"chrono",
|
|
"enum_dispatch",
|
|
@@ -3362,44 +3195,18 @@
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
-version = "0.37.27"
|
|
+version = "0.38.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
|
+checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
|
dependencies = [
|
|
- "bitflags 1.3.2",
|
|
+ "bitflags 2.5.0",
|
|
"errno",
|
|
- "io-lifetimes",
|
|
"libc",
|
|
- "linux-raw-sys 0.3.8",
|
|
- "windows-sys 0.48.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "rustix"
|
|
-version = "0.38.31"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
|
-dependencies = [
|
|
- "bitflags 2.4.2",
|
|
- "errno",
|
|
- "libc",
|
|
- "linux-raw-sys 0.4.13",
|
|
+ "linux-raw-sys",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
-name = "rustls"
|
|
-version = "0.21.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
|
|
-dependencies = [
|
|
- "log",
|
|
- "ring",
|
|
- "rustls-webpki",
|
|
- "sct",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3409,16 +3216,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "rustls-webpki"
|
|
-version = "0.101.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
-dependencies = [
|
|
- "ring",
|
|
- "untrusted",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3461,20 +3258,10 @@
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
-name = "sct"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
-dependencies = [
|
|
- "ring",
|
|
- "untrusted",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "security-framework"
|
|
-version = "2.9.2"
|
|
+version = "2.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
|
+checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation",
|
|
@@ -3485,9 +3272,9 @@
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
-version = "2.9.1"
|
|
+version = "2.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
|
+checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
@@ -3526,14 +3313,14 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
-version = "1.0.114"
|
|
+version = "1.0.115"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
|
+checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
@@ -3548,7 +3335,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -3675,22 +3462,12 @@
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
-version = "1.13.1"
|
|
+version = "1.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
|
+checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
-version = "0.4.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
-dependencies = [
|
|
- "libc",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "socket2"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
|
@@ -3700,12 +3477,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "spin"
|
|
-version = "0.9.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
-
|
|
-[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3746,9 +3517,9 @@
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
-version = "0.26.1"
|
|
+version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f"
|
|
+checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
@@ -3760,20 +3531,20 @@
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
-version = "0.26.1"
|
|
+version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
|
|
+checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -3795,9 +3566,9 @@
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
-version = "2.0.52"
|
|
+version = "2.0.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
|
+checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
@@ -3848,8 +3619,8 @@
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
- "fastrand 2.0.1",
|
|
- "rustix 0.38.31",
|
|
+ "fastrand",
|
|
+ "rustix",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
@@ -3877,22 +3648,22 @@
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
-version = "1.0.57"
|
|
+version = "1.0.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
|
|
+checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
-version = "1.0.57"
|
|
+version = "1.0.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
|
|
+checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -3966,9 +3737,9 @@
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
-version = "1.36.0"
|
|
+version = "1.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
|
+checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes",
|
|
@@ -3978,7 +3749,7 @@
|
|
"parking_lot 0.12.1",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
- "socket2 0.5.6",
|
|
+ "socket2",
|
|
"tokio-macros",
|
|
"tracing",
|
|
"windows-sys 0.48.0",
|
|
@@ -3992,7 +3763,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4007,9 +3778,9 @@
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
-version = "0.1.14"
|
|
+version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
|
+checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
@@ -4033,14 +3804,14 @@
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
-version = "0.8.10"
|
|
+version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
|
|
+checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
- "toml_edit 0.22.6",
|
|
+ "toml_edit 0.22.9",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4058,7 +3829,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
- "indexmap 2.2.5",
|
|
+ "indexmap 2.2.6",
|
|
"toml_datetime",
|
|
"winnow 0.5.40",
|
|
]
|
|
@@ -4069,18 +3840,18 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
dependencies = [
|
|
- "indexmap 2.2.5",
|
|
+ "indexmap 2.2.6",
|
|
"toml_datetime",
|
|
"winnow 0.5.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
-version = "0.22.6"
|
|
+version = "0.22.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
|
|
+checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
|
|
dependencies = [
|
|
- "indexmap 2.2.5",
|
|
+ "indexmap 2.2.6",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
@@ -4112,7 +3883,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4126,13 +3897,13 @@
|
|
|
|
[[package]]
|
|
name = "tree_magic_mini"
|
|
-version = "3.0.3"
|
|
+version = "3.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d"
|
|
+checksum = "77ee137597cdb361b55a4746983e4ac1b35ab6024396a419944ad473bb915265"
|
|
dependencies = [
|
|
- "bytecount",
|
|
"fnv",
|
|
- "lazy_static",
|
|
+ "home",
|
|
+ "memchr",
|
|
"nom",
|
|
"once_cell",
|
|
"petgraph",
|
|
@@ -4156,7 +3927,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
|
dependencies = [
|
|
- "memoffset 0.9.0",
|
|
+ "memoffset 0.9.1",
|
|
"tempfile",
|
|
"winapi",
|
|
]
|
|
@@ -4195,28 +3966,20 @@
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
|
|
[[package]]
|
|
-name = "untrusted"
|
|
-version = "0.9.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
-
|
|
-[[package]]
|
|
name = "ureq"
|
|
-version = "2.9.1"
|
|
+version = "2.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97"
|
|
+checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"cookie",
|
|
"cookie_store",
|
|
"log",
|
|
+ "native-tls",
|
|
"once_cell",
|
|
- "rustls",
|
|
- "rustls-webpki",
|
|
"serde",
|
|
"serde_json",
|
|
"url",
|
|
- "webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4226,7 +3989,7 @@
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
- "idna 0.5.0",
|
|
+ "idna",
|
|
"percent-encoding",
|
|
]
|
|
|
|
@@ -4238,9 +4001,9 @@
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
-version = "1.7.0"
|
|
+version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
|
+checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
|
dependencies = [
|
|
"getrandom",
|
|
]
|
|
@@ -4269,12 +4032,6 @@
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
[[package]]
|
|
-name = "waker-fn"
|
|
-version = "1.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
|
-
|
|
-[[package]]
|
|
name = "walkdir"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4320,7 +4077,7 @@
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
@@ -4354,7 +4111,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
@@ -4373,7 +4130,7 @@
|
|
dependencies = [
|
|
"cc",
|
|
"downcast-rs",
|
|
- "rustix 0.38.31",
|
|
+ "rustix",
|
|
"scoped-tls",
|
|
"smallvec",
|
|
"wayland-sys",
|
|
@@ -4385,8 +4142,8 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
- "rustix 0.38.31",
|
|
+ "bitflags 2.5.0",
|
|
+ "rustix",
|
|
"wayland-backend",
|
|
"wayland-scanner",
|
|
]
|
|
@@ -4397,7 +4154,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
"wayland-scanner",
|
|
@@ -4409,7 +4166,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
|
|
dependencies = [
|
|
- "bitflags 2.4.2",
|
|
+ "bitflags 2.5.0",
|
|
"wayland-backend",
|
|
"wayland-client",
|
|
"wayland-protocols",
|
|
@@ -4449,12 +4206,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "webpki-roots"
|
|
-version = "0.25.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
-
|
|
-[[package]]
|
|
name = "weezl"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4690,14 +4441,14 @@
|
|
|
|
[[package]]
|
|
name = "wl-clipboard-rs"
|
|
-version = "0.8.0"
|
|
+version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "57af79e973eadf08627115c73847392e6b766856ab8e3844a59245354b23d2fa"
|
|
+checksum = "12b41773911497b18ca8553c3daaf8ec9fe9819caf93d451d3055f69de028adb"
|
|
dependencies = [
|
|
"derive-new",
|
|
"libc",
|
|
"log",
|
|
- "nix 0.26.4",
|
|
+ "nix 0.28.0",
|
|
"os_pipe",
|
|
"tempfile",
|
|
"thiserror",
|
|
@@ -4715,7 +4466,7 @@
|
|
checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
|
|
dependencies = [
|
|
"gethostname",
|
|
- "rustix 0.38.31",
|
|
+ "rustix",
|
|
"x11rb-protocol",
|
|
]
|
|
|
|
@@ -4753,57 +4504,22 @@
|
|
|
|
[[package]]
|
|
name = "zbus"
|
|
-version = "3.15.1"
|
|
+version = "4.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5acecd3f8422f198b1a2f954bcc812fe89f3fa4281646f3da1da7925db80085d"
|
|
+checksum = "c9ff46f2a25abd690ed072054733e0bc3157e3d4c45f41bd183dce09c2ff8ab9"
|
|
dependencies = [
|
|
- "async-broadcast 0.5.1",
|
|
+ "async-broadcast",
|
|
"async-executor",
|
|
"async-fs",
|
|
- "async-io 1.13.0",
|
|
- "async-lock 2.8.0",
|
|
- "async-process 1.8.1",
|
|
+ "async-io",
|
|
+ "async-lock 3.3.0",
|
|
+ "async-process",
|
|
"async-recursion",
|
|
"async-task",
|
|
"async-trait",
|
|
"blocking",
|
|
- "byteorder",
|
|
"derivative",
|
|
"enumflags2",
|
|
- "event-listener 2.5.3",
|
|
- "futures-core",
|
|
- "futures-sink",
|
|
- "futures-util",
|
|
- "hex",
|
|
- "nix 0.26.4",
|
|
- "once_cell",
|
|
- "ordered-stream",
|
|
- "rand",
|
|
- "serde",
|
|
- "serde_repr",
|
|
- "sha1",
|
|
- "static_assertions",
|
|
- "tracing",
|
|
- "uds_windows",
|
|
- "winapi",
|
|
- "xdg-home",
|
|
- "zbus_macros 3.15.1",
|
|
- "zbus_names 2.6.1",
|
|
- "zvariant 3.15.1",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zbus"
|
|
-version = "4.1.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c9ff46f2a25abd690ed072054733e0bc3157e3d4c45f41bd183dce09c2ff8ab9"
|
|
-dependencies = [
|
|
- "async-broadcast 0.7.0",
|
|
- "async-process 2.1.0",
|
|
- "async-recursion",
|
|
- "async-trait",
|
|
- "derivative",
|
|
- "enumflags2",
|
|
"event-listener 5.2.0",
|
|
"futures-core",
|
|
"futures-sink",
|
|
@@ -4821,27 +4537,13 @@
|
|
"uds_windows",
|
|
"windows-sys 0.52.0",
|
|
"xdg-home",
|
|
- "zbus_macros 4.1.2",
|
|
- "zbus_names 3.0.0",
|
|
- "zvariant 4.0.2",
|
|
+ "zbus_macros",
|
|
+ "zbus_names",
|
|
+ "zvariant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus_macros"
|
|
-version = "3.15.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2207eb71efebda17221a579ca78b45c4c5f116f074eb745c3a172e688ccf89f5"
|
|
-dependencies = [
|
|
- "proc-macro-crate 1.3.1",
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "regex",
|
|
- "syn 1.0.109",
|
|
- "zvariant_utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zbus_macros"
|
|
version = "4.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e0e3852c93dcdb49c9462afe67a2a468f7bd464150d866e861eaf06208633e0"
|
|
@@ -4856,24 +4558,13 @@
|
|
|
|
[[package]]
|
|
name = "zbus_names"
|
|
-version = "2.6.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
|
|
-dependencies = [
|
|
- "serde",
|
|
- "static_assertions",
|
|
- "zvariant 3.15.1",
|
|
-]
|
|
-
|
|
-[[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 4.0.2",
|
|
+ "zvariant",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4903,7 +4594,7 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4914,25 +4605,11 @@
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
- "syn 2.0.52",
|
|
+ "syn 2.0.57",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant"
|
|
-version = "3.15.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c5b4fcf3660d30fc33ae5cd97e2017b23a96e85afd7a1dd014534cd0bf34ba67"
|
|
-dependencies = [
|
|
- "byteorder",
|
|
- "enumflags2",
|
|
- "libc",
|
|
- "serde",
|
|
- "static_assertions",
|
|
- "zvariant_derive 3.15.1",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zvariant"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
|
|
@@ -4941,20 +4618,7 @@
|
|
"enumflags2",
|
|
"serde",
|
|
"static_assertions",
|
|
- "zvariant_derive 4.0.2",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "zvariant_derive"
|
|
-version = "3.15.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0277758a8a0afc0e573e80ed5bfd9d9c2b48bd3108ffe09384f9f738c83f4a55"
|
|
-dependencies = [
|
|
- "proc-macro-crate 1.3.1",
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 1.0.109",
|
|
- "zvariant_utils",
|
|
+ "zvariant_derive",
|
|
]
|
|
|
|
[[package]]
|