This repository has no description
0

Configure Feed

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

⬆️ Lock file maintenance (#91)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+37 -37
+37 -37
Cargo.lock
··· 67 67 68 68 [[package]] 69 69 name = "anstyle-query" 70 - version = "1.1.4" 70 + version = "1.1.5" 71 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 72 + checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 73 73 dependencies = [ 74 - "windows-sys 0.60.2", 74 + "windows-sys 0.61.2", 75 75 ] 76 76 77 77 [[package]] 78 78 name = "anstyle-wincon" 79 - version = "3.0.10" 79 + version = "3.0.11" 80 80 source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 81 + checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 82 82 dependencies = [ 83 83 "anstyle", 84 84 "once_cell_polyfill", 85 - "windows-sys 0.60.2", 85 + "windows-sys 0.61.2", 86 86 ] 87 87 88 88 [[package]] ··· 297 297 checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 298 298 dependencies = [ 299 299 "axum-core", 300 - "bytes 1.10.1", 300 + "bytes 1.11.0", 301 301 "form_urlencoded", 302 302 "futures-util", 303 303 "http", ··· 329 329 source = "registry+https://github.com/rust-lang/crates.io-index" 330 330 checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 331 331 dependencies = [ 332 - "bytes 1.10.1", 332 + "bytes 1.11.0", 333 333 "futures-core", 334 334 "http", 335 335 "http-body", ··· 393 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 394 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 395 395 dependencies = [ 396 - "generic-array 0.14.9", 396 + "generic-array 0.14.7", 397 397 ] 398 398 399 399 [[package]] ··· 469 469 470 470 [[package]] 471 471 name = "bytes" 472 - version = "1.10.1" 472 + version = "1.11.0" 473 473 source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 474 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 475 475 476 476 [[package]] 477 477 name = "camino" ··· 507 507 508 508 [[package]] 509 509 name = "cc" 510 - version = "1.2.45" 510 + version = "1.2.46" 511 511 source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" 512 + checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36" 513 513 dependencies = [ 514 514 "find-msvc-tools", 515 515 "shlex", ··· 720 720 721 721 [[package]] 722 722 name = "crypto-common" 723 - version = "0.1.6" 723 + version = "0.1.7" 724 724 source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 725 + checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 726 726 dependencies = [ 727 - "generic-array 0.14.9", 727 + "generic-array 0.14.7", 728 728 "typenum", 729 729 ] 730 730 ··· 983 983 984 984 [[package]] 985 985 name = "find-msvc-tools" 986 - version = "0.1.4" 986 + version = "0.1.5" 987 987 source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 988 + checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 989 989 990 990 [[package]] 991 991 name = "flate2" ··· 1140 1140 1141 1141 [[package]] 1142 1142 name = "generic-array" 1143 - version = "0.14.9" 1143 + version = "0.14.7" 1144 1144 source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1145 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1146 1146 dependencies = [ 1147 1147 "typenum", 1148 1148 "version_check", ··· 1256 1256 source = "registry+https://github.com/rust-lang/crates.io-index" 1257 1257 checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1258 1258 dependencies = [ 1259 - "bytes 1.10.1", 1259 + "bytes 1.11.0", 1260 1260 "fnv", 1261 1261 "itoa", 1262 1262 ] ··· 1267 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 1268 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1269 1269 dependencies = [ 1270 - "bytes 1.10.1", 1270 + "bytes 1.11.0", 1271 1271 "http", 1272 1272 ] 1273 1273 ··· 1277 1277 source = "registry+https://github.com/rust-lang/crates.io-index" 1278 1278 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1279 1279 dependencies = [ 1280 - "bytes 1.10.1", 1280 + "bytes 1.11.0", 1281 1281 "futures-core", 1282 1282 "http", 1283 1283 "http-body", ··· 1298 1298 1299 1299 [[package]] 1300 1300 name = "hyper" 1301 - version = "1.7.0" 1301 + version = "1.8.1" 1302 1302 source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1303 + checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1304 1304 dependencies = [ 1305 1305 "atomic-waker", 1306 - "bytes 1.10.1", 1306 + "bytes 1.11.0", 1307 1307 "futures-channel", 1308 1308 "futures-core", 1309 1309 "http", ··· 1319 1319 1320 1320 [[package]] 1321 1321 name = "hyper-util" 1322 - version = "0.1.17" 1322 + version = "0.1.18" 1323 1323 source = "registry+https://github.com/rust-lang/crates.io-index" 1324 - checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1324 + checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" 1325 1325 dependencies = [ 1326 - "bytes 1.10.1", 1326 + "bytes 1.11.0", 1327 1327 "futures-core", 1328 1328 "http", 1329 1329 "http-body", ··· 2317 2317 2318 2318 [[package]] 2319 2319 name = "quick-xml" 2320 - version = "0.38.3" 2320 + version = "0.38.4" 2321 2321 source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" 2322 + checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 2323 2323 dependencies = [ 2324 2324 "memchr", 2325 2325 ] ··· 2854 2854 "notify-rust", 2855 2855 "num", 2856 2856 "once_cell", 2857 - "quick-xml 0.38.3", 2857 + "quick-xml 0.38.4", 2858 2858 "rand 0.9.2", 2859 2859 "rayon", 2860 2860 "resvg", ··· 3428 3428 source = "registry+https://github.com/rust-lang/crates.io-index" 3429 3429 checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 3430 3430 dependencies = [ 3431 - "bytes 1.10.1", 3431 + "bytes 1.11.0", 3432 3432 "data-encoding", 3433 3433 "http", 3434 3434 "httparse", ··· 3512 3512 3513 3513 [[package]] 3514 3514 name = "unit-prefix" 3515 - version = "0.5.1" 3515 + version = "0.5.2" 3516 3516 source = "registry+https://github.com/rust-lang/crates.io-index" 3517 - checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" 3517 + checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" 3518 3518 3519 3519 [[package]] 3520 3520 name = "url" ··· 3731 3731 3732 3732 [[package]] 3733 3733 name = "weezl" 3734 - version = "0.1.11" 3734 + version = "0.1.12" 3735 3735 source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "009936b22a61d342859b5f0ea64681cbb35a358ab548e2a44a8cf0dac2d980b8" 3736 + checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 3737 3737 3738 3738 [[package]] 3739 3739 name = "widestring"