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

difftreelog

Merge branch 'develop' into feature/rmrk-resources-refactor

Igor Kozyrev2022-06-21parents: #3847058 #8a30e22.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
9999
100[[package]]100[[package]]
101name = "anyhow"101name = "anyhow"
102version = "1.0.57"102version = "1.0.58"
103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"104checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
105105
106[[package]]106[[package]]
107name = "approx"107name = "approx"
248248
249[[package]]249[[package]]
250name = "async-std"250name = "async-std"
251version = "1.11.0"251version = "1.12.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"253checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
254dependencies = [254dependencies = [
255 "async-attributes",255 "async-attributes",
256 "async-channel",256 "async-channel",
267 "kv-log-macro",267 "kv-log-macro",
268 "log",268 "log",
269 "memchr",269 "memchr",
270 "num_cpus",
271 "once_cell",270 "once_cell",
272 "pin-project-lite 0.2.9",271 "pin-project-lite 0.2.9",
273 "pin-utils",272 "pin-utils",
21582157
2159[[package]]2158[[package]]
2160name = "dyn-clone"2159name = "dyn-clone"
2161version = "1.0.5"2160version = "1.0.6"
2162source = "registry+https://github.com/rust-lang/crates.io-index"2161source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"2162checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a"
21642163
2165[[package]]2164[[package]]
2166name = "ecdsa"2165name = "ecdsa"
36063605
3607[[package]]3606[[package]]
3608name = "if-watch"3607name = "if-watch"
3609version = "1.0.0"3608version = "1.1.0"
3610source = "registry+https://github.com/rust-lang/crates.io-index"3609source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "ae8f4a3c3d4c89351ca83e120c1c00b27df945d38e05695668c9d4b4f7bc52f3"3610checksum = "774d59367a3d26965d21ac70a86fcb697d83405d1c4312d1d8a6855296af0cf7"
3612dependencies = [3611dependencies = [
3613 "async-io",3612 "async-io",
3614 "core-foundation",3613 "core-foundation",
49564955
4957[[package]]4956[[package]]
4958name = "mio"4957name = "mio"
4959version = "0.8.3"4958version = "0.8.4"
4960source = "registry+https://github.com/rust-lang/crates.io-index"4959source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"4960checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
4962dependencies = [4961dependencies = [
4963 "libc",4962 "libc",
4964 "log",4963 "log",
52095208
5210[[package]]5209[[package]]
5211name = "num-complex"5210name = "num-complex"
5212version = "0.4.1"5211version = "0.4.2"
5213source = "registry+https://github.com/rust-lang/crates.io-index"5212source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5213checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
5215dependencies = [5214dependencies = [
5216 "num-traits",5215 "num-traits",
5217]5216]
84368435
8437[[package]]8436[[package]]
8438name = "proc-macro2"8437name = "proc-macro2"
8439version = "1.0.39"8438version = "1.0.40"
8440source = "registry+https://github.com/rust-lang/crates.io-index"8439source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8440checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
8442dependencies = [8441dependencies = [
8443 "unicode-ident",8442 "unicode-ident",
8444]8443]
86438642
8644[[package]]8643[[package]]
8645name = "quote"8644name = "quote"
8646version = "1.0.18"8645version = "1.0.20"
8647source = "registry+https://github.com/rust-lang/crates.io-index"8646source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8647checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
8649dependencies = [8648dependencies = [
8650 "proc-macro2",8649 "proc-macro2",
8651]8650]
92689267
9269[[package]]9268[[package]]
9270name = "rustversion"9269name = "rustversion"
9271version = "1.0.6"9270version = "1.0.7"
9272source = "registry+https://github.com/rust-lang/crates.io-index"9271source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"9272checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
92749273
9275[[package]]9274[[package]]
9276name = "rw-stream-sink"9275name = "rw-stream-sink"
1176711766
11768[[package]]11767[[package]]
11769name = "syn"11768name = "syn"
11770version = "1.0.96"11769version = "1.0.98"
11771source = "registry+https://github.com/rust-lang/crates.io-index"11770source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11771checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
11773dependencies = [11772dependencies = [
11774 "proc-macro2",11773 "proc-macro2",
11775 "quote",11774 "quote",
1212612125
12127[[package]]12126[[package]]
12128name = "tower-service"12127name = "tower-service"
12129version = "0.3.1"12128version = "0.3.2"
12130source = "registry+https://github.com/rust-lang/crates.io-index"12129source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"12130checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1213212131
12133[[package]]12132[[package]]
12134name = "tracing"12133name = "tracing"
1336013359
13361[[package]]13360[[package]]
13362name = "windows"13361name = "windows"
13363version = "0.29.0"13362version = "0.34.0"
13364source = "registry+https://github.com/rust-lang/crates.io-index"13363source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"13364checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
13366dependencies = [13365dependencies = [
13367 "windows_aarch64_msvc 0.29.0",13366 "windows_aarch64_msvc 0.34.0",
13368 "windows_i686_gnu 0.29.0",13367 "windows_i686_gnu 0.34.0",
13369 "windows_i686_msvc 0.29.0",13368 "windows_i686_msvc 0.34.0",
13370 "windows_x86_64_gnu 0.29.0",13369 "windows_x86_64_gnu 0.34.0",
13371 "windows_x86_64_msvc 0.29.0",13370 "windows_x86_64_msvc 0.34.0",
13372]13371]
1337313372
13374[[package]]13373[[package]]
1338613385
13387[[package]]13386[[package]]
13388name = "windows_aarch64_msvc"13387name = "windows_aarch64_msvc"
13389version = "0.29.0"13388version = "0.34.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"13389source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"13390checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
1339213391
13393[[package]]13392[[package]]
13394name = "windows_aarch64_msvc"13393name = "windows_aarch64_msvc"
1339813397
13399[[package]]13398[[package]]
13400name = "windows_i686_gnu"13399name = "windows_i686_gnu"
13401version = "0.29.0"13400version = "0.34.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"13401source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"13402checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
1340413403
13405[[package]]13404[[package]]
13406name = "windows_i686_gnu"13405name = "windows_i686_gnu"
1341013409
13411[[package]]13410[[package]]
13412name = "windows_i686_msvc"13411name = "windows_i686_msvc"
13413version = "0.29.0"13412version = "0.34.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"13413source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"13414checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
1341613415
13417[[package]]13416[[package]]
13418name = "windows_i686_msvc"13417name = "windows_i686_msvc"
1342213421
13423[[package]]13422[[package]]
13424name = "windows_x86_64_gnu"13423name = "windows_x86_64_gnu"
13425version = "0.29.0"13424version = "0.34.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"13425source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"13426checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
1342813427
13429[[package]]13428[[package]]
13430name = "windows_x86_64_gnu"13429name = "windows_x86_64_gnu"
1343413433
13435[[package]]13434[[package]]
13436name = "windows_x86_64_msvc"13435name = "windows_x86_64_msvc"
13437version = "0.29.0"13436version = "0.34.0"
13438source = "registry+https://github.com/rust-lang/crates.io-index"13437source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"13438checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
1344013439
13441[[package]]13440[[package]]
13442name = "windows_x86_64_msvc"13441name = "windows_x86_64_msvc"