git.delta.rocks / unique-network / refs/commits / e76363f28e8b

difftreelog

fmt

Trubnikov Sergey2022-10-24parent: #ac3a977.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
746source = "registry+https://github.com/rust-lang/crates.io-index"746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"747checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
748dependencies = [748dependencies = [
749 "lazy_static",
749 "memchr",750 "memchr",
751 "regex-automata",
750]752]
751753
752[[package]]754[[package]]
1063 "cache-padded",1065 "cache-padded",
1064]1066]
1067
1068[[package]]
1069name = "console"
1070version = "0.15.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
1073dependencies = [
1074 "encode_unicode",
1075 "libc",
1076 "once_cell",
1077 "terminal_size",
1078 "winapi",
1079]
10651080
1066[[package]]1081[[package]]
1067name = "const-oid"1082name = "const-oid"
2139 "zeroize",2154 "zeroize",
2140]2155]
2156
2157[[package]]
2158name = "encode_unicode"
2159version = "0.3.6"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
21412162
2142[[package]]2163[[package]]
2143name = "enum-as-inner"2164name = "enum-as-inner"
2310 "hex-literal",2331 "hex-literal",
2311 "impl-trait-for-tuples",2332 "impl-trait-for-tuples",
2312 "primitive-types",2333 "primitive-types",
2334 "similar-asserts",
2313 "sp-std",2335 "sp-std",
2314]2336]
23152337
10885 "paste",10907 "paste",
10886]10908]
10909
10910[[package]]
10911name = "similar"
10912version = "2.2.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
10915dependencies = [
10916 "bstr",
10917 "unicode-segmentation",
10918]
10919
10920[[package]]
10921name = "similar-asserts"
10922version = "1.4.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"
10925dependencies = [
10926 "console",
10927 "similar",
10928]
1088710929
10888[[package]]10930[[package]]
10889name = "slab"10931name = "slab"
12079 "winapi-util",12121 "winapi-util",
12080]12122]
12123
12124[[package]]
12125name = "terminal_size"
12126version = "0.1.17"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
12129dependencies = [
12130 "libc",
12131 "winapi",
12132]
1208112133
12082[[package]]12134[[package]]
12083name = "test-runtime-constants"12135name = "test-runtime-constants"
12659 "tinyvec",12711 "tinyvec",
12660]12712]
12713
12714[[package]]
12715name = "unicode-segmentation"
12716version = "1.10.0"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
1266112719
12662[[package]]12720[[package]]
12663name = "unicode-width"12721name = "unicode-width"