Overview
Comment: | bump packages |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4aa2a7e4a9fc8c8fb066932b3043363d |
User & Date: | arcade on 2021-10-09 11:12:22.200 |
Other Links: | manifest | tags |
Context
2021-10-24
| ||
11:47 | update depends check-in: 8836f0946f user: arcade tags: trunk | |
2021-10-09
| ||
11:12 | bump packages check-in: 4aa2a7e4a9 user: arcade tags: trunk | |
2021-10-01
| ||
07:19 | Say updated for updates check-in: 635e1b2b6d user: arcade tags: trunk | |
Changes
Modified Cargo.lock
from [12dcdbdfe7]
to [09bfb60b5a].
︙ | ︙ | |||
329 330 331 332 333 334 335 | name = "cache-padded" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cc" | | | | 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 | name = "cache-padded" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cc" version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
︙ | ︙ | |||
550 551 552 553 554 555 556 | dependencies = [ "cfg-if 1.0.0", "lazy_static", ] [[package]] name = "crypto-mac" | | | | 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 | dependencies = [ "cfg-if 1.0.0", "lazy_static", ] [[package]] name = "crypto-mac" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ "generic-array", "subtle", ] [[package]] name = "ctor" |
︙ | ︙ | |||
1119 1120 1121 1122 1123 1124 1125 | name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hmac" | | | | 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 | name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hmac" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" dependencies = [ "crypto-mac", "digest", ] [[package]] name = "http" |
︙ | ︙ | |||
1513 1514 1515 1516 1517 1518 1519 | dependencies = [ "mime 0.3.16", "unicase 2.6.0", ] [[package]] name = "minimal-lexical" | | | | 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 | dependencies = [ "mime 0.3.16", "unicase 2.6.0", ] [[package]] name = "minimal-lexical" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677" [[package]] name = "miniz_oxide" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" dependencies = [ |
︙ | ︙ | |||
1953 1954 1955 1956 1957 1958 1959 | dependencies = [ "encoding_rs", "memchr", ] [[package]] name = "quote" | | | | 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 | dependencies = [ "encoding_rs", "memchr", ] [[package]] name = "quote" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" dependencies = [ "proc-macro2", ] [[package]] name = "rand" version = "0.6.5" |
︙ | ︙ | |||
2254 2255 2256 2257 2258 2259 2260 | name = "rsstg" version = "0.1.19" dependencies = [ "anyhow", "atom_syndication", "chrono", "config", | | | 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 | name = "rsstg" version = "0.1.19" dependencies = [ "anyhow", "atom_syndication", "chrono", "config", "futures 0.3.17", "futures-util", "lazy_static", "regex", "reqwest 0.10.10", "rss", "sqlx", "telegram-bot", |
︙ | ︙ | |||
2535 2536 2537 2538 2539 2540 2541 | "itertools", "nom 7.0.0", "unicode_categories", ] [[package]] name = "sqlx" | | | | | | 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 | "itertools", "nom 7.0.0", "unicode_categories", ] [[package]] name = "sqlx" version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7911b0031a0247af40095838002999c7a52fba29d9739e93326e71a5a1bc9d43" dependencies = [ "sqlx-core", "sqlx-macros", ] [[package]] name = "sqlx-core" version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aec89bfaca8f7737439bad16d52b07f1ccd0730520d3bf6ae9d069fe4b641fb1" dependencies = [ "ahash", "atoi", "base64 0.13.0", "bitflags", "byteorder", "bytes 1.1.0", |
︙ | ︙ | |||
2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | "futures-channel", "futures-core", "futures-intrusive", "futures-util", "hashlink", "hex", "hmac", "itoa", "libc", "log 0.4.14", "md-5", "memchr", "once_cell", "parking_lot 0.11.2", | > | 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 | "futures-channel", "futures-core", "futures-intrusive", "futures-util", "hashlink", "hex", "hmac", "indexmap", "itoa", "libc", "log 0.4.14", "md-5", "memchr", "once_cell", "parking_lot 0.11.2", |
︙ | ︙ | |||
2593 2594 2595 2596 2597 2598 2599 | "thiserror", "url 2.2.2", "whoami", ] [[package]] name = "sqlx-macros" | | | < | | | 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 | "thiserror", "url 2.2.2", "whoami", ] [[package]] name = "sqlx-macros" version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "584866c833511b1a152e87a7ee20dee2739746f60c858b3c5209150bc4b466f5" dependencies = [ "dotenv", "either", "heck", "once_cell", "proc-macro2", "quote", "sha2", "sqlx-core", "sqlx-rt", "syn", "url 2.2.2", ] [[package]] name = "sqlx-rt" version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d1bd069de53442e7a320f525a6d4deb8bb0621ac7a55f7eccbc2b58b57f43d0" dependencies = [ "async-native-tls", "async-std", "native-tls", ] [[package]] |
︙ | ︙ | |||
2667 2668 2669 2670 2671 2672 2673 | name = "subtle" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" | | | | 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 | name = "subtle" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194" dependencies = [ "proc-macro2", "quote", "unicode-xid", ] [[package]] |
︙ | ︙ | |||
2734 2735 2736 2737 2738 2739 2740 | "redox_syscall 0.2.10", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "thiserror" | | | | | | 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 | "redox_syscall 0.2.10", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "thiserror" version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] |
︙ | ︙ | |||
2980 2981 2982 2983 2984 2985 2986 | name = "tower-service" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" | | | | | | | | 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 | name = "tower-service" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" dependencies = [ "cfg-if 1.0.0", "log 0.4.14", "pin-project-lite 0.2.7", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "tracing-core" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" dependencies = [ "lazy_static", ] [[package]] name = "tracing-futures" version = "0.2.5" |
︙ | ︙ | |||
3062 3063 3064 3065 3066 3067 3068 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ "version_check 0.9.3", ] [[package]] name = "unicode-bidi" | | | | 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ "version_check 0.9.3", ] [[package]] name = "unicode-bidi" version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-normalization" version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ |
︙ | ︙ |