A small utility to inhibit idle on wayland for mpris clients
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Deps

Ben C 0085e928 734b96b2

+142 -226
+141 -225
Cargo.lock
··· 13 13 14 14 [[package]] 15 15 name = "anstream" 16 - version = "0.6.14" 16 + version = "0.6.18" 17 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 18 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 19 19 dependencies = [ 20 20 "anstyle", 21 21 "anstyle-parse", ··· 28 28 29 29 [[package]] 30 30 name = "anstyle" 31 - version = "1.0.7" 31 + version = "1.0.10" 32 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 33 + checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 34 34 35 35 [[package]] 36 36 name = "anstyle-parse" 37 - version = "0.2.4" 37 + version = "0.2.6" 38 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 39 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 40 40 dependencies = [ 41 41 "utf8parse", 42 42 ] 43 43 44 44 [[package]] 45 45 name = "anstyle-query" 46 - version = "1.0.3" 46 + version = "1.1.2" 47 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" 48 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 49 49 dependencies = [ 50 - "windows-sys 0.52.0", 50 + "windows-sys", 51 51 ] 52 52 53 53 [[package]] 54 54 name = "anstyle-wincon" 55 - version = "3.0.3" 55 + version = "3.0.7" 56 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 57 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 58 58 dependencies = [ 59 59 "anstyle", 60 - "windows-sys 0.52.0", 60 + "once_cell", 61 + "windows-sys", 61 62 ] 62 63 63 64 [[package]] 64 65 name = "anyhow" 65 - version = "1.0.83" 66 + version = "1.0.95" 66 67 source = "registry+https://github.com/rust-lang/crates.io-index" 67 - checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" 68 + checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 68 69 69 70 [[package]] 70 71 name = "bitflags" 71 - version = "2.5.0" 72 + version = "2.8.0" 72 73 source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 74 + checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" 74 75 75 76 [[package]] 76 77 name = "cc" 77 - version = "1.0.97" 78 + version = "1.2.12" 78 79 source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" 80 - 81 - [[package]] 82 - name = "cfg-if" 83 - version = "1.0.0" 84 - source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 80 + checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2" 81 + dependencies = [ 82 + "shlex", 83 + ] 86 84 87 85 [[package]] 88 86 name = "clap" 89 - version = "4.5.4" 87 + version = "4.5.28" 90 88 source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 89 + checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" 92 90 dependencies = [ 93 91 "clap_builder", 94 92 "clap_derive", ··· 96 94 97 95 [[package]] 98 96 name = "clap_builder" 99 - version = "4.5.2" 97 + version = "4.5.27" 100 98 source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 99 + checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" 102 100 dependencies = [ 103 101 "anstream", 104 102 "anstyle", ··· 108 106 109 107 [[package]] 110 108 name = "clap_derive" 111 - version = "4.5.4" 109 + version = "4.5.28" 112 110 source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 111 + checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 114 112 dependencies = [ 115 113 "heck 0.5.0", 116 114 "proc-macro2", 117 - "quote 1.0.36", 118 - "syn 2.0.61", 115 + "quote 1.0.38", 116 + "syn 2.0.98", 119 117 ] 120 118 121 119 [[package]] 122 120 name = "clap_lex" 123 - version = "0.7.0" 121 + version = "0.7.4" 124 122 source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 123 + checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 126 124 127 125 [[package]] 128 126 name = "colog" ··· 137 135 138 136 [[package]] 139 137 name = "colorchoice" 140 - version = "1.0.1" 138 + version = "1.0.3" 141 139 source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 140 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 143 141 144 142 [[package]] 145 143 name = "colored" 146 - version = "2.1.0" 144 + version = "2.2.0" 147 145 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 146 + checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 149 147 dependencies = [ 150 148 "lazy_static", 151 - "windows-sys 0.48.0", 149 + "windows-sys", 152 150 ] 153 151 154 152 [[package]] ··· 170 168 "fnv", 171 169 "ident_case", 172 170 "proc-macro2", 173 - "quote 1.0.36", 171 + "quote 1.0.38", 174 172 "strsim 0.10.0", 175 173 "syn 1.0.109", 176 174 ] ··· 182 180 checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 183 181 dependencies = [ 184 182 "darling_core", 185 - "quote 1.0.36", 183 + "quote 1.0.38", 186 184 "syn 1.0.109", 187 185 ] 188 186 ··· 209 207 ] 210 208 211 209 [[package]] 212 - name = "dlib" 213 - version = "0.5.2" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 216 - dependencies = [ 217 - "libloading", 218 - ] 219 - 220 - [[package]] 221 210 name = "downcast-rs" 222 211 version = "1.2.1" 223 212 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 230 219 checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462" 231 220 dependencies = [ 232 221 "proc-macro2", 233 - "quote 1.0.36", 222 + "quote 1.0.38", 234 223 "syn 1.0.109", 235 224 ] 236 225 237 226 [[package]] 238 227 name = "env_filter" 239 - version = "0.1.0" 228 + version = "0.1.3" 240 229 source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 230 + checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 242 231 dependencies = [ 243 232 "log", 244 233 "regex", ··· 246 235 247 236 [[package]] 248 237 name = "env_logger" 249 - version = "0.11.3" 238 + version = "0.11.6" 250 239 source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 240 + checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" 252 241 dependencies = [ 253 242 "anstream", 254 243 "anstyle", ··· 259 248 260 249 [[package]] 261 250 name = "errno" 262 - version = "0.3.9" 251 + version = "0.3.10" 263 252 source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 253 + checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 265 254 dependencies = [ 266 255 "libc", 267 - "windows-sys 0.52.0", 256 + "windows-sys", 268 257 ] 269 258 270 259 [[package]] ··· 290 279 dependencies = [ 291 280 "darling", 292 281 "proc-macro2", 293 - "quote 1.0.36", 282 + "quote 1.0.38", 294 283 "syn 1.0.109", 295 284 ] 296 285 ··· 323 312 324 313 [[package]] 325 314 name = "is_terminal_polyfill" 326 - version = "1.70.0" 315 + version = "1.70.1" 327 316 source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 317 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 329 318 330 319 [[package]] 331 320 name = "lazy_static" 332 - version = "1.4.0" 321 + version = "1.5.0" 333 322 source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 323 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 335 324 336 325 [[package]] 337 326 name = "libc" 338 - version = "0.2.154" 327 + version = "0.2.169" 339 328 source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" 329 + checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 341 330 342 331 [[package]] 343 332 name = "libdbus-sys" ··· 349 338 ] 350 339 351 340 [[package]] 352 - name = "libloading" 353 - version = "0.8.3" 354 - source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 356 - dependencies = [ 357 - "cfg-if", 358 - "windows-targets 0.52.5", 359 - ] 360 - 361 - [[package]] 362 341 name = "linux-raw-sys" 363 - version = "0.4.13" 342 + version = "0.4.15" 364 343 source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 344 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 366 345 367 346 [[package]] 368 347 name = "log" 369 - version = "0.4.21" 348 + version = "0.4.25" 370 349 source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 350 + checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 372 351 373 352 [[package]] 374 353 name = "memchr" 375 - version = "2.7.2" 354 + version = "2.7.4" 376 355 source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 356 + checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 378 357 379 358 [[package]] 380 359 name = "mpris" ··· 390 369 ] 391 370 392 371 [[package]] 372 + name = "once_cell" 373 + version = "1.20.3" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 376 + 377 + [[package]] 393 378 name = "pkg-config" 394 - version = "0.3.30" 379 + version = "0.3.31" 395 380 source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 381 + checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 397 382 398 383 [[package]] 399 384 name = "proc-macro2" 400 - version = "1.0.82" 385 + version = "1.0.93" 401 386 source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" 387 + checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 403 388 dependencies = [ 404 389 "unicode-ident", 405 390 ] 406 391 407 392 [[package]] 408 393 name = "quick-xml" 409 - version = "0.31.0" 394 + version = "0.37.2" 410 395 source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 396 + checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" 412 397 dependencies = [ 413 398 "memchr", 414 399 ] ··· 421 406 422 407 [[package]] 423 408 name = "quote" 424 - version = "1.0.36" 409 + version = "1.0.38" 425 410 source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 411 + checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 427 412 dependencies = [ 428 413 "proc-macro2", 429 414 ] 430 415 431 416 [[package]] 432 417 name = "regex" 433 - version = "1.10.4" 418 + version = "1.11.1" 434 419 source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 420 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 436 421 dependencies = [ 437 422 "aho-corasick", 438 423 "memchr", ··· 442 427 443 428 [[package]] 444 429 name = "regex-automata" 445 - version = "0.4.6" 430 + version = "0.4.9" 446 431 source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 432 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 448 433 dependencies = [ 449 434 "aho-corasick", 450 435 "memchr", ··· 453 438 454 439 [[package]] 455 440 name = "regex-syntax" 456 - version = "0.8.3" 441 + version = "0.8.5" 457 442 source = "registry+https://github.com/rust-lang/crates.io-index" 458 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 443 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 459 444 460 445 [[package]] 461 446 name = "rustix" 462 - version = "0.38.34" 447 + version = "0.38.44" 463 448 source = "registry+https://github.com/rust-lang/crates.io-index" 464 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 449 + checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 465 450 dependencies = [ 466 451 "bitflags", 467 452 "errno", 468 453 "libc", 469 454 "linux-raw-sys", 470 - "windows-sys 0.52.0", 455 + "windows-sys", 471 456 ] 472 457 473 458 [[package]] 474 - name = "scoped-tls" 475 - version = "1.0.1" 459 + name = "shlex" 460 + version = "1.3.0" 476 461 source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 462 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 478 463 479 464 [[package]] 480 465 name = "smallvec" ··· 512 497 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 513 498 dependencies = [ 514 499 "proc-macro2", 515 - "quote 1.0.36", 500 + "quote 1.0.38", 516 501 "unicode-ident", 517 502 ] 518 503 519 504 [[package]] 520 505 name = "syn" 521 - version = "2.0.61" 506 + version = "2.0.98" 522 507 source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" 508 + checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 524 509 dependencies = [ 525 510 "proc-macro2", 526 - "quote 1.0.36", 511 + "quote 1.0.38", 527 512 "unicode-ident", 528 513 ] 529 514 ··· 538 523 539 524 [[package]] 540 525 name = "thiserror" 541 - version = "1.0.60" 526 + version = "1.0.69" 542 527 source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" 528 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 544 529 dependencies = [ 545 530 "thiserror-impl", 546 531 ] 547 532 548 533 [[package]] 549 534 name = "thiserror-impl" 550 - version = "1.0.60" 535 + version = "1.0.69" 551 536 source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" 537 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 553 538 dependencies = [ 554 539 "proc-macro2", 555 - "quote 1.0.36", 556 - "syn 2.0.61", 540 + "quote 1.0.38", 541 + "syn 2.0.98", 557 542 ] 558 543 559 544 [[package]] 560 545 name = "unicode-ident" 561 - version = "1.0.12" 546 + version = "1.0.16" 562 547 source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 548 + checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" 564 549 565 550 [[package]] 566 551 name = "unicode-segmentation" 567 - version = "1.11.0" 552 + version = "1.12.0" 568 553 source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 554 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 570 555 571 556 [[package]] 572 557 name = "unicode-xid" ··· 576 561 577 562 [[package]] 578 563 name = "utf8parse" 579 - version = "0.2.1" 564 + version = "0.2.2" 580 565 source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 566 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 582 567 583 568 [[package]] 584 569 name = "wayland-backend" 585 - version = "0.3.3" 570 + version = "0.3.8" 586 571 source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40" 572 + checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf" 588 573 dependencies = [ 589 574 "cc", 590 575 "downcast-rs", 591 576 "rustix", 592 - "scoped-tls", 593 577 "smallvec", 594 578 "wayland-sys", 595 579 ] 596 580 597 581 [[package]] 598 582 name = "wayland-client" 599 - version = "0.31.2" 583 + version = "0.31.8" 600 584 source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 585 + checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f" 602 586 dependencies = [ 603 587 "bitflags", 604 588 "rustix", ··· 622 606 623 607 [[package]] 624 608 name = "wayland-protocols" 625 - version = "0.31.2" 609 + version = "0.32.6" 626 610 source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 611 + checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc" 628 612 dependencies = [ 629 613 "bitflags", 630 614 "wayland-backend", ··· 634 618 635 619 [[package]] 636 620 name = "wayland-scanner" 637 - version = "0.31.1" 621 + version = "0.31.6" 638 622 source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283" 623 + checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" 640 624 dependencies = [ 641 625 "proc-macro2", 642 626 "quick-xml", 643 - "quote 1.0.36", 627 + "quote 1.0.38", 644 628 ] 645 629 646 630 [[package]] 647 631 name = "wayland-sys" 648 - version = "0.31.1" 632 + version = "0.31.6" 649 633 source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" 634 + checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615" 651 635 dependencies = [ 652 - "dlib", 653 - "log", 654 636 "pkg-config", 655 637 ] 656 638 ··· 678 660 679 661 [[package]] 680 662 name = "windows-sys" 681 - version = "0.48.0" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 684 - dependencies = [ 685 - "windows-targets 0.48.5", 686 - ] 687 - 688 - [[package]] 689 - name = "windows-sys" 690 - version = "0.52.0" 663 + version = "0.59.0" 691 664 source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 665 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 693 666 dependencies = [ 694 - "windows-targets 0.52.5", 667 + "windows-targets", 695 668 ] 696 669 697 670 [[package]] 698 671 name = "windows-targets" 699 - version = "0.48.5" 672 + version = "0.52.6" 700 673 source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 674 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 702 675 dependencies = [ 703 - "windows_aarch64_gnullvm 0.48.5", 704 - "windows_aarch64_msvc 0.48.5", 705 - "windows_i686_gnu 0.48.5", 706 - "windows_i686_msvc 0.48.5", 707 - "windows_x86_64_gnu 0.48.5", 708 - "windows_x86_64_gnullvm 0.48.5", 709 - "windows_x86_64_msvc 0.48.5", 710 - ] 711 - 712 - [[package]] 713 - name = "windows-targets" 714 - version = "0.52.5" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 717 - dependencies = [ 718 - "windows_aarch64_gnullvm 0.52.5", 719 - "windows_aarch64_msvc 0.52.5", 720 - "windows_i686_gnu 0.52.5", 676 + "windows_aarch64_gnullvm", 677 + "windows_aarch64_msvc", 678 + "windows_i686_gnu", 721 679 "windows_i686_gnullvm", 722 - "windows_i686_msvc 0.52.5", 723 - "windows_x86_64_gnu 0.52.5", 724 - "windows_x86_64_gnullvm 0.52.5", 725 - "windows_x86_64_msvc 0.52.5", 680 + "windows_i686_msvc", 681 + "windows_x86_64_gnu", 682 + "windows_x86_64_gnullvm", 683 + "windows_x86_64_msvc", 726 684 ] 727 685 728 686 [[package]] 729 687 name = "windows_aarch64_gnullvm" 730 - version = "0.48.5" 731 - source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 733 - 734 - [[package]] 735 - name = "windows_aarch64_gnullvm" 736 - version = "0.52.5" 688 + version = "0.52.6" 737 689 source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 690 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 739 691 740 692 [[package]] 741 693 name = "windows_aarch64_msvc" 742 - version = "0.48.5" 694 + version = "0.52.6" 743 695 source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 745 - 746 - [[package]] 747 - name = "windows_aarch64_msvc" 748 - version = "0.52.5" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 696 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 751 697 752 698 [[package]] 753 699 name = "windows_i686_gnu" 754 - version = "0.48.5" 700 + version = "0.52.6" 755 701 source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 757 - 758 - [[package]] 759 - name = "windows_i686_gnu" 760 - version = "0.52.5" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 702 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 763 703 764 704 [[package]] 765 705 name = "windows_i686_gnullvm" 766 - version = "0.52.5" 706 + version = "0.52.6" 767 707 source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 708 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 769 709 770 710 [[package]] 771 711 name = "windows_i686_msvc" 772 - version = "0.48.5" 712 + version = "0.52.6" 773 713 source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 775 - 776 - [[package]] 777 - name = "windows_i686_msvc" 778 - version = "0.52.5" 779 - source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 714 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 781 715 782 716 [[package]] 783 717 name = "windows_x86_64_gnu" 784 - version = "0.48.5" 718 + version = "0.52.6" 785 719 source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 787 - 788 - [[package]] 789 - name = "windows_x86_64_gnu" 790 - version = "0.52.5" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 720 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 793 721 794 722 [[package]] 795 723 name = "windows_x86_64_gnullvm" 796 - version = "0.48.5" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 799 - 800 - [[package]] 801 - name = "windows_x86_64_gnullvm" 802 - version = "0.52.5" 803 - source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 805 - 806 - [[package]] 807 - name = "windows_x86_64_msvc" 808 - version = "0.48.5" 724 + version = "0.52.6" 809 725 source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 726 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 811 727 812 728 [[package]] 813 729 name = "windows_x86_64_msvc" 814 - version = "0.52.5" 730 + version = "0.52.6" 815 731 source = "registry+https://github.com/rust-lang/crates.io-index" 816 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 732 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+1 -1
Cargo.toml
··· 14 14 log = "0.4.21" 15 15 mpris = "2.0.1" 16 16 wayland-client = "0.31.2" 17 - wayland-protocols = { version = "0.31.2", features = ["client", "unstable"] } 17 + wayland-protocols = { version = "0.32.6", features = ["client", "unstable"] } 18 18 19 19 [profile.release] 20 20 panic = "abort"