git.delta.rocks / unique-network / refs/commits / 2ffba98fc7b4

difftreelog

fmt

Trubnikov Sergey2022-09-14parent: #1c71798.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
252252
253[[package]]253[[package]]
254name = "async-lock"254name = "async-lock"
255version = "2.5.0"255version = "2.6.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
258dependencies = [258dependencies = [
259 "event-listener",259 "event-listener",
260 "futures-lite",
260]261]
261262
262[[package]]263[[package]]
977978
978[[package]]979[[package]]
979name = "clap"980name = "clap"
980version = "3.2.22"981version = "3.2.23"
981source = "registry+https://github.com/rust-lang/crates.io-index"982source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
983dependencies = [984dependencies = [
984 "atty",985 "atty",
985 "bitflags",986 "bitflags",
18711872
1872[[package]]1873[[package]]
1873name = "cxx"1874name = "cxx"
1874version = "1.0.78"1875version = "1.0.80"
1875source = "registry+https://github.com/rust-lang/crates.io-index"1876source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "19f39818dcfc97d45b03953c1292efc4e80954e1583c4aa770bac1383e2310a4"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
1877dependencies = [1878dependencies = [
1878 "cc",1879 "cc",
1879 "cxxbridge-flags",1880 "cxxbridge-flags",
18831884
1884[[package]]1885[[package]]
1885name = "cxx-build"1886name = "cxx-build"
1886version = "1.0.78"1887version = "1.0.80"
1887source = "registry+https://github.com/rust-lang/crates.io-index"1888source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "3e580d70777c116df50c390d1211993f62d40302881e54d4b79727acb83d0199"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
1889dependencies = [1890dependencies = [
1890 "cc",1891 "cc",
1891 "codespan-reporting",1892 "codespan-reporting",
18981899
1899[[package]]1900[[package]]
1900name = "cxxbridge-flags"1901name = "cxxbridge-flags"
1901version = "1.0.78"1902version = "1.0.80"
1902source = "registry+https://github.com/rust-lang/crates.io-index"1903source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "56a46460b88d1cec95112c8c363f0e2c39afdb237f60583b0b36343bf627ea9c"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
19041905
1905[[package]]1906[[package]]
1906name = "cxxbridge-macro"1907name = "cxxbridge-macro"
1907version = "1.0.78"1908version = "1.0.80"
1908source = "registry+https://github.com/rust-lang/crates.io-index"1909source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "747b608fecf06b0d72d440f27acc99288207324b793be2c17991839f3d4995ea"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
1910dependencies = [1911dependencies = [
1911 "proc-macro2",1912 "proc-macro2",
1912 "quote",1913 "quote",
21282129
2129[[package]]2130[[package]]
2130name = "ed25519-zebra"2131name = "ed25519-zebra"
2131version = "3.0.0"2132version = "3.1.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"2133source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "403ef3e961ab98f0ba902771d29f842058578bb1ce7e3c59dad5a6a93e784c69"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"
2134dependencies = [2135dependencies = [
2135 "curve25519-dalek 3.2.0",2136 "curve25519-dalek 3.2.0",
2137 "hashbrown",
2136 "hex",2138 "hex",
2137 "rand_core 0.6.4",2139 "rand_core 0.6.4",
2138 "sha2 0.9.9",2140 "sha2 0.9.9",
2139 "thiserror",
2140 "zeroize",2141 "zeroize",
2141]2142]
21422143
33363337
3337[[package]]3338[[package]]
3338name = "h2"3339name = "h2"
3339version = "0.3.14"3340version = "0.3.15"
3340source = "registry+https://github.com/rust-lang/crates.io-index"3341source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"3342checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
3342dependencies = [3343dependencies = [
3343 "bytes",3344 "bytes",
3344 "fnv",3345 "fnv",
35613562
3562[[package]]3563[[package]]
3563name = "iana-time-zone-haiku"3564name = "iana-time-zone-haiku"
3564version = "0.1.0"3565version = "0.1.1"
3565source = "registry+https://github.com/rust-lang/crates.io-index"3566source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "fde6edd6cef363e9359ed3c98ba64590ba9eecba2293eb5a723ab32aee8926aa"3567checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3567dependencies = [3568dependencies = [
3568 "cxx",3569 "cxx",
3569 "cxx-build",3570 "cxx-build",
37023703
3703[[package]]3704[[package]]
3704name = "io-lifetimes"3705name = "io-lifetimes"
3705version = "0.7.3"3706version = "0.7.4"
3706source = "registry+https://github.com/rust-lang/crates.io-index"3707source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"3708checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"
37083709
3709[[package]]3710[[package]]
3710name = "ip_network"3711name = "ip_network"
40934094
4094[[package]]4095[[package]]
4095name = "libc"4096name = "libc"
4096version = "0.2.135"4097version = "0.2.137"
4097source = "registry+https://github.com/rust-lang/crates.io-index"4098source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"4099checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
40994100
4100[[package]]4101[[package]]
4101name = "libloading"4102name = "libloading"
49674968
4968[[package]]4969[[package]]
4969name = "mio"4970name = "mio"
4970version = "0.8.4"4971version = "0.8.5"
4971source = "registry+https://github.com/rust-lang/crates.io-index"4972source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4973checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
4973dependencies = [4974dependencies = [
4974 "libc",4975 "libc",
4975 "log",4976 "log",
4976 "wasi 0.11.0+wasi-snapshot-preview1",4977 "wasi 0.11.0+wasi-snapshot-preview1",
4977 "windows-sys 0.36.1",4978 "windows-sys 0.42.0",
4978]4979]
49794980
4980[[package]]4981[[package]]
72677268
7268[[package]]7269[[package]]
7269name = "pkg-config"7270name = "pkg-config"
7270version = "0.3.25"7271version = "0.3.26"
7271source = "registry+https://github.com/rust-lang/crates.io-index"7272source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"7273checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
72737274
7274[[package]]7275[[package]]
7275name = "platforms"7276name = "platforms"
85208521
8521[[package]]8522[[package]]
8522name = "polling"8523name = "polling"
8523version = "2.3.0"8524version = "2.4.0"
8524source = "registry+https://github.com/rust-lang/crates.io-index"8525source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"8526checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"
8526dependencies = [8527dependencies = [
8527 "autocfg",8528 "autocfg",
8528 "cfg-if 1.0.0",8529 "cfg-if 1.0.0",
94279428
9428[[package]]9429[[package]]
9429name = "rustix"9430name = "rustix"
9430version = "0.35.11"9431version = "0.35.12"
9431source = "registry+https://github.com/rust-lang/crates.io-index"9432source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"9433checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"
9433dependencies = [9434dependencies = [
9434 "bitflags",9435 "bitflags",
9435 "errno",9436 "errno",
1070210703
10703[[package]]10704[[package]]
10704name = "secp256k1"10705name = "secp256k1"
10705version = "0.24.0"10706version = "0.24.1"
10706source = "registry+https://github.com/rust-lang/crates.io-index"10707source = "registry+https://github.com/rust-lang/crates.io-index"
10707checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"10708checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"
10708dependencies = [10709dependencies = [
10709 "secp256k1-sys",10710 "secp256k1-sys",
10710]10711]
1078510786
10786[[package]]10787[[package]]
10787name = "serde"10788name = "serde"
10788version = "1.0.146"10789version = "1.0.147"
10789source = "registry+https://github.com/rust-lang/crates.io-index"10790source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "6df50b7a60a0ad48e1b42eb38373eac8ff785d619fb14db917b4e63d5439361f"10791checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
10791dependencies = [10792dependencies = [
10792 "serde_derive",10793 "serde_derive",
10793]10794]
1079410795
10795[[package]]10796[[package]]
10796name = "serde_derive"10797name = "serde_derive"
10797version = "1.0.146"10798version = "1.0.147"
10798source = "registry+https://github.com/rust-lang/crates.io-index"10799source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "a714fd32ba1d66047ce7d53dabd809e9922d538f9047de13cc4cffca47b36205"10800checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
10800dependencies = [10801dependencies = [
10801 "proc-macro2",10802 "proc-macro2",
10802 "quote",10803 "quote",
1080510806
10806[[package]]10807[[package]]
10807name = "serde_json"10808name = "serde_json"
10808version = "1.0.86"10809version = "1.0.87"
10809source = "registry+https://github.com/rust-lang/crates.io-index"10810source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"10811checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
10811dependencies = [10812dependencies = [
10812 "itoa",10813 "itoa",
10813 "ryu",10814 "ryu",
1208612087
12087[[package]]12088[[package]]
12088name = "syn"12089name = "syn"
12089version = "1.0.102"12090version = "1.0.103"
12090source = "registry+https://github.com/rust-lang/crates.io-index"12091source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"12092checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
12092dependencies = [12093dependencies = [
12093 "proc-macro2",12094 "proc-macro2",
12094 "quote",12095 "quote",
1221712218
12218[[package]]12219[[package]]
12219name = "textwrap"12220name = "textwrap"
12220version = "0.15.1"12221version = "0.16.0"
12221source = "registry+https://github.com/rust-lang/crates.io-index"12222source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"12223checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1222312224
12224[[package]]12225[[package]]
12225name = "thiserror"12226name = "thiserror"