Files
niri/Cargo.lock

5258 lines
128 KiB
Plaintext
Raw Permalink Normal View History

2023-08-07 19:44:40 +04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "accesskit"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c0690ad6e6f9597b8439bd3c95e8c6df5cd043afd950c6d68f3b37df641e27c"
[[package]]
name = "accesskit_atspi_common"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb511e093896d3cae0efba40322087dff59ea322308a3e6edf70f28d22f2607"
dependencies = [
"accesskit",
"accesskit_consumer",
"atspi-common",
"serde",
"thiserror 1.0.69",
"zvariant",
]
[[package]]
name = "accesskit_consumer"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec27574c1baeb7747c802a194566b46b602461e81dc4957949580ea8da695038"
dependencies = [
"accesskit",
"hashbrown 0.15.5",
]
[[package]]
name = "accesskit_unix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2abbfb16144cca5bb2ea6acad5865b7c1e70d4fa171ceba1a52ea8e78a7515f4"
dependencies = [
"accesskit",
"accesskit_atspi_common",
"async-channel",
"async-executor",
"async-task",
"atspi",
"futures-lite",
"futures-util",
"serde",
"zbus",
]
2024-09-13 15:05:33 +03:00
[[package]]
name = "adler2"
version = "2.0.1"
2024-09-13 15:05:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
2024-09-13 15:05:33 +03:00
2023-09-05 12:58:51 +04:00
[[package]]
name = "ahash"
version = "0.8.12"
2023-09-05 12:58:51 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
2023-09-05 12:58:51 +04:00
dependencies = [
2023-10-24 15:05:14 +04:00
"cfg-if",
"getrandom 0.3.3",
2023-09-05 12:58:51 +04:00
"once_cell",
"version_check",
"zerocopy",
2023-09-05 12:58:51 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "aho-corasick"
2024-03-28 15:46:43 +04:00
version = "1.1.3"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 15:46:43 +04:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-08-07 19:44:40 +04:00
dependencies = [
"memchr",
]
2025-03-09 22:03:14 +03:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2023-10-24 15:05:14 +04:00
[[package]]
name = "allocator-api2"
2025-01-02 11:50:34 +03:00
version = "0.2.21"
2023-10-24 15:05:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2023-10-24 15:05:14 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "android-activity"
2024-06-21 07:53:41 +03:00
version = "0.6.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
2023-08-07 19:44:40 +04:00
dependencies = [
"android-properties",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"cc",
"cesu8",
"jni",
2023-08-07 19:44:40 +04:00
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2024-02-10 15:01:34 +04:00
[[package]]
name = "annotate-snippets"
2025-08-11 09:09:54 +03:00
version = "0.11.5"
2024-02-10 15:01:34 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
2024-02-10 15:01:34 +04:00
dependencies = [
2025-08-11 09:09:54 +03:00
"anstyle",
"unicode-width 0.2.1",
2024-02-10 15:01:34 +04:00
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "anstream"
2025-08-11 09:09:54 +03:00
version = "0.6.20"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
2023-08-09 11:03:38 +04:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-16 18:00:28 +04:00
"is_terminal_polyfill",
2023-08-09 11:03:38 +04:00
"utf8parse",
]
[[package]]
name = "anstyle"
2025-10-02 11:57:27 +03:00
version = "1.0.13"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
2023-08-09 11:03:38 +04:00
[[package]]
name = "anstyle-parse"
version = "0.2.7"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
2023-08-09 11:03:38 +04:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-08-11 09:09:54 +03:00
version = "1.1.4"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
2023-08-09 11:03:38 +04:00
dependencies = [
2025-08-11 09:09:54 +03:00
"windows-sys 0.60.2",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "anstyle-wincon"
2025-08-11 09:09:54 +03:00
version = "3.0.10"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
2023-08-09 11:03:38 +04:00
dependencies = [
"anstyle",
"once_cell_polyfill",
2025-08-11 09:09:54 +03:00
"windows-sys 0.60.2",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "anyhow"
2025-10-02 11:57:27 +03:00
version = "1.0.100"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
2023-08-09 11:03:38 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "appendlist"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2"
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
[[package]]
name = "arrayvec"
2024-09-13 15:05:33 +03:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "as-raw-xcb-connection"
2023-12-19 21:06:49 +04:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 21:06:49 +04:00
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
2024-12-10 01:58:26 +02:00
[[package]]
name = "async-broadcast"
2025-01-02 11:50:34 +03:00
version = "0.7.2"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
2024-12-10 01:58:26 +02:00
dependencies = [
"event-listener",
2024-12-10 01:58:26 +02:00
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-channel"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
dependencies = [
"concurrent-queue",
2024-06-10 08:30:57 +03:00
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-executor"
2025-10-02 11:57:27 +03:00
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"pin-project-lite",
"slab",
]
[[package]]
name = "async-io"
2025-10-02 11:57:27 +03:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
dependencies = [
2025-10-02 11:57:27 +03:00
"autocfg",
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite",
"parking",
"polling",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"slab",
2025-10-02 11:57:27 +03:00
"windows-sys 0.61.1",
]
[[package]]
name = "async-lock"
2025-08-11 09:09:54 +03:00
version = "3.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
dependencies = [
"event-listener",
2024-06-10 08:30:57 +03:00
"event-listener-strategy",
"pin-project-lite",
]
2024-12-10 01:58:26 +02:00
[[package]]
name = "async-process"
2025-10-02 11:57:27 +03:00
version = "2.5.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
2024-12-10 01:58:26 +02:00
dependencies = [
"async-channel",
"async-io",
"async-lock",
2024-12-10 01:58:26 +02:00
"async-signal",
"async-task",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2024-12-10 01:58:26 +02:00
]
[[package]]
name = "async-recursion"
2024-05-16 18:00:28 +04:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-09-24 11:04:30 +04:00
]
2023-10-13 07:37:37 +04:00
[[package]]
name = "async-signal"
2025-10-02 11:57:27 +03:00
version = "0.2.13"
2023-10-13 07:37:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
2023-10-13 07:37:37 +04:00
dependencies = [
"async-io",
"async-lock",
2023-10-13 07:37:37 +04:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2023-10-13 07:37:37 +04:00
"signal-hook-registry",
"slab",
2025-10-02 11:57:27 +03:00
"windows-sys 0.61.1",
2023-10-13 07:37:37 +04:00
]
[[package]]
name = "async-task"
2024-05-16 18:00:28 +04:00
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
2025-08-19 19:17:42 +03:00
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[package]]
name = "atomic"
2025-06-23 13:51:22 +03:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
dependencies = [
"bytemuck",
]
[[package]]
name = "atomic-waker"
2023-09-24 11:04:30 +04:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 11:04:30 +04:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atomic_float"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628d228f918ac3b82fe590352cc719d30664a0c13ca3a60266fe02c7132d480a"
[[package]]
name = "atspi"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c"
dependencies = [
"atspi-common",
"atspi-connection",
"atspi-proxies",
]
[[package]]
name = "atspi-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb"
dependencies = [
"enumflags2",
"serde",
"static_assertions",
"zbus",
"zbus-lockstep",
"zbus-lockstep-macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "atspi-connection"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938"
dependencies = [
"atspi-common",
"atspi-proxies",
"futures-lite",
"zbus",
]
[[package]]
name = "atspi-proxies"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c"
dependencies = [
"atspi-common",
"serde",
"zbus",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "autocfg"
2025-06-23 13:51:22 +03:00
version = "1.5.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
2023-08-07 19:44:40 +04:00
2023-09-05 12:58:51 +04:00
[[package]]
name = "base64"
2024-01-19 09:41:16 +04:00
version = "0.21.7"
2023-09-05 12:58:51 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 09:41:16 +04:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-09-05 12:58:51 +04:00
[[package]]
name = "bindgen"
2025-10-02 11:57:27 +03:00
version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
dependencies = [
2024-02-10 15:01:34 +04:00
"annotate-snippets",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"cexpr",
"clang-sys",
2024-02-10 15:01:34 +04:00
"itertools",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
2023-09-27 13:35:02 +04:00
[[package]]
name = "bit-set"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "0.8.0"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2023-09-27 13:35:02 +04:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "0.8.0"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2023-09-27 13:35:02 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2025-10-02 11:57:27 +03:00
version = "2.9.4"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
2023-08-07 19:44:40 +04:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "block2"
2024-06-21 07:53:41 +03:00
version = "0.5.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2023-08-07 19:44:40 +04:00
dependencies = [
"objc2",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "blocking"
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
dependencies = [
2023-11-24 11:49:07 +04:00
"async-channel",
"async-task",
2023-09-24 11:04:30 +04:00
"futures-io",
"futures-lite",
2023-09-24 11:04:30 +04:00
"piper",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "bumpalo"
version = "3.19.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2023-08-07 19:44:40 +04:00
2023-08-09 11:03:38 +04:00
[[package]]
name = "bytemuck"
2025-08-11 09:09:54 +03:00
version = "1.23.2"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
2023-08-09 11:03:38 +04:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2025-08-11 09:09:54 +03:00
version = "1.10.1"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29"
2023-08-09 11:03:38 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-09 11:03:38 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "bytes"
version = "1.10.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2023-08-07 19:44:40 +04:00
[[package]]
name = "cairo-rs"
2025-06-23 13:51:22 +03:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"cairo-sys-rs",
"glib",
"libc",
]
[[package]]
name = "cairo-sys-rs"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b"
dependencies = [
"glib-sys",
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
]
2023-09-24 11:04:30 +04:00
[[package]]
name = "calloop"
2024-07-27 09:28:40 +03:00
version = "0.13.0"
2023-09-24 11:04:30 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 09:28:40 +03:00
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2024-03-08 17:06:35 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-03-08 17:06:35 +04:00
"log",
"polling",
"rustix 0.38.44",
2024-03-08 17:06:35 +04:00
"slab",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2024-03-08 17:06:35 +04:00
]
[[package]]
name = "calloop"
version = "0.14.3"
2024-03-08 17:06:35 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e"
2023-09-24 11:04:30 +04:00
dependencies = [
2024-01-17 10:23:48 +04:00
"async-task",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-01-17 10:23:48 +04:00
"futures-io",
2025-08-11 09:09:54 +03:00
"nix",
"polling",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2023-09-24 11:04:30 +04:00
"slab",
2024-09-13 15:05:33 +03:00
"tracing",
2023-09-24 11:04:30 +04:00
]
[[package]]
name = "calloop-wayland-source"
2024-07-27 09:28:40 +03:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 09:28:40 +03:00
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
dependencies = [
2024-07-27 09:28:40 +03:00
"calloop 0.13.0",
"rustix 0.38.44",
"wayland-backend",
"wayland-client",
]
[[package]]
name = "calloop-wayland-source"
2025-10-02 11:57:27 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
dependencies = [
"calloop 0.14.3",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"wayland-backend",
"wayland-client",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "cc"
2025-10-02 11:57:27 +03:00
version = "1.2.39"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"find-msvc-tools",
2024-03-08 17:06:35 +04:00
"jobserver",
2023-08-07 19:44:40 +04:00
"libc",
2024-09-13 15:05:33 +03:00
"shlex",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2025-08-11 09:09:54 +03:00
"nom 7.1.3",
]
2024-09-13 15:05:33 +03:00
[[package]]
name = "cfg-expr"
version = "0.18.0"
2024-09-13 15:05:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a2b34126159980f92da2a08bdec0694fd80fb5eb9e48aff25d20a0d8dfa710d"
2024-09-13 15:05:33 +03:00
dependencies = [
"smallvec",
2025-08-11 09:09:54 +03:00
"target-lexicon",
2024-09-13 15:05:33 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "cfg-if"
2025-08-26 21:17:06 +03:00
version = "1.0.3"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2023-08-07 19:44:40 +04:00
[[package]]
name = "cfg_aliases"
2024-06-21 07:53:41 +03:00
version = "0.2.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2023-08-07 19:44:40 +04:00
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx 0.4.0",
2023-08-07 19:44:40 +04:00
"num-traits",
]
2023-09-05 12:58:51 +04:00
[[package]]
name = "chumsky"
2023-10-24 15:05:14 +04:00
version = "0.9.3"
2023-09-05 12:58:51 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 15:05:14 +04:00
checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
2023-09-05 12:58:51 +04:00
dependencies = [
"hashbrown 0.14.5",
2023-09-05 12:58:51 +04:00
]
[[package]]
name = "clang-sys"
2024-06-10 08:30:57 +03:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:30:57 +03:00
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
2024-01-05 20:22:53 +04:00
"libloading",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "clap"
2025-10-02 11:57:27 +03:00
version = "4.5.48"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
2023-08-09 11:03:38 +04:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2025-10-02 11:57:27 +03:00
version = "4.5.48"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
2023-08-09 11:03:38 +04:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_complete"
2025-10-02 11:57:27 +03:00
version = "4.5.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a"
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0c951694691e65bf9d421d597d68416c22de9632e884c28412cb8cd8b73dce"
dependencies = [
"clap",
"clap_complete",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "clap_derive"
2025-10-02 11:57:27 +03:00
version = "4.5.47"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
2023-08-09 11:03:38 +04:00
dependencies = [
2024-08-08 15:01:18 +03:00
"heck 0.5.0",
2023-08-09 11:03:38 +04:00
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "clap_lex"
version = "0.7.5"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
2023-08-09 11:03:38 +04:00
[[package]]
name = "colorchoice"
version = "1.0.4"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2023-08-09 11:03:38 +04:00
[[package]]
name = "combine"
2024-05-16 18:00:28 +04:00
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
2024-05-16 18:00:28 +04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"windows-sys 0.59.0",
]
[[package]]
name = "convert_case"
2025-08-11 09:09:54 +03:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cookie-factory"
2024-03-28 15:46:43 +04:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 15:46:43 +04:00
checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
dependencies = [
"futures",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "core-foundation"
2023-12-08 08:01:52 +04:00
version = "0.9.4"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 08:01:52 +04:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-08-07 19:44:40 +04:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-09-13 15:05:33 +03:00
version = "0.8.7"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-08-07 19:44:40 +04:00
[[package]]
name = "core-graphics"
2024-05-16 18:00:28 +04:00
version = "0.23.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2023-08-07 19:44:40 +04:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
2023-12-08 08:01:52 +04:00
version = "0.1.3"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 08:01:52 +04:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2023-08-07 19:44:40 +04:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"libc",
]
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
2023-08-27 19:34:37 +04:00
[[package]]
name = "crc32fast"
version = "1.5.0"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
2023-08-27 19:34:37 +04:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2025-01-02 11:50:34 +03:00
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2024-02-21 21:27:44 +04:00
[[package]]
name = "csscolorparser"
version = "0.7.2"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda6aace1fbef3aa217b27f4c8d7d071ef2a70a5ca51050b1f17d40299d3f16"
2024-02-21 21:27:44 +04:00
dependencies = [
"phf",
]
[[package]]
name = "cursor-icon"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
2024-04-24 10:04:19 +04:00
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2023-08-27 19:34:37 +04:00
[[package]]
name = "directories"
version = "6.0.0"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
2023-08-27 19:34:37 +04:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.5.0"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
2023-08-27 19:34:37 +04:00
dependencies = [
"libc",
"option-ext",
"redox_users",
2025-10-02 11:57:27 +03:00
"windows-sys 0.61.1",
2023-08-27 19:34:37 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2024-11-09 15:57:17 +03:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
2024-01-05 20:22:53 +04:00
"libloading",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "downcast-rs"
2024-05-16 18:00:28 +04:00
version = "1.2.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2023-08-07 19:44:40 +04:00
2024-06-21 07:53:41 +03:00
[[package]]
name = "dpi"
version = "0.1.2"
2024-06-21 07:53:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
2024-06-21 07:53:41 +03:00
2023-08-09 11:03:38 +04:00
[[package]]
name = "drm"
2024-10-27 22:54:13 +03:00
version = "0.14.1"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-27 22:54:13 +03:00
checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f"
2023-08-09 11:03:38 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-09 11:03:38 +04:00
"bytemuck",
"drm-ffi",
2023-08-09 11:03:38 +04:00
"drm-fourcc",
2024-10-27 22:54:13 +03:00
"libc",
"rustix 0.38.44",
2023-08-09 11:03:38 +04:00
]
2024-09-30 15:27:36 +03:00
[[package]]
name = "drm-ffi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e41459d99a9b529845f6d2c909eb9adf3b6d2f82635ae40be8de0601726e8b"
dependencies = [
"drm-sys",
"rustix 0.38.44",
2023-08-09 11:03:38 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
2024-09-30 15:27:36 +03:00
[[package]]
name = "drm-sys"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafb66c8dbc944d69e15cfcc661df7e703beffbaec8bd63151368b06c5f9858c"
dependencies = [
"libc",
"linux-raw-sys 0.6.5",
]
[[package]]
name = "dyn-clone"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
2024-02-10 15:01:34 +04:00
[[package]]
name = "either"
version = "1.15.0"
2024-02-10 15:01:34 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2024-02-10 15:01:34 +04:00
[[package]]
name = "encode_unicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2024-12-10 01:58:26 +02:00
[[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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "equivalent"
2025-02-21 08:03:39 +03:00
version = "1.0.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2023-08-07 19:44:40 +04:00
2023-08-09 11:03:38 +04:00
[[package]]
name = "errno"
2025-10-02 11:57:27 +03:00
version = "0.3.14"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2023-08-07 19:44:40 +04:00
dependencies = [
"libc",
2025-10-02 11:57:27 +03:00
"windows-sys 0.61.1",
2023-08-07 19:44:40 +04:00
]
2023-12-08 08:01:52 +04:00
[[package]]
name = "event-listener"
2025-08-11 09:09:54 +03:00
version = "5.4.1"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2023-12-08 08:01:52 +04:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2024-02-10 15:01:34 +04:00
[[package]]
name = "event-listener-strategy"
2025-03-29 10:55:50 +03:00
version = "0.5.4"
2024-02-10 15:01:34 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
2024-02-10 15:01:34 +04:00
dependencies = [
"event-listener",
2024-02-10 15:01:34 +04:00
"pin-project-lite",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "fastrand"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "2.3.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2023-08-07 19:44:40 +04:00
2023-08-27 19:34:37 +04:00
[[package]]
name = "fdeflate"
2025-01-02 11:50:34 +03:00
version = "0.3.7"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
2023-08-27 19:34:37 +04:00
dependencies = [
"simd-adler32",
]
2024-02-06 09:01:26 +04:00
[[package]]
name = "field-offset"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
dependencies = [
"memoffset",
2024-02-06 09:01:26 +04:00
"rustc_version",
]
2025-10-02 11:57:27 +03:00
[[package]]
name = "find-msvc-tools"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
2023-08-27 19:34:37 +04:00
[[package]]
name = "flate2"
version = "1.1.2"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
2023-08-27 19:34:37 +04:00
dependencies = [
"crc32fast",
2024-09-30 15:27:36 +03:00
"miniz_oxide",
2023-08-27 19:34:37 +04:00
]
2023-09-27 13:35:02 +04:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2023-08-07 19:44:40 +04:00
[[package]]
name = "foreign-types"
version = "0.5.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
2023-08-07 19:44:40 +04:00
dependencies = [
"foreign-types-macros",
2023-08-07 19:44:40 +04:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2023-08-07 19:44:40 +04:00
2023-10-31 17:06:14 +04:00
[[package]]
name = "form_urlencoded"
2025-08-26 21:17:06 +03:00
version = "1.2.2"
2023-10-31 17:06:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2023-10-31 17:06:14 +04:00
dependencies = [
"percent-encoding",
]
2024-03-28 15:46:43 +04:00
[[package]]
name = "futures"
version = "0.3.31"
2024-03-28 15:46:43 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2024-03-28 15:46:43 +04:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
2024-03-28 15:46:43 +04:00
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-lite"
2025-08-11 09:09:54 +03:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
dependencies = [
"fastrand",
"futures-core",
2023-11-24 11:49:07 +04:00
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[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 = [
2024-03-28 15:46:43 +04:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "gbm"
2024-12-13 10:28:25 +03:00
version = "0.18.0"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-13 10:28:25 +03:00
checksum = "ce852e998d3ca5e4a97014fb31c940dc5ef344ec7d364984525fd11e8a547e6a"
2023-08-09 11:03:38 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-09 11:03:38 +04:00
"drm",
"drm-fourcc",
"gbm-sys",
"libc",
"wayland-backend",
"wayland-server",
]
[[package]]
name = "gbm-sys"
2024-12-13 10:28:25 +03:00
version = "0.4.0"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-13 10:28:25 +03:00
checksum = "c13a5f2acc785d8fb6bf6b7ab6bfb0ef5dad4f4d97e8e70bb8e470722312f76f"
2023-08-09 11:03:38 +04:00
dependencies = [
"libc",
]
2024-02-06 09:01:26 +04:00
[[package]]
name = "gdk-pixbuf"
version = "0.20.10"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd242894c084f4beed508a56952750bce3e96e85eb68fdc153637daa163e10c"
2024-02-06 09:01:26 +04:00
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.20.10"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b34f3b580c988bd217e9543a2de59823fafae369d1a055555e5f95a8b130b96"
2024-02-06 09:01:26 +04:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
[[package]]
name = "gdk4"
2025-02-21 08:03:39 +03:00
version = "0.9.6"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "4850c9d9c1aecd1a3eb14fadc1cdb0ac0a2298037e116264c7473e1740a32d60"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
2025-02-21 08:03:39 +03:00
version = "0.9.6"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "6f6eb95798e2b46f279cf59005daf297d5b69555428f185650d71974a910473a"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
2023-08-10 14:12:20 +04:00
[[package]]
name = "generator"
2025-08-26 21:17:06 +03:00
version = "0.8.7"
2023-08-10 14:12:20 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
2023-08-10 14:12:20 +04:00
dependencies = [
"cc",
2024-05-16 18:00:28 +04:00
"cfg-if",
2023-08-10 14:12:20 +04:00
"libc",
"log",
"rustversion",
"windows",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
2025-10-02 11:57:27 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55"
dependencies = [
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"windows-targets 0.52.6",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "getrandom"
version = "0.2.16"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2023-08-07 19:44:40 +04:00
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
2025-02-14 08:35:49 +03:00
]
[[package]]
name = "getrandom"
version = "0.3.3"
2025-02-14 08:35:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
2025-02-14 08:35:49 +03:00
dependencies = [
"cfg-if",
"libc",
2025-03-29 10:55:50 +03:00
"r-efi",
2025-10-02 11:57:27 +03:00
"wasi 0.14.4+wasi-0.2.4",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "gio"
2025-06-23 13:51:22 +03:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys",
"glib",
"libc",
"pin-project-lite",
"smallvec",
]
[[package]]
name = "gio-sys"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
2025-01-02 11:50:34 +03:00
"windows-sys 0.59.0",
]
2023-11-24 22:04:53 +04:00
[[package]]
name = "git-version"
2023-12-19 21:06:49 +04:00
version = "0.3.9"
2023-11-24 22:04:53 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 21:06:49 +04:00
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
2023-11-24 22:04:53 +04:00
dependencies = [
"git-version-macro",
]
[[package]]
name = "git-version-macro"
2023-12-19 21:06:49 +04:00
version = "0.3.9"
2023-11-24 22:04:53 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 21:06:49 +04:00
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
2023-11-24 22:04:53 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-11-24 22:04:53 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
2024-02-22 10:17:06 +04:00
[[package]]
name = "glam"
2025-10-02 11:57:27 +03:00
version = "0.30.8"
2024-02-22 10:17:06 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "e12d847aeb25f41be4c0ec9587d624e9cd631bc007a8fd7ce3f5851e064c6460"
2024-02-22 10:17:06 +04:00
[[package]]
name = "glib"
2025-06-23 13:51:22 +03:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
"smallvec",
]
[[package]]
name = "glib-macros"
2025-06-23 13:51:22 +03:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145"
dependencies = [
2024-03-28 15:46:43 +04:00
"heck 0.5.0",
"proc-macro-crate",
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[package]]
name = "glib-sys"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215"
dependencies = [
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
]
[[package]]
name = "glob"
2025-08-19 19:17:42 +03:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "gobject-sys"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda"
dependencies = [
"glib-sys",
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
]
2024-02-06 09:01:26 +04:00
[[package]]
name = "graphene-rs"
version = "0.20.10"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b86dfad7d14251c9acaf1de63bc8754b7e3b4e5b16777b6f5a748208fe9519b"
2024-02-06 09:01:26 +04:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.20.10"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df583a85ba2d5e15e1797e40d666057b28bc2f60a67c9c24145e6db2cc3861ea"
2024-02-06 09:01:26 +04:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
[[package]]
name = "gsk4"
2025-02-21 08:03:39 +03:00
version = "0.9.6"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "61f5e72f931c8c9f65fbfc89fe0ddc7746f147f822f127a53a9854666ac1f855"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
2025-02-21 08:03:39 +03:00
version = "0.9.6"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "755059de55fa6f85a46bde8caf03e2184c96bfda1f6206163c72fb0ea12436dc"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
[[package]]
name = "gtk4"
2025-06-23 13:51:22 +03:00
version = "0.9.7"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "f274dd0102c21c47bbfa8ebcb92d0464fab794a22fad6c3f3d5f165139a326d6"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"pango",
]
[[package]]
name = "gtk4-macros"
2025-01-02 11:50:34 +03:00
version = "0.9.5"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "0ed1786c4703dd196baf7e103525ce0cf579b3a63a0570fe653b7ee6bac33999"
2024-02-06 09:01:26 +04:00
dependencies = [
"proc-macro-crate",
2024-02-06 09:01:26 +04:00
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-02-06 09:01:26 +04:00
]
[[package]]
name = "gtk4-sys"
2025-02-21 08:03:39 +03:00
version = "0.9.6"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-21 08:03:39 +03:00
checksum = "41e03b01e54d77c310e1d98647d73f996d04b2f29b9121fe493ea525a7ec03d6"
2024-02-06 09:01:26 +04:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "hashbrown"
2024-05-16 18:00:28 +04:00
version = "0.14.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-09-05 12:58:51 +04:00
dependencies = [
"ahash",
2023-10-24 15:05:14 +04:00
"allocator-api2",
2023-09-05 12:58:51 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "hashbrown"
2025-08-11 09:09:54 +03:00
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"foldhash",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-09-05 12:58:51 +04:00
dependencies = [
"unicode-segmentation",
]
2023-08-09 11:03:38 +04:00
2024-03-28 15:46:43 +04:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-08-07 19:44:40 +04:00
[[package]]
name = "hermit-abi"
2024-03-08 17:06:35 +04:00
version = "0.3.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 17:06:35 +04:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-08-07 19:44:40 +04:00
[[package]]
2024-06-21 07:53:41 +03:00
name = "hermit-abi"
2025-06-23 13:51:22 +03:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
2024-06-21 07:53:41 +03:00
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-11-09 15:57:17 +03:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
2025-03-29 10:55:50 +03:00
version = "1.5.1"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
2024-11-09 15:57:17 +03:00
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
2025-03-29 10:55:50 +03:00
version = "1.5.1"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2024-11-09 15:57:17 +03:00
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
2025-03-29 10:55:50 +03:00
version = "1.5.1"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
2024-11-09 15:57:17 +03:00
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
]
2023-10-31 17:06:14 +04:00
[[package]]
name = "idna"
2025-08-26 21:17:06 +03:00
version = "1.1.0"
2023-10-31 17:06:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2023-10-31 17:06:14 +04:00
dependencies = [
2024-11-09 15:57:17 +03:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
2023-10-31 17:06:14 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "indexmap"
2025-10-02 11:57:27 +03:00
version = "2.11.4"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
2023-08-07 19:44:40 +04:00
dependencies = [
"equivalent",
2025-08-11 09:09:54 +03:00
"hashbrown 0.15.5",
2023-08-07 19:44:40 +04:00
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "input"
2024-09-30 15:27:36 +03:00
version = "0.9.1"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 15:27:36 +03:00
checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9"
2023-08-09 11:03:38 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-09 11:03:38 +04:00
"input-sys",
"libc",
2024-02-03 08:20:15 +04:00
"log",
"udev",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "input-sys"
version = "1.18.0"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0"
2023-08-09 11:03:38 +04:00
[[package]]
name = "insta"
2025-10-02 11:57:27 +03:00
version = "1.43.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0"
dependencies = [
"console",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"once_cell",
"similar",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2024-06-21 07:53:41 +03:00
"hermit-abi 0.3.9",
2023-08-07 19:44:40 +04:00
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
2025-06-23 13:51:22 +03:00
"hermit-abi 0.5.2",
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "is_ci"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2024-05-16 18:00:28 +04:00
[[package]]
name = "is_terminal_polyfill"
2024-07-27 09:28:40 +03:00
version = "1.70.1"
2024-05-16 18:00:28 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 09:28:40 +03:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-16 18:00:28 +04:00
2024-02-10 15:01:34 +04:00
[[package]]
name = "itertools"
2025-08-11 09:09:54 +03:00
version = "0.13.0"
2024-02-10 15:01:34 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2024-02-10 15:01:34 +04:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
"walkdir",
"windows-sys 0.45.0",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2024-03-08 17:06:35 +04:00
[[package]]
name = "jobserver"
2025-08-26 21:17:06 +03:00
version = "0.1.34"
2024-03-08 17:06:35 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2024-03-08 17:06:35 +04:00
dependencies = [
"getrandom 0.3.3",
2024-03-08 17:06:35 +04:00
"libc",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "js-sys"
2025-10-02 11:57:27 +03:00
version = "0.3.81"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-01-02 11:50:34 +03:00
"once_cell",
2023-08-07 19:44:40 +04:00
"wasm-bindgen",
]
2023-08-16 14:16:48 +04:00
[[package]]
name = "keyframe"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9"
dependencies = [
"num-traits",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2023-09-05 12:58:51 +04:00
[[package]]
name = "knuffel"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04bee6ddc6071011314b1ce4f7705fef6c009401dba4fd22cb0009db6a177413"
dependencies = [
"base64",
"chumsky",
"knuffel-derive",
"miette",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2025-08-11 09:09:54 +03:00
"unicode-width 0.1.14",
2023-09-05 12:58:51 +04:00
]
[[package]]
name = "knuffel-derive"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91977f56c49cfb961e3d840e2e7c6e4a56bde7283898cf606861f1421348283d"
dependencies = [
2024-03-28 15:46:43 +04:00
"heck 0.4.1",
2023-09-05 12:58:51 +04:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "lazy_static"
2024-07-08 09:38:18 +04:00
version = "1.5.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2023-08-07 19:44:40 +04:00
2024-02-06 09:01:26 +04:00
[[package]]
name = "libadwaita"
2025-03-29 10:55:50 +03:00
version = "0.7.2"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "500135d29c16aabf67baafd3e7741d48e8b8978ca98bac39e589165c8dc78191"
2024-02-06 09:01:26 +04:00
dependencies = [
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
2025-03-29 10:55:50 +03:00
version = "0.7.2"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "6680988058c2558baf3f548a370e4e78da3bf7f08469daa822ac414842c912db"
2024-02-06 09:01:26 +04:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
"pango-sys",
2025-08-11 09:09:54 +03:00
"system-deps",
2024-02-06 09:01:26 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "libc"
2025-10-02 11:57:27 +03:00
version = "0.2.176"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
2023-08-07 19:44:40 +04:00
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
[[package]]
name = "libdisplay-info"
version = "0.3.0"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fd96dbb2381ff31f314f07accbdf8550febdcc5cd8761ecaf7c1763361c359"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"libc",
"libdisplay-info-derive",
2025-01-09 10:23:21 +03:00
"libdisplay-info-sys",
2025-10-02 11:57:27 +03:00
"thiserror 2.0.17",
]
[[package]]
name = "libdisplay-info-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc2c710cf5819e91220a446d9e64acc6814386cc22c509c3f0df83c0b874a98"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
[[package]]
name = "libdisplay-info-sys"
version = "0.3.0"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26590d55b8819f9c6b0d95d9d12dc9edbfd1f2413e88814a33b631ac049bb51f"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
dependencies = [
"semver",
2025-08-11 09:09:54 +03:00
"system-deps",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "libloading"
2025-10-02 11:57:27 +03:00
version = "0.8.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2023-08-07 19:44:40 +04:00
dependencies = [
"cfg-if",
2025-10-02 11:57:27 +03:00
"windows-link 0.2.0",
2023-08-07 19:44:40 +04:00
]
2023-08-16 14:16:48 +04:00
[[package]]
name = "libm"
version = "0.2.15"
2023-08-16 14:16:48 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2023-08-16 14:16:48 +04:00
[[package]]
name = "libredox"
2025-10-02 11:57:27 +03:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"libc",
"redox_syscall 0.5.17",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "libseat"
2025-02-14 08:35:49 +03:00
version = "0.2.3"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-14 08:35:49 +03:00
checksum = "c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c"
2023-08-09 11:03:38 +04:00
dependencies = [
"errno",
2023-08-09 11:03:38 +04:00
"libseat-sys",
"log",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "libseat-sys"
2025-02-14 08:35:49 +03:00
version = "0.1.9"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-14 08:35:49 +03:00
checksum = "134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725"
2023-08-09 11:03:38 +04:00
dependencies = [
"pkg-config",
]
[[package]]
name = "libspa"
2024-02-10 15:01:34 +04:00
version = "0.8.0"
2025-08-11 09:09:54 +03:00
source = "git+https://gitlab.freedesktop.org/pipewire/pipewire-rs.git#93138d01b23628521b29b5604bbebe991cba4c65"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"cc",
"convert_case",
"cookie-factory",
"libc",
"libspa-sys",
2025-08-11 09:09:54 +03:00
"nix",
"nom 8.0.0",
"system-deps",
]
[[package]]
name = "libspa-sys"
2024-02-10 15:01:34 +04:00
version = "0.8.0"
2025-08-11 09:09:54 +03:00
source = "git+https://gitlab.freedesktop.org/pipewire/pipewire-rs.git#93138d01b23628521b29b5604bbebe991cba4c65"
dependencies = [
"bindgen",
"cc",
2025-08-11 09:09:54 +03:00
"system-deps",
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "linux-raw-sys"
2025-01-09 10:23:21 +03:00
version = "0.4.15"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2023-08-07 19:44:40 +04:00
2023-11-24 11:49:07 +04:00
[[package]]
name = "linux-raw-sys"
2024-09-13 15:05:33 +03:00
version = "0.6.5"
2023-11-24 11:49:07 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
2023-11-24 11:49:07 +04:00
[[package]]
name = "linux-raw-sys"
2025-10-02 11:57:27 +03:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2024-11-09 15:57:17 +03:00
[[package]]
name = "litemap"
2025-01-02 11:50:34 +03:00
version = "0.7.4"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2024-11-09 15:57:17 +03:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "log"
2025-10-02 11:57:27 +03:00
version = "0.4.28"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2023-08-07 19:44:40 +04:00
2023-08-10 14:12:20 +04:00
[[package]]
name = "loom"
2024-05-16 18:00:28 +04:00
version = "0.7.2"
2023-08-10 14:12:20 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2023-08-10 14:12:20 +04:00
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"tracing",
"tracing-subscriber",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "matchers"
2025-10-02 11:57:27 +03:00
version = "0.2.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"regex-automata",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "memchr"
2025-10-02 11:57:27 +03:00
version = "2.7.6"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2023-08-07 19:44:40 +04:00
[[package]]
name = "memmap2"
2025-08-26 21:17:06 +03:00
version = "0.9.8"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
2023-08-07 19:44:40 +04:00
dependencies = [
"libc",
2023-08-07 19:44:40 +04:00
]
2023-09-24 11:04:30 +04:00
[[package]]
name = "memoffset"
2024-03-28 15:46:43 +04:00
version = "0.9.1"
2023-09-24 11:04:30 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 15:46:43 +04:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-09-24 11:04:30 +04:00
dependencies = [
"autocfg",
]
2023-09-05 12:58:51 +04:00
[[package]]
name = "miette"
version = "5.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
dependencies = [
"is-terminal",
2023-09-05 12:58:51 +04:00
"miette-derive",
"once_cell",
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
"textwrap",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2025-08-11 09:09:54 +03:00
"unicode-width 0.1.14",
2023-09-05 12:58:51 +04:00
]
[[package]]
name = "miette-derive"
version = "5.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-09-05 12:58:51 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-09-13 15:05:33 +03:00
[[package]]
name = "miniz_oxide"
version = "0.8.9"
2024-09-13 15:05:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2024-09-13 15:05:33 +03:00
dependencies = [
"adler2",
2024-09-30 15:27:36 +03:00
"simd-adler32",
2024-09-13 15:05:33 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "ndk"
2024-06-21 07:53:41 +03:00
version = "0.9.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"jni-sys",
"log",
2023-08-07 19:44:40 +04:00
"ndk-sys",
"num_enum",
2023-08-07 19:44:40 +04:00
"raw-window-handle",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2024-06-21 07:53:41 +03:00
version = "0.6.0+11769913"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2023-08-07 19:44:40 +04:00
dependencies = [
"jni-sys",
]
[[package]]
name = "niri"
2025-08-27 14:20:22 +03:00
version = "25.8.0"
2023-08-07 19:44:40 +04:00
dependencies = [
"accesskit",
"accesskit_unix",
2023-08-09 11:03:38 +04:00
"anyhow",
"approx 0.5.1",
"arrayvec",
2023-11-24 11:49:07 +04:00
"async-channel",
"async-io",
"atomic",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"bytemuck",
"calloop 0.14.3",
2025-10-02 11:57:27 +03:00
"calloop-wayland-source 0.4.1",
2023-08-09 11:03:38 +04:00
"clap",
"clap_complete",
"clap_complete_nushell",
2023-08-27 19:34:37 +04:00
"directories",
"drm-ffi",
"fastrand",
"futures-util",
2023-11-24 22:04:53 +04:00
"git-version",
2024-02-22 10:17:06 +04:00
"glam",
2024-02-03 08:20:15 +04:00
"input",
"insta",
2023-08-16 14:16:48 +04:00
"keyframe",
2023-09-21 20:05:10 +04:00
"libc",
2025-01-09 10:23:21 +03:00
"libdisplay-info",
2023-09-24 11:04:30 +04:00
"log",
"niri-config",
"niri-ipc",
"ordered-float",
"pango",
"pangocairo",
"pipewire",
"png",
2023-09-06 15:49:46 +04:00
"portable-atomic",
2023-08-10 14:12:20 +04:00
"profiling",
2023-09-27 13:35:02 +04:00
"proptest",
"proptest-derive",
"rayon",
"sd-notify",
2023-09-05 12:58:51 +04:00
"serde",
"serde_json",
2023-08-07 19:44:40 +04:00
"smithay",
2023-08-09 11:03:38 +04:00
"smithay-drm-extras",
"tracing",
2023-08-07 19:44:40 +04:00
"tracing-subscriber",
2025-06-23 13:51:22 +03:00
"tracy-client",
2023-10-31 17:06:14 +04:00
"url",
"wayland-backend",
"wayland-client",
"wayland-scanner",
2023-08-16 14:16:48 +04:00
"xcursor",
2024-02-15 10:26:14 +04:00
"xshell",
"zbus",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "niri-config"
2025-08-27 14:20:22 +03:00
version = "25.8.0"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-02-21 21:27:44 +04:00
"csscolorparser",
"diff",
"insta",
"knuffel",
"miette",
2024-02-10 09:33:32 +04:00
"niri-ipc",
"pretty_assertions",
2024-02-13 17:46:37 +04:00
"regex",
"smithay",
"tracing",
2025-06-23 13:51:22 +03:00
"tracy-client",
]
[[package]]
name = "niri-ipc"
2025-08-27 14:20:22 +03:00
version = "25.8.0"
dependencies = [
2024-02-10 09:33:32 +04:00
"clap",
"schemars",
"serde",
"serde_json",
]
2024-02-06 09:01:26 +04:00
[[package]]
name = "niri-visual-tests"
2025-08-27 14:20:22 +03:00
version = "25.8.0"
2024-02-06 09:01:26 +04:00
dependencies = [
"anyhow",
"gtk4",
"libadwaita",
"niri",
"niri-config",
"smithay",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-12-10 01:58:26 +02:00
"cfg-if",
"cfg_aliases",
"libc",
"memoffset",
2024-12-10 01:58:26 +02:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2025-08-11 09:09:54 +03:00
[[package]]
name = "nom"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
dependencies = [
"memchr",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "nu-ansi-term"
2025-10-02 11:57:27 +03:00
version = "0.50.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-sys 0.52.0",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "num-traits"
2024-05-16 18:00:28 +04:00
version = "0.2.19"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-08-07 19:44:40 +04:00
dependencies = [
"autocfg",
2023-08-16 14:16:48 +04:00
"libm",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "num_enum"
2025-06-23 13:51:22 +03:00
version = "0.7.4"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
2023-08-07 19:44:40 +04:00
dependencies = [
"num_enum_derive",
2025-06-23 13:51:22 +03:00
"rustversion",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "num_enum_derive"
2025-06-23 13:51:22 +03:00
version = "0.7.4"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro-crate",
2023-08-07 19:44:40 +04:00
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "objc-sys"
2024-06-10 08:30:57 +03:00
version = "0.3.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:30:57 +03:00
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2023-08-07 19:44:40 +04:00
[[package]]
name = "objc2"
2024-06-21 07:53:41 +03:00
version = "0.5.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2023-08-07 19:44:40 +04:00
dependencies = [
"objc-sys",
"objc2-encode",
]
2024-06-21 07:53:41 +03:00
[[package]]
name = "objc2-app-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"libc",
"objc2",
"objc2-core-data",
"objc2-core-image",
"objc2-foundation",
"objc2-quartz-core",
]
[[package]]
name = "objc2-cloud-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-core-location",
"objc2-foundation",
]
[[package]]
name = "objc2-contacts"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-data"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-image"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-core-location"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
dependencies = [
"block2",
"objc2",
"objc2-contacts",
"objc2-foundation",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "objc2-encode"
version = "4.1.0"
2024-06-21 07:53:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2024-06-21 07:53:41 +03:00
[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"dispatch",
"libc",
"objc2",
]
[[package]]
name = "objc2-link-presentation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
dependencies = [
"block2",
"objc2",
"objc2-app-kit",
"objc2-foundation",
]
[[package]]
name = "objc2-metal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-quartz-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-symbols"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
dependencies = [
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-ui-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-cloud-kit",
"objc2-core-data",
"objc2-core-image",
"objc2-core-location",
"objc2-foundation",
"objc2-link-presentation",
"objc2-quartz-core",
"objc2-symbols",
"objc2-uniform-type-identifiers",
"objc2-user-notifications",
]
[[package]]
name = "objc2-uniform-type-identifiers"
version = "0.2.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-user-notifications"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"objc2",
"objc2-core-location",
"objc2-foundation",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "once_cell"
2025-03-29 10:55:50 +03:00
version = "1.21.3"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-29 10:55:50 +03:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2023-08-07 19:44:40 +04:00
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
2023-08-27 19:34:37 +04:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-08-07 19:44:40 +04:00
[[package]]
name = "orbclient"
version = "0.3.48"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
2023-08-07 19:44:40 +04:00
dependencies = [
"libredox",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "ordered-float"
2025-10-02 11:57:27 +03:00
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d"
dependencies = [
"num-traits",
]
[[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 = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "pango"
2025-06-23 13:51:22 +03:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c"
dependencies = [
"gio",
"glib",
"libc",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2025-08-11 09:09:54 +03:00
"system-deps",
]
[[package]]
name = "pangocairo"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f"
dependencies = [
"cairo-rs",
"glib",
"libc",
"pango",
"pangocairo-sys",
]
[[package]]
name = "pangocairo-sys"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42"
dependencies = [
"cairo-sys-rs",
"glib-sys",
"libc",
"pango-sys",
2025-08-11 09:09:54 +03:00
"system-deps",
]
[[package]]
name = "parking"
2024-09-13 15:05:33 +03:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-01-23 20:44:47 +01:00
[[package]]
name = "paste"
2024-05-16 18:00:28 +04:00
version = "1.0.15"
2024-01-23 20:44:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-01-23 20:44:47 +01:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "percent-encoding"
2025-08-26 21:17:06 +03:00
version = "2.3.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2023-08-07 19:44:40 +04:00
2024-02-21 21:27:44 +04:00
[[package]]
name = "phf"
2025-01-09 10:23:21 +03:00
version = "0.11.3"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2024-02-21 21:27:44 +04:00
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
2025-01-09 10:23:21 +03:00
version = "0.11.3"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2024-02-21 21:27:44 +04:00
dependencies = [
"phf_shared",
2025-04-29 23:16:45 +02:00
"rand 0.8.5",
2024-02-21 21:27:44 +04:00
]
[[package]]
name = "phf_macros"
2025-01-09 10:23:21 +03:00
version = "0.11.3"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2024-02-21 21:27:44 +04:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-02-21 21:27:44 +04:00
]
[[package]]
name = "phf_shared"
2025-01-09 10:23:21 +03:00
version = "0.11.3"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2024-02-21 21:27:44 +04:00
dependencies = [
"siphasher",
]
2024-06-21 07:53:41 +03:00
[[package]]
name = "pin-project"
version = "1.1.10"
2024-06-21 07:53:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2024-06-21 07:53:41 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.10"
2024-06-21 07:53:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2024-06-21 07:53:41 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-06-21 07:53:41 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "pin-project-lite"
2025-01-09 10:23:21 +03:00
version = "0.2.16"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-08-07 19:44:40 +04:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-09-24 11:04:30 +04:00
[[package]]
name = "piper"
2024-09-13 15:05:33 +03:00
version = "0.2.4"
2023-09-24 11:04:30 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2023-09-24 11:04:30 +04:00
dependencies = [
"atomic-waker",
"fastrand",
2023-09-24 11:04:30 +04:00
"futures-io",
]
[[package]]
name = "pipewire"
2024-02-10 15:01:34 +04:00
version = "0.8.0"
2025-08-11 09:09:54 +03:00
source = "git+https://gitlab.freedesktop.org/pipewire/pipewire-rs.git#93138d01b23628521b29b5604bbebe991cba4c65"
dependencies = [
"anyhow",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"libc",
"libspa",
"libspa-sys",
2025-08-11 09:09:54 +03:00
"nix",
"once_cell",
"pipewire-sys",
2025-10-02 11:57:27 +03:00
"thiserror 2.0.17",
]
[[package]]
name = "pipewire-sys"
2024-02-10 15:01:34 +04:00
version = "0.8.0"
2025-08-11 09:09:54 +03:00
source = "git+https://gitlab.freedesktop.org/pipewire/pipewire-rs.git#93138d01b23628521b29b5604bbebe991cba4c65"
dependencies = [
"bindgen",
"libspa-sys",
2025-08-11 09:09:54 +03:00
"system-deps",
]
2024-01-23 20:44:47 +01:00
[[package]]
name = "pixman"
2025-01-02 11:50:34 +03:00
version = "0.2.1"
2024-01-23 20:44:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "cea217d496c19ac0a8e502b37078e1f683d16344adee9eb247a5d57c165e1edf"
2024-01-23 20:44:47 +01:00
dependencies = [
"drm-fourcc",
"paste",
"pixman-sys",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
2024-01-23 20:44:47 +01:00
]
[[package]]
name = "pixman-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada"
2023-08-07 19:44:40 +04:00
[[package]]
name = "pkg-config"
version = "0.3.32"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2023-08-07 19:44:40 +04:00
2023-08-27 19:34:37 +04:00
[[package]]
name = "png"
2025-10-02 11:57:27 +03:00
version = "0.18.0"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
2023-08-27 19:34:37 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-27 19:34:37 +04:00
"crc32fast",
"fdeflate",
"flate2",
2024-09-30 15:27:36 +03:00
"miniz_oxide",
2023-08-27 19:34:37 +04:00
]
2023-09-24 11:04:30 +04:00
[[package]]
name = "polling"
2025-10-02 11:57:27 +03:00
version = "3.11.0"
2023-09-24 11:04:30 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2023-09-24 11:04:30 +04:00
dependencies = [
"cfg-if",
"concurrent-queue",
2025-06-23 13:51:22 +03:00
"hermit-abi 0.5.2",
2023-09-24 11:04:30 +04:00
"pin-project-lite",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"windows-sys 0.61.1",
2023-09-24 11:04:30 +04:00
]
2023-09-06 15:49:46 +04:00
[[package]]
name = "portable-atomic"
version = "1.11.1"
2023-09-06 15:49:46 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2023-09-06 15:49:46 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "ppv-lite86"
version = "0.2.21"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2024-08-08 15:01:18 +03:00
dependencies = [
"zerocopy",
2024-08-08 15:01:18 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "pretty_assertions"
2024-09-30 15:27:36 +03:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 15:27:36 +03:00
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "proc-macro-crate"
2025-10-02 11:57:27 +03:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
dependencies = [
2025-10-02 11:57:27 +03:00
"toml_edit 0.23.6",
]
2023-09-05 12:58:51 +04:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "proc-macro2"
2025-08-19 19:17:42 +03:00
version = "1.0.101"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
2023-08-07 19:44:40 +04:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2025-06-23 13:51:22 +03:00
version = "1.0.17"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2023-08-07 19:44:40 +04:00
dependencies = [
"profiling-procmacros",
2025-06-23 13:51:22 +03:00
"tracy-client",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "profiling-procmacros"
2025-06-23 13:51:22 +03:00
version = "1.0.17"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
2023-08-07 19:44:40 +04:00
dependencies = [
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
]
2023-09-27 13:35:02 +04:00
[[package]]
name = "proptest"
2025-10-02 11:57:27 +03:00
version = "1.8.0"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
2023-09-27 13:35:02 +04:00
dependencies = [
"bit-set",
2023-10-07 18:01:17 +04:00
"bit-vec",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-09-27 13:35:02 +04:00
"lazy_static",
"num-traits",
"rand 0.9.2",
"rand_chacha",
2023-09-27 13:35:02 +04:00
"rand_xorshift",
2025-10-02 11:57:27 +03:00
"regex-syntax",
2023-09-27 13:35:02 +04:00
"rusty-fork",
"tempfile",
"unarray",
]
[[package]]
name = "proptest-derive"
version = "0.6.0"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30"
2023-09-27 13:35:02 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-09-27 13:35:02 +04:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
dependencies = [
"memchr",
"serde",
]
2024-02-02 17:04:17 +04:00
[[package]]
name = "quick-xml"
version = "0.37.5"
2024-02-02 17:04:17 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2024-02-02 17:04:17 +04:00
dependencies = [
"memchr",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "quote"
2025-10-02 11:57:27 +03:00
version = "1.0.41"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
]
2025-03-29 10:55:50 +03:00
[[package]]
name = "r-efi"
2025-06-23 13:51:22 +03:00
version = "5.3.0"
2025-03-29 10:55:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2025-03-29 10:55:50 +03:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2025-04-29 23:16:45 +02:00
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.2"
2025-04-29 23:16:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2025-04-29 23:16:45 +02:00
dependencies = [
"rand_chacha",
2025-04-29 23:16:45 +02:00
"rand_core 0.9.3",
2023-08-07 19:44:40 +04:00
]
2025-04-29 23:16:45 +02:00
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.3",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2025-04-29 23:16:45 +02:00
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.3",
2025-04-29 23:16:45 +02:00
]
2023-09-27 13:35:02 +04:00
[[package]]
name = "rand_xorshift"
version = "0.4.0"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2023-09-27 13:35:02 +04:00
dependencies = [
"rand_core 0.9.3",
2023-09-27 13:35:02 +04:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "raw-window-handle"
2024-06-10 08:30:57 +03:00
version = "0.6.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:30:57 +03:00
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2023-08-07 19:44:40 +04:00
[[package]]
name = "rayon"
2025-08-19 19:17:42 +03:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2025-08-19 19:17:42 +03:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-08-07 19:44:40 +04:00
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
]
2023-08-27 19:34:37 +04:00
[[package]]
name = "redox_users"
version = "0.5.2"
2023-08-27 19:34:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2023-08-27 19:34:37 +04:00
dependencies = [
"getrandom 0.2.16",
"libredox",
2025-10-02 11:57:27 +03:00
"thiserror 2.0.17",
2023-08-27 19:34:37 +04:00
]
[[package]]
name = "ref-cast"
2025-10-02 11:57:27 +03:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2025-10-02 11:57:27 +03:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "regex"
2025-10-02 11:57:27 +03:00
version = "1.11.3"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
2023-08-07 19:44:40 +04:00
dependencies = [
"aho-corasick",
"memchr",
2025-10-02 11:57:27 +03:00
"regex-automata",
"regex-syntax",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "regex-automata"
2025-10-02 11:57:27 +03:00
version = "0.4.11"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
2023-08-07 19:44:40 +04:00
dependencies = [
"aho-corasick",
"memchr",
2025-10-02 11:57:27 +03:00
"regex-syntax",
2023-08-07 19:44:40 +04:00
]
2023-10-13 07:37:37 +04:00
[[package]]
name = "regex-syntax"
2025-08-26 21:17:06 +03:00
version = "0.8.6"
2023-10-13 07:37:37 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2023-10-13 07:37:37 +04:00
[[package]]
name = "rustc-hash"
2025-08-11 09:09:54 +03:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2024-02-06 09:01:26 +04:00
[[package]]
name = "rustc_version"
2024-09-13 15:05:33 +03:00
version = "0.4.1"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 15:05:33 +03:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2024-02-06 09:01:26 +04:00
dependencies = [
"semver",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "rustix"
version = "0.38.44"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"errno",
2023-08-07 19:44:40 +04:00
"libc",
2025-01-09 10:23:21 +03:00
"linux-raw-sys 0.4.15",
2025-01-02 11:50:34 +03:00
"windows-sys 0.59.0",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "rustix"
2025-10-02 11:57:27 +03:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"errno",
"libc",
2025-10-02 11:57:27 +03:00
"linux-raw-sys 0.11.0",
"windows-sys 0.61.1",
]
2023-08-10 14:12:20 +04:00
[[package]]
name = "rustversion"
2025-08-11 09:09:54 +03:00
version = "1.0.22"
2023-08-10 14:12:20 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2023-08-10 14:12:20 +04:00
2023-09-27 13:35:02 +04:00
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schemars"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
dependencies = [
"dyn-clone",
"ref-cast",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "sd-notify"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4"
dependencies = [
"libc",
]
2024-02-06 09:01:26 +04:00
[[package]]
name = "semver"
2025-10-02 11:57:27 +03:00
version = "1.0.27"
2024-02-06 09:01:26 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2024-02-06 09:01:26 +04:00
[[package]]
name = "serde"
2025-10-02 11:57:27 +03:00
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-10-02 11:57:27 +03:00
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[package]]
name = "serde_derive_internals"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[package]]
name = "serde_json"
2025-10-02 11:57:27 +03:00
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
2024-08-08 15:01:18 +03:00
"memchr",
"ryu",
"serde",
2025-10-02 11:57:27 +03:00
"serde_core",
]
[[package]]
name = "serde_repr"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
]
[[package]]
name = "serde_spanned"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
dependencies = [
"serde",
]
[[package]]
name = "sha2"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "sharded-slab"
2023-10-07 18:01:17 +04:00
version = "0.1.7"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 18:01:17 +04:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-08-07 19:44:40 +04:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
2025-08-11 09:09:54 +03:00
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
dependencies = [
"libc",
]
2023-08-27 19:34:37 +04:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
2024-02-21 21:27:44 +04:00
[[package]]
name = "siphasher"
2025-01-09 10:23:21 +03:00
version = "1.0.1"
2024-02-21 21:27:44 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 10:23:21 +03:00
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2024-02-21 21:27:44 +04:00
[[package]]
name = "slab"
2025-08-11 09:09:54 +03:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:09:54 +03:00
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2023-08-07 19:44:40 +04:00
[[package]]
name = "smallvec"
version = "1.15.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2023-08-07 19:44:40 +04:00
[[package]]
name = "smawk"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2023-08-07 19:44:40 +04:00
[[package]]
name = "smithay"
version = "0.7.0"
source = "git+https://github.com/Smithay/smithay.git#9ccbd35f51842934f22b5a85ca0e3be1b99b27f2"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-03-09 22:03:14 +03:00
"aliasable",
2023-08-07 19:44:40 +04:00
"appendlist",
"atomic_float",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"calloop 0.14.3",
2023-08-09 11:03:38 +04:00
"cc",
2023-08-07 19:44:40 +04:00
"cgmath",
"cursor-icon",
2023-08-07 19:44:40 +04:00
"downcast-rs",
2023-08-09 11:03:38 +04:00
"drm",
"drm-ffi",
2023-08-07 19:44:40 +04:00
"drm-fourcc",
2023-10-24 15:05:14 +04:00
"errno",
2023-08-09 11:03:38 +04:00
"gbm",
2023-08-07 19:44:40 +04:00
"gl_generator",
2023-09-24 11:04:30 +04:00
"indexmap",
2023-08-09 11:03:38 +04:00
"input",
2023-08-07 19:44:40 +04:00
"libc",
2024-01-05 20:22:53 +04:00
"libloading",
2023-08-09 11:03:38 +04:00
"libseat",
2024-01-23 20:44:47 +01:00
"pixman",
2023-08-09 11:03:38 +04:00
"pkg-config",
2023-08-07 19:44:40 +04:00
"profiling",
"rand 0.9.2",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"sha2",
2023-09-19 17:03:24 +04:00
"smallvec",
2023-08-07 19:44:40 +04:00
"tempfile",
2025-10-02 11:57:27 +03:00
"thiserror 2.0.17",
2023-08-07 19:44:40 +04:00
"tracing",
"udev",
2023-08-09 11:03:38 +04:00
"wayland-backend",
2024-06-21 07:53:41 +03:00
"wayland-client",
"wayland-cursor",
2023-08-07 19:44:40 +04:00
"wayland-egl",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
2023-08-07 19:44:40 +04:00
"wayland-protocols-misc",
2024-07-27 09:28:40 +03:00
"wayland-protocols-wlr",
2023-08-07 19:44:40 +04:00
"wayland-server",
"wayland-sys",
2023-08-07 19:44:40 +04:00
"winit",
"xkbcommon",
]
[[package]]
name = "smithay-client-toolkit"
2024-07-27 09:28:40 +03:00
version = "0.19.2"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 09:28:40 +03:00
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-07-27 09:28:40 +03:00
"calloop 0.13.0",
"calloop-wayland-source 0.3.0",
"cursor-icon",
"libc",
2023-08-07 19:44:40 +04:00
"log",
"memmap2",
"rustix 0.38.44",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror 1.0.69",
"wayland-backend",
2023-08-07 19:44:40 +04:00
"wayland-client",
"wayland-csd-frame",
2023-08-07 19:44:40 +04:00
"wayland-cursor",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
2023-08-07 19:44:40 +04:00
]
2023-08-09 11:03:38 +04:00
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git#9ccbd35f51842934f22b5a85ca0e3be1b99b27f2"
2023-08-09 11:03:38 +04:00
dependencies = [
"drm",
2025-01-09 10:23:21 +03:00
"libdisplay-info",
2023-08-09 11:03:38 +04:00
]
[[package]]
name = "smol_str"
2024-05-16 18:00:28 +04:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 18:00:28 +04:00
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
dependencies = [
"serde",
]
2024-11-09 15:57:17 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023-08-07 19:44:40 +04:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-08-09 11:03:38 +04:00
[[package]]
name = "strsim"
2024-08-08 15:01:18 +03:00
version = "0.11.1"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 15:01:18 +03:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-08-09 11:03:38 +04:00
[[package]]
name = "supports-color"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
dependencies = [
"is-terminal",
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
dependencies = [
"is-terminal",
]
[[package]]
name = "supports-unicode"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f850c19edd184a205e883199a261ed44471c81e39bd95b1357f5febbef00e77a"
dependencies = [
"is-terminal",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2025-08-19 19:17:42 +03:00
version = "2.0.106"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-19 19:17:42 +03:00
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-11-09 15:57:17 +03:00
[[package]]
name = "synstructure"
version = "0.13.2"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2024-11-09 15:57:17 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
]
2024-07-27 09:28:40 +03:00
[[package]]
name = "system-deps"
version = "7.0.5"
2024-07-27 09:28:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb"
2024-07-27 09:28:40 +03:00
dependencies = [
2025-08-11 09:09:54 +03:00
"cfg-expr",
2024-07-27 09:28:40 +03:00
"heck 0.5.0",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "target-lexicon"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
2023-08-07 19:44:40 +04:00
[[package]]
name = "tempfile"
2025-10-02 11:57:27 +03:00
version = "3.23.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
2023-08-07 19:44:40 +04:00
dependencies = [
"fastrand",
"getrandom 0.3.3",
2024-08-08 15:01:18 +03:00
"once_cell",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"windows-sys 0.61.1",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "textwrap"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
dependencies = [
"smawk",
"unicode-linebreak",
2025-08-11 09:09:54 +03:00
"unicode-width 0.1.14",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "thiserror"
2025-01-02 11:50:34 +03:00
version = "1.0.69"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2023-08-07 19:44:40 +04:00
dependencies = [
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
2025-10-02 11:57:27 +03:00
version = "2.0.17"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
dependencies = [
2025-10-02 11:57:27 +03:00
"thiserror-impl 2.0.17",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "thiserror-impl"
2025-01-02 11:50:34 +03:00
version = "1.0.69"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
]
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
[[package]]
name = "thiserror-impl"
2025-10-02 11:57:27 +03:00
version = "2.0.17"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
build(deps): bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 08:55:36 +00:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "thread_local"
2025-06-23 13:51:22 +03:00
version = "1.1.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2023-08-07 19:44:40 +04:00
dependencies = [
"cfg-if",
]
2023-10-31 17:06:14 +04:00
[[package]]
2024-11-09 15:57:17 +03:00
name = "tinystr"
version = "0.7.6"
2023-10-31 17:06:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-09 15:57:17 +03:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2023-10-31 17:06:14 +04:00
dependencies = [
2024-11-09 15:57:17 +03:00
"displaydoc",
"zerovec",
2023-10-31 17:06:14 +04:00
]
[[package]]
name = "toml"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
dependencies = [
"serde",
"serde_spanned",
2025-10-02 11:57:27 +03:00
"toml_datetime 0.6.11",
"toml_edit 0.22.27",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "toml_datetime"
version = "0.6.11"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
dependencies = [
"serde",
]
2023-08-07 19:44:40 +04:00
2025-10-02 11:57:27 +03:00
[[package]]
name = "toml_datetime"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
dependencies = [
"serde_core",
]
2024-02-06 08:59:13 +04:00
[[package]]
name = "toml_edit"
version = "0.22.27"
2023-11-08 18:41:10 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2023-08-07 19:44:40 +04:00
dependencies = [
2023-09-24 11:04:30 +04:00
"indexmap",
"serde",
"serde_spanned",
2025-10-02 11:57:27 +03:00
"toml_datetime 0.6.11",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
dependencies = [
"indexmap",
"toml_datetime 0.7.2",
"toml_parser",
"winnow",
]
[[package]]
name = "toml_parser"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
dependencies = [
2025-02-14 08:35:49 +03:00
"winnow",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "tracing"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "0.1.41"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2023-08-07 19:44:40 +04:00
dependencies = [
2024-09-13 15:05:33 +03:00
"log",
2023-08-07 19:44:40 +04:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-06-23 13:51:22 +03:00
version = "0.1.30"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "tracing-core"
version = "0.1.34"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2023-08-07 19:44:40 +04:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2023-11-24 11:49:07 +04:00
version = "0.2.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 11:49:07 +04:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-08-07 19:44:40 +04:00
dependencies = [
"log",
2023-10-24 15:05:14 +04:00
"once_cell",
2023-08-07 19:44:40 +04:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2025-10-02 11:57:27 +03:00
version = "0.3.20"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2023-08-07 19:44:40 +04:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
2025-10-02 11:57:27 +03:00
"regex-automata",
2023-08-07 19:44:40 +04:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2023-08-10 14:12:20 +04:00
[[package]]
name = "tracy-client"
version = "0.18.2"
2023-08-10 14:12:20 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef54005d3d760186fd662dad4b7bb27ecd5531cdef54d1573ebd3f20a9205ed7"
2025-01-02 11:50:34 +03:00
dependencies = [
"loom",
"once_cell",
"tracy-client-sys",
]
2023-08-10 14:12:20 +04:00
[[package]]
name = "tracy-client-sys"
version = "0.26.1"
2023-08-10 14:12:20 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0"
2023-08-10 14:12:20 +04:00
dependencies = [
"cc",
build(deps): bump the rust-dependencies group with 3 updates Bumps the rust-dependencies group with 3 updates: [wayland-backend](https://github.com/smithay/wayland-rs), [wayland-scanner](https://github.com/smithay/wayland-rs) and [wayland-client](https://github.com/smithay/wayland-rs). Updates `wayland-backend` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-scanner` from 0.31.5 to 0.31.6 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-client` from 0.31.7 to 0.31.8 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) --- updated-dependencies: - dependency-name: wayland-backend dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wayland-scanner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wayland-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 09:04:25 +00:00
"windows-targets 0.52.6",
2023-08-10 14:12:20 +04:00
]
[[package]]
name = "typenum"
2025-10-02 11:57:27 +03:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2024-09-30 15:27:36 +03:00
[[package]]
name = "udev"
version = "0.9.3"
2024-09-30 15:27:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f"
2024-09-30 15:27:36 +03:00
dependencies = [
2025-02-14 08:35:49 +03:00
"io-lifetimes",
2024-09-30 15:27:36 +03:00
"libc",
"libudev-sys",
"pkg-config",
]
[[package]]
name = "uds_windows"
2023-12-19 21:06:49 +04:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 21:06:49 +04:00
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
"memoffset",
"tempfile",
"winapi",
]
2023-09-27 13:35:02 +04:00
[[package]]
name = "unarray"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
2023-08-07 19:44:40 +04:00
[[package]]
name = "unicode-ident"
2025-10-02 11:57:27 +03:00
version = "1.0.19"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
2023-08-07 19:44:40 +04:00
[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2023-09-05 12:58:51 +04:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
2023-09-05 12:58:51 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2023-09-05 12:58:51 +04:00
[[package]]
name = "unicode-width"
version = "0.1.14"
2023-09-05 12:58:51 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2023-09-05 12:58:51 +04:00
2025-08-11 09:09:54 +03:00
[[package]]
name = "unicode-width"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
2023-10-31 17:06:14 +04:00
[[package]]
name = "url"
2025-08-26 21:17:06 +03:00
version = "2.5.7"
2023-10-31 17:06:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2023-10-31 17:06:14 +04:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2025-08-26 21:17:06 +03:00
"serde",
2023-10-31 17:06:14 +04:00
]
2024-11-09 15:57:17 +03:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2023-08-09 11:03:38 +04:00
[[package]]
name = "utf8parse"
2024-06-10 08:30:57 +03:00
version = "0.2.2"
2023-08-09 11:03:38 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:30:57 +03:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-08-09 11:03:38 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "valuable"
version = "0.1.1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2023-08-07 19:44:40 +04:00
[[package]]
name = "version-compare"
2024-03-28 15:46:43 +04:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 15:46:43 +04:00
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2023-08-07 19:44:40 +04:00
[[package]]
name = "version_check"
2024-07-27 09:28:40 +03:00
version = "0.9.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 09:28:40 +03:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-08-07 19:44:40 +04:00
2023-09-27 13:35:02 +04:00
[[package]]
name = "wait-timeout"
2025-02-14 08:35:49 +03:00
version = "0.2.1"
2023-09-27 13:35:02 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-14 08:35:49 +03:00
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
2023-09-27 13:35:02 +04:00
dependencies = [
"libc",
]
[[package]]
name = "walkdir"
2024-03-08 17:06:35 +04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 17:06:35 +04:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2023-08-07 19:44:40 +04:00
2025-02-14 08:35:49 +03:00
[[package]]
name = "wasi"
2025-10-02 11:57:27 +03:00
version = "0.14.4+wasi-0.2.4"
2025-02-14 08:35:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
2025-02-14 08:35:49 +03:00
dependencies = [
2025-10-02 11:57:27 +03:00
"wit-bindgen",
2025-02-14 08:35:49 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "wasm-bindgen"
2025-10-02 11:57:27 +03:00
version = "0.2.104"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
2023-08-07 19:44:40 +04:00
dependencies = [
"cfg-if",
2024-09-13 15:05:33 +03:00
"once_cell",
"rustversion",
2023-08-07 19:44:40 +04:00
"wasm-bindgen-macro",
2025-10-02 11:57:27 +03:00
"wasm-bindgen-shared",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wasm-bindgen-backend"
2025-10-02 11:57:27 +03:00
version = "0.2.104"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
2023-08-07 19:44:40 +04:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-10-02 11:57:27 +03:00
version = "0.4.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
dependencies = [
"cfg-if",
"js-sys",
2025-01-02 11:50:34 +03:00
"once_cell",
"wasm-bindgen",
"web-sys",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "wasm-bindgen-macro"
2025-10-02 11:57:27 +03:00
version = "0.2.104"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
2023-08-07 19:44:40 +04:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-10-02 11:57:27 +03:00
version = "0.2.104"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-08-07 19:44:40 +04:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-10-02 11:57:27 +03:00
version = "0.2.104"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
dependencies = [
"unicode-ident",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "wayland-backend"
version = "0.3.11"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
2023-08-07 19:44:40 +04:00
dependencies = [
"cc",
"downcast-rs",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2023-08-07 19:44:40 +04:00
"scoped-tls",
"smallvec",
"wayland-sys",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-client"
version = "0.31.11"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"rustix 1.1.2",
"wayland-backend",
"wayland-scanner",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-csd-frame"
version = "0.3.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"cursor-icon",
"wayland-backend",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-cursor"
version = "0.31.11"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2023-08-07 19:44:40 +04:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
version = "0.32.8"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36232ee23ba3ea34a6835d68ca1af91d3ca3d6eddcf9c7147c4e0e66901b9fd"
2023-08-07 19:44:40 +04:00
dependencies = [
"wayland-backend",
"wayland-sys",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-protocols"
version = "0.32.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"wayland-backend",
"wayland-client",
"wayland-scanner",
2023-08-07 19:44:40 +04:00
"wayland-server",
]
[[package]]
name = "wayland-protocols-misc"
version = "0.3.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"wayland-backend",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
"wayland-scanner",
2023-08-07 19:44:40 +04:00
"wayland-server",
]
[[package]]
name = "wayland-protocols-plasma"
version = "0.3.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"wayland-backend",
"wayland-client",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
"wayland-scanner",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.3.9"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"wayland-backend",
"wayland-client",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
"wayland-scanner",
"wayland-server",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-scanner"
version = "0.31.7"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
2023-08-07 19:44:40 +04:00
dependencies = [
"proc-macro2",
"quick-xml 0.37.5",
2023-08-07 19:44:40 +04:00
"quote",
]
[[package]]
name = "wayland-server"
version = "0.31.10"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcbd4f3aba6c9fba70445ad2a484c0ef0356c1a9459b1e8e435bedc1971a6222"
2023-08-07 19:44:40 +04:00
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2023-08-07 19:44:40 +04:00
"downcast-rs",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
2023-08-07 19:44:40 +04:00
"wayland-backend",
"wayland-scanner",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "wayland-sys"
version = "0.31.7"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
2023-08-07 19:44:40 +04:00
dependencies = [
"dlib",
2023-08-09 11:03:38 +04:00
"libc",
2023-08-07 19:44:40 +04:00
"log",
"memoffset",
"once_cell",
2023-08-07 19:44:40 +04:00
"pkg-config",
]
[[package]]
name = "web-sys"
2025-10-02 11:57:27 +03:00
version = "0.3.81"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
2023-08-07 19:44:40 +04:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
2024-06-21 07:53:41 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-21 07:53:41 +03:00
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2025-10-02 11:57:27 +03:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-sys 0.61.1",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-10-31 17:06:14 +04:00
[[package]]
name = "windows"
2025-06-23 13:51:22 +03:00
version = "0.61.3"
2025-05-16 22:28:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
dependencies = [
"windows-collections",
"windows-core",
"windows-future",
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
"windows-numerics",
]
[[package]]
name = "windows-collections"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
2023-10-31 17:06:14 +04:00
dependencies = [
"windows-core",
2023-10-31 17:06:14 +04:00
]
2024-05-16 18:00:28 +04:00
[[package]]
name = "windows-core"
version = "0.61.2"
2024-05-16 18:00:28 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2024-05-16 18:00:28 +04:00
dependencies = [
2024-07-27 09:28:40 +03:00
"windows-implement",
"windows-interface",
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
2024-05-16 18:00:28 +04:00
"windows-result",
2024-07-27 09:28:40 +03:00
"windows-strings",
]
[[package]]
name = "windows-future"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
dependencies = [
"windows-core",
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
"windows-threading",
2024-05-16 18:00:28 +04:00
]
2024-07-27 09:28:40 +03:00
[[package]]
name = "windows-implement"
2025-10-02 11:57:27 +03:00
version = "0.60.1"
2024-07-27 09:28:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
2024-07-27 09:28:40 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-07-27 09:28:40 +03:00
]
[[package]]
name = "windows-interface"
2025-10-02 11:57:27 +03:00
version = "0.59.2"
2024-07-27 09:28:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
2024-07-27 09:28:40 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-07-27 09:28:40 +03:00
]
2025-05-16 22:28:35 +03:00
[[package]]
name = "windows-link"
2025-06-23 13:51:22 +03:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 13:51:22 +03:00
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2025-10-02 11:57:27 +03:00
[[package]]
name = "windows-link"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
[[package]]
name = "windows-numerics"
version = "0.2.0"
2025-05-16 22:28:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
2025-05-16 22:28:35 +03:00
dependencies = [
"windows-core",
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
]
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
2024-05-16 18:00:28 +04:00
]
2024-07-27 09:28:40 +03:00
[[package]]
name = "windows-strings"
version = "0.4.2"
2024-07-27 09:28:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2024-07-27 09:28:40 +03:00
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
2024-07-27 09:28:40 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-08-07 19:44:40 +04:00
]
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-08 09:38:18 +04:00
"windows-targets 0.52.6",
2023-12-08 08:01:52 +04:00
]
2024-08-08 15:01:18 +03:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2025-06-23 13:51:22 +03:00
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-targets 0.53.4",
]
[[package]]
name = "windows-sys"
version = "0.61.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
dependencies = [
"windows-link 0.2.0",
2025-06-23 13:51:22 +03:00
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-08-07 19:44:40 +04:00
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-08-07 19:44:40 +04:00
]
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows-targets"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-12-08 08:01:52 +04:00
dependencies = [
2024-07-08 09:38:18 +04:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
2024-07-08 09:38:18 +04:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-12-08 08:01:52 +04:00
]
[[package]]
name = "windows-targets"
2025-10-02 11:57:27 +03:00
version = "0.53.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-link 0.2.0",
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
[[package]]
name = "windows-threading"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
dependencies = [
2025-10-02 11:57:27 +03:00
"windows-link 0.1.3",
]
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_aarch64_msvc"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_i686_gnu"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2024-05-16 18:00:28 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-16 18:00:28 +04:00
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2024-05-16 18:00:28 +04:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_i686_msvc"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_gnu"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2023-08-07 19:44:40 +04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-08-07 19:44:40 +04:00
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_msvc"
2024-07-08 09:38:18 +04:00
version = "0.52.6"
2023-12-08 08:01:52 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 09:38:18 +04:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-12-08 08:01:52 +04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2023-08-07 19:44:40 +04:00
[[package]]
name = "winit"
version = "0.30.12"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
2023-08-07 19:44:40 +04:00
dependencies = [
"ahash",
2023-08-07 19:44:40 +04:00
"android-activity",
"atomic-waker",
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
2024-06-21 07:53:41 +03:00
"block2",
"bytemuck",
2024-07-27 09:28:40 +03:00
"calloop 0.13.0",
2023-08-07 19:44:40 +04:00
"cfg_aliases",
2024-06-21 07:53:41 +03:00
"concurrent-queue",
2023-08-07 19:44:40 +04:00
"core-foundation",
"core-graphics",
"cursor-icon",
2024-06-21 07:53:41 +03:00
"dpi",
"js-sys",
2023-08-07 19:44:40 +04:00
"libc",
"memmap2",
2023-08-07 19:44:40 +04:00
"ndk",
"objc2",
2024-06-21 07:53:41 +03:00
"objc2-app-kit",
"objc2-foundation",
"objc2-ui-kit",
2023-08-07 19:44:40 +04:00
"orbclient",
"percent-encoding",
2024-06-21 07:53:41 +03:00
"pin-project",
2023-08-07 19:44:40 +04:00
"raw-window-handle",
"redox_syscall 0.4.1",
"rustix 0.38.44",
2023-08-07 19:44:40 +04:00
"smithay-client-toolkit",
"smol_str",
2024-06-21 07:53:41 +03:00
"tracing",
"unicode-segmentation",
2023-08-07 19:44:40 +04:00
"wasm-bindgen",
"wasm-bindgen-futures",
"wayland-backend",
2023-08-07 19:44:40 +04:00
"wayland-client",
2024-07-27 09:28:40 +03:00
"wayland-protocols",
"wayland-protocols-plasma",
2023-08-07 19:44:40 +04:00
"web-sys",
"web-time",
2024-06-21 07:53:41 +03:00
"windows-sys 0.52.0",
2023-08-07 19:44:40 +04:00
"x11-dl",
"x11rb",
"xkbcommon-dl",
2023-08-07 19:44:40 +04:00
]
2024-02-28 13:45:12 +04:00
[[package]]
name = "winnow"
2025-08-26 21:17:06 +03:00
version = "0.7.13"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
2023-08-07 19:44:40 +04:00
dependencies = [
"memchr",
]
[[package]]
2025-10-02 11:57:27 +03:00
name = "wit-bindgen"
version = "0.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
2024-11-09 15:57:17 +03:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2023-08-07 19:44:40 +04:00
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
2025-10-02 11:57:27 +03:00
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
dependencies = [
"as-raw-xcb-connection",
"gethostname",
"libc",
2024-01-05 20:22:53 +04:00
"libloading",
"once_cell",
2025-10-02 11:57:27 +03:00
"rustix 1.1.2",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
2025-10-02 11:57:27 +03:00
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
2023-08-07 19:44:40 +04:00
[[package]]
name = "xcursor"
version = "0.3.10"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
2023-08-07 19:44:40 +04:00
[[package]]
name = "xkbcommon"
2025-08-11 09:02:28 +03:00
version = "0.9.0"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 09:02:28 +03:00
checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d"
2023-08-07 19:44:40 +04:00
dependencies = [
"libc",
"memmap2",
2023-09-24 11:04:30 +04:00
"xkeysym",
2023-08-07 19:44:40 +04:00
]
[[package]]
name = "xkbcommon-dl"
2024-02-28 13:45:12 +04:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 13:45:12 +04:00
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
dependencies = [
2025-10-02 11:57:27 +03:00
"bitflags 2.9.4",
"dlib",
"log",
"once_cell",
"xkeysym",
]
2023-09-24 11:04:30 +04:00
[[package]]
name = "xkeysym"
2024-06-10 08:30:57 +03:00
version = "0.2.1"
2023-09-24 11:04:30 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:30:57 +03:00
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
2023-09-24 11:04:30 +04:00
2023-08-07 19:44:40 +04:00
[[package]]
name = "xml-rs"
version = "0.8.27"
2023-08-07 19:44:40 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
2024-02-15 10:26:14 +04:00
[[package]]
name = "xshell"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "0.2.7"
2024-02-15 10:26:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d"
2024-02-15 10:26:14 +04:00
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
version = "0.2.7"
2024-02-15 10:26:14 +04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
build(deps): bump the rust-dependencies group with 19 updates Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 08:04:59 +00:00
checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547"
2024-02-15 10:26:14 +04:00
[[package]]
name = "yansi"
2024-09-30 15:27:36 +03:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 15:27:36 +03:00
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2024-11-09 15:57:17 +03:00
[[package]]
name = "yoke"
2025-01-02 11:50:34 +03:00
version = "0.7.5"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2024-11-09 15:57:17 +03:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2025-01-02 11:50:34 +03:00
version = "0.7.5"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2024-11-09 15:57:17 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
"synstructure",
]
2024-12-10 01:58:26 +02:00
[[package]]
name = "zbus"
2025-10-02 11:57:27 +03:00
version = "5.11.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
2024-12-10 01:58:26 +02:00
dependencies = [
"async-broadcast",
2024-12-10 01:58:26 +02:00
"async-executor",
"async-io",
"async-lock",
"async-process",
2024-12-10 01:58:26 +02:00
"async-recursion",
"async-task",
"async-trait",
"blocking",
"enumflags2",
"event-listener",
2024-12-10 01:58:26 +02:00
"futures-core",
"futures-lite",
2024-12-10 01:58:26 +02:00
"hex",
2025-08-11 09:09:54 +03:00
"nix",
2024-12-10 01:58:26 +02:00
"ordered-stream",
"serde",
"serde_repr",
"tracing",
"uds_windows",
2025-08-26 21:17:06 +03:00
"windows-sys 0.60.2",
2025-02-14 08:35:49 +03:00
"winnow",
"zbus_macros",
"zbus_names",
"zvariant",
2024-12-10 01:58:26 +02:00
]
[[package]]
name = "zbus-lockstep"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6"
dependencies = [
"zbus_xml",
"zvariant",
]
[[package]]
name = "zbus-lockstep-macros"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.106",
"zbus-lockstep",
"zbus_xml",
"zvariant",
]
2024-12-10 01:58:26 +02:00
[[package]]
name = "zbus_macros"
2025-10-02 11:57:27 +03:00
version = "5.11.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
2024-12-10 01:58:26 +02:00
dependencies = [
"proc-macro-crate",
2024-12-10 01:58:26 +02:00
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
"zbus_names",
"zvariant",
"zvariant_utils",
2024-12-10 01:58:26 +02:00
]
[[package]]
name = "zbus_names"
2025-02-14 08:35:49 +03:00
version = "4.2.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-14 08:35:49 +03:00
checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
2024-12-10 01:58:26 +02:00
dependencies = [
"serde",
"static_assertions",
2025-02-14 08:35:49 +03:00
"winnow",
"zvariant",
]
[[package]]
name = "zbus_xml"
version = "5.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29"
dependencies = [
"quick-xml 0.36.2",
"serde",
"static_assertions",
"zbus_names",
"zvariant",
]
[[package]]
name = "zerocopy"
2025-10-02 11:57:27 +03:00
version = "0.8.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2025-10-02 11:57:27 +03:00
version = "0.8.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-02 11:57:27 +03:00
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
]
[[package]]
name = "zerofrom"
2025-01-02 11:50:34 +03:00
version = "0.1.5"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-02 11:50:34 +03:00
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
2024-11-09 15:57:17 +03:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.6"
2024-11-09 15:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2024-11-09 15:57:17 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2024-11-09 15:57:17 +03:00
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2023-10-24 15:05:14 +04:00
]
2024-12-10 01:58:26 +02:00
[[package]]
name = "zvariant"
2025-08-26 21:17:06 +03:00
version = "5.7.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
2024-12-10 01:58:26 +02:00
dependencies = [
"endi",
"enumflags2",
"serde",
2025-02-14 08:35:49 +03:00
"winnow",
"zvariant_derive",
"zvariant_utils",
2024-12-10 01:58:26 +02:00
]
[[package]]
name = "zvariant_derive"
2025-08-26 21:17:06 +03:00
version = "5.7.0"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
2024-12-10 01:58:26 +02:00
dependencies = [
"proc-macro-crate",
2024-12-10 01:58:26 +02:00
"proc-macro2",
"quote",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
"zvariant_utils",
]
2024-12-10 01:58:26 +02:00
[[package]]
name = "zvariant_utils"
2025-08-26 21:17:06 +03:00
version = "3.2.1"
2024-12-10 01:58:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-26 21:17:06 +03:00
checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
2024-12-10 01:58:26 +02:00
dependencies = [
"proc-macro2",
"quote",
"serde",
2025-08-19 19:17:42 +03:00
"syn 2.0.106",
2025-02-14 08:35:49 +03:00
"winnow",
2024-12-10 01:58:26 +02:00
]