The code and data behind xeiaso.net
5
fork

Configure Feed

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

build(deps): bump prometheus from 0.13.2 to 0.13.3

Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/tikv/rust-prometheus/releases)
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.2...v0.13.3)

authored by

dependabot[bot] and committed by
Xe Iaso
dc6039e7 f226e4b2

+119 -15
+119 -15
Cargo.lock
··· 732 732 ] 733 733 734 734 [[package]] 735 + name = "errno" 736 + version = "0.2.8" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 739 + dependencies = [ 740 + "errno-dragonfly", 741 + "libc", 742 + "winapi", 743 + ] 744 + 745 + [[package]] 746 + name = "errno-dragonfly" 747 + version = "0.1.2" 748 + source = "registry+https://github.com/rust-lang/crates.io-index" 749 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 750 + dependencies = [ 751 + "cc", 752 + "libc", 753 + ] 754 + 755 + [[package]] 735 756 name = "error-chain" 736 757 version = "0.12.4" 737 758 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1256 1277 ] 1257 1278 1258 1279 [[package]] 1280 + name = "io-lifetimes" 1281 + version = "0.7.5" 1282 + source = "registry+https://github.com/rust-lang/crates.io-index" 1283 + checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" 1284 + 1285 + [[package]] 1259 1286 name = "ipnet" 1260 1287 version = "2.5.0" 1261 1288 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1320 1347 1321 1348 [[package]] 1322 1349 name = "libc" 1323 - version = "0.2.126" 1350 + version = "0.2.137" 1324 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 1352 + checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 1326 1353 1327 1354 [[package]] 1328 1355 name = "line-wrap" ··· 1340 1367 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" 1341 1368 1342 1369 [[package]] 1370 + name = "linux-raw-sys" 1371 + version = "0.0.46" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 1374 + 1375 + [[package]] 1343 1376 name = "lock_api" 1344 1377 version = "0.4.7" 1345 1378 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1529 1562 "libc", 1530 1563 "log", 1531 1564 "wasi 0.11.0+wasi-snapshot-preview1", 1532 - "windows-sys", 1565 + "windows-sys 0.36.1", 1533 1566 ] 1534 1567 1535 1568 [[package]] ··· 1746 1779 "libc", 1747 1780 "redox_syscall", 1748 1781 "smallvec", 1749 - "windows-sys", 1782 + "windows-sys 0.36.1", 1750 1783 ] 1751 1784 1752 1785 [[package]] ··· 2069 2102 2070 2103 [[package]] 2071 2104 name = "procfs" 2072 - version = "0.12.0" 2105 + version = "0.14.1" 2073 2106 source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104" 2107 + checksum = "2dfb6451c91904606a1abe93e83a8ec851f45827fa84273f256ade45dc095818" 2075 2108 dependencies = [ 2076 2109 "bitflags", 2077 2110 "byteorder", 2078 2111 "hex", 2079 2112 "lazy_static", 2080 - "libc", 2113 + "rustix", 2081 2114 ] 2082 2115 2083 2116 [[package]] 2084 2117 name = "prometheus" 2085 - version = "0.13.2" 2118 + version = "0.13.3" 2086 2119 source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "45c8babc29389186697fe5a2a4859d697825496b83db5d0b65271cdc0488e88c" 2120 + checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" 2088 2121 dependencies = [ 2089 2122 "cfg-if", 2090 2123 "fnv", ··· 2305 2338 ] 2306 2339 2307 2340 [[package]] 2341 + name = "rustix" 2342 + version = "0.35.13" 2343 + source = "registry+https://github.com/rust-lang/crates.io-index" 2344 + checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" 2345 + dependencies = [ 2346 + "bitflags", 2347 + "errno", 2348 + "io-lifetimes", 2349 + "libc", 2350 + "linux-raw-sys", 2351 + "windows-sys 0.42.0", 2352 + ] 2353 + 2354 + [[package]] 2308 2355 name = "ryu" 2309 2356 version = "1.0.10" 2310 2357 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2332 2379 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 2333 2380 dependencies = [ 2334 2381 "lazy_static", 2335 - "windows-sys", 2382 + "windows-sys 0.36.1", 2336 2383 ] 2337 2384 2338 2385 [[package]] ··· 3283 3330 source = "registry+https://github.com/rust-lang/crates.io-index" 3284 3331 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 3285 3332 dependencies = [ 3286 - "windows_aarch64_msvc", 3287 - "windows_i686_gnu", 3288 - "windows_i686_msvc", 3289 - "windows_x86_64_gnu", 3290 - "windows_x86_64_msvc", 3333 + "windows_aarch64_msvc 0.36.1", 3334 + "windows_i686_gnu 0.36.1", 3335 + "windows_i686_msvc 0.36.1", 3336 + "windows_x86_64_gnu 0.36.1", 3337 + "windows_x86_64_msvc 0.36.1", 3291 3338 ] 3292 3339 3293 3340 [[package]] 3341 + name = "windows-sys" 3342 + version = "0.42.0" 3343 + source = "registry+https://github.com/rust-lang/crates.io-index" 3344 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3345 + dependencies = [ 3346 + "windows_aarch64_gnullvm", 3347 + "windows_aarch64_msvc 0.42.0", 3348 + "windows_i686_gnu 0.42.0", 3349 + "windows_i686_msvc 0.42.0", 3350 + "windows_x86_64_gnu 0.42.0", 3351 + "windows_x86_64_gnullvm", 3352 + "windows_x86_64_msvc 0.42.0", 3353 + ] 3354 + 3355 + [[package]] 3356 + name = "windows_aarch64_gnullvm" 3357 + version = "0.42.0" 3358 + source = "registry+https://github.com/rust-lang/crates.io-index" 3359 + checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 3360 + 3361 + [[package]] 3294 3362 name = "windows_aarch64_msvc" 3295 3363 version = "0.36.1" 3296 3364 source = "registry+https://github.com/rust-lang/crates.io-index" 3297 3365 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 3298 3366 3299 3367 [[package]] 3368 + name = "windows_aarch64_msvc" 3369 + version = "0.42.0" 3370 + source = "registry+https://github.com/rust-lang/crates.io-index" 3371 + checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 3372 + 3373 + [[package]] 3300 3374 name = "windows_i686_gnu" 3301 3375 version = "0.36.1" 3302 3376 source = "registry+https://github.com/rust-lang/crates.io-index" 3303 3377 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 3378 + 3379 + [[package]] 3380 + name = "windows_i686_gnu" 3381 + version = "0.42.0" 3382 + source = "registry+https://github.com/rust-lang/crates.io-index" 3383 + checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 3304 3384 3305 3385 [[package]] 3306 3386 name = "windows_i686_msvc" ··· 3309 3389 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 3310 3390 3311 3391 [[package]] 3392 + name = "windows_i686_msvc" 3393 + version = "0.42.0" 3394 + source = "registry+https://github.com/rust-lang/crates.io-index" 3395 + checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 3396 + 3397 + [[package]] 3312 3398 name = "windows_x86_64_gnu" 3313 3399 version = "0.36.1" 3314 3400 source = "registry+https://github.com/rust-lang/crates.io-index" 3315 3401 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 3316 3402 3317 3403 [[package]] 3404 + name = "windows_x86_64_gnu" 3405 + version = "0.42.0" 3406 + source = "registry+https://github.com/rust-lang/crates.io-index" 3407 + checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 3408 + 3409 + [[package]] 3410 + name = "windows_x86_64_gnullvm" 3411 + version = "0.42.0" 3412 + source = "registry+https://github.com/rust-lang/crates.io-index" 3413 + checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 3414 + 3415 + [[package]] 3318 3416 name = "windows_x86_64_msvc" 3319 3417 version = "0.36.1" 3320 3418 source = "registry+https://github.com/rust-lang/crates.io-index" 3321 3419 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 3420 + 3421 + [[package]] 3422 + name = "windows_x86_64_msvc" 3423 + version = "0.42.0" 3424 + source = "registry+https://github.com/rust-lang/crates.io-index" 3425 + checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 3322 3426 3323 3427 [[package]] 3324 3428 name = "winreg"