Bump monero from 0.10.0 to 0.11.1

Bumps [monero](https://github.com/monero-rs/monero-rs) from 0.10.0 to 0.11.1.
- [Release notes](https://github.com/monero-rs/monero-rs/releases)
- [Commits](https://github.com/monero-rs/monero-rs/compare/v0.10.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
pull/390/head
dependabot[bot] 3 years ago committed by GitHub
parent 7e5e00909a
commit 8440cb9d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

381
Cargo.lock generated

@ -132,8 +132,29 @@ dependencies = [
"bzip2 0.4.2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"pin-project-lite 0.2.6",
"tokio 1.4.0",
]
[[package]]
name = "async-stream"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
@ -153,11 +174,11 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
dependencies = [
"bytes",
"bytes 1.0.1",
"futures-sink",
"futures-util",
"memchr",
"pin-project-lite",
"pin-project-lite 0.2.6",
]
[[package]]
@ -203,7 +224,7 @@ dependencies = [
"instant",
"pin-project 1.0.5",
"rand 0.8.3",
"tokio",
"tokio 1.4.0",
]
[[package]]
@ -214,11 +235,15 @@ checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
[[package]]
name = "base58-monero"
version = "0.1.1"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c25c7705c81e36f14c293e67846819b1fa3ca7c5e9888ebf149c2bd59d06aa"
checksum = "b4b40d07a9459c8d0d60cf7e7935748fae3f401263c38a8a120be6c0a2be566d"
dependencies = [
"keccak-hash 0.1.2",
"async-stream",
"futures-util",
"thiserror",
"tiny-keccak",
"tokio 0.2.25",
]
[[package]]
@ -269,7 +294,7 @@ dependencies = [
"serde",
"serde_json",
"sled",
"tokio",
"tokio 1.4.0",
]
[[package]]
@ -350,7 +375,7 @@ dependencies = [
"serde_json",
"testcontainers 0.11.0",
"thiserror",
"tokio",
"tokio 1.4.0",
"tracing",
"url 2.2.1",
]
@ -395,16 +420,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bitvec"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
"either",
"radium",
]
[[package]]
name = "blake2"
version = "0.9.1"
@ -490,12 +505,6 @@ version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "byte-slice-cast"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
[[package]]
name = "byte-tools"
version = "0.3.1"
@ -508,6 +517,12 @@ version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "bytes"
version = "1.0.1"
@ -721,12 +736,6 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
[[package]]
name = "crunchy"
version = "0.2.2"
@ -984,42 +993,6 @@ dependencies = [
"syn",
]
[[package]]
name = "ethbloom"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6294da962646baa738414e8e718d1a1f0360a51d92de89ccbf91870418f5360"
dependencies = [
"crunchy 0.1.6",
"ethereum-types-serialize",
"fixed-hash 0.2.5",
"serde",
"tiny-keccak",
]
[[package]]
name = "ethereum-types"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e742184dc63a01c8ea0637369f8faa27c40f537949908a237f95c05e68d2c96"
dependencies = [
"crunchy 0.1.6",
"ethbloom",
"ethereum-types-serialize",
"fixed-hash 0.2.5",
"serde",
"uint 0.4.1",
]
[[package]]
name = "ethereum-types-serialize"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1873d77b32bc1891a79dad925f2acbc318ee942b38b9110f9dbc5fbeffcea350"
dependencies = [
"serde",
]
[[package]]
name = "fake-simd"
version = "0.1.2"
@ -1040,38 +1013,14 @@ dependencies = [
[[package]]
name = "fixed-hash"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7afe6ce860afb14422711595a7b26ada9ed7de2f43c0b2ab79d09ee196287273"
dependencies = [
"heapsize",
"rand 0.4.6",
"rustc-hex",
]
[[package]]
name = "fixed-hash"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a683d1234507e4f3bf2736eeddf0de1dc65996dc0164d57eba0a74bcf29489"
dependencies = [
"byteorder",
"libc",
"rand 0.5.6",
"rustc-hex",
"static_assertions 0.2.5",
]
[[package]]
name = "fixed-hash"
version = "0.4.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516877b7b9a1cc2d0293cbce23cd6203f0edbfd4090e6ca4489fecb5aa73050e"
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
dependencies = [
"byteorder",
"rand 0.5.6",
"rand 0.8.3",
"rustc-hex",
"static_assertions 0.2.5",
"static_assertions",
]
[[package]]
@ -1216,7 +1165,7 @@ dependencies = [
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-project-lite 0.2.6",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
@ -1298,7 +1247,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d832b01df74254fe364568d6ddc294443f61cbec82816b60904303af87efae78"
dependencies = [
"bytes",
"bytes 1.0.1",
"fnv",
"futures-core",
"futures-sink",
@ -1306,7 +1255,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio",
"tokio 1.4.0",
"tokio-util",
"tracing",
]
@ -1326,15 +1275,6 @@ dependencies = [
"ahash",
]
[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "heck"
version = "0.3.2"
@ -1365,6 +1305,12 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"
[[package]]
name = "hmac"
version = "0.7.1"
@ -1423,7 +1369,7 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
dependencies = [
"bytes",
"bytes 1.0.1",
"fnv",
"itoa",
]
@ -1434,7 +1380,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
dependencies = [
"bytes",
"bytes 1.0.1",
"http",
]
@ -1475,7 +1421,7 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
dependencies = [
"bytes",
"bytes 1.0.1",
"futures-channel",
"futures-core",
"futures-util",
@ -1487,7 +1433,7 @@ dependencies = [
"itoa",
"pin-project 1.0.5",
"socket2 0.4.0",
"tokio",
"tokio 1.4.0",
"tower-service",
"tracing",
"want",
@ -1500,10 +1446,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [
"futures-util",
"hyper 0.14.4",
"hyper 0.14.5",
"log 0.4.14",
"rustls 0.19.0",
"tokio",
"tokio 1.4.0",
"tokio-rustls",
"webpki",
]
@ -1551,15 +1497,6 @@ dependencies = [
"libc",
]
[[package]]
name = "impl-codec"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
dependencies = [
"parity-scale-codec",
]
[[package]]
name = "indexmap"
version = "1.6.2"
@ -1576,7 +1513,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
dependencies = [
"bytes",
"bytes 1.0.1",
]
[[package]]
@ -1668,19 +1605,9 @@ dependencies = [
[[package]]
name = "keccak-hash"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "253bbe643c32c816bf58fa5a88248fafedeebb139705ad17a62add3517854a86"
dependencies = [
"ethereum-types",
"tiny-keccak",
]
[[package]]
name = "keccak-hash"
version = "0.3.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09364fca1db2974c2730ddfe2627b03a8def6128c9899303ca05e40ca6f20903"
checksum = "ae0386ec98c26dd721aaa3412bf3a817156ff3ee7cb6959503f8d1095f4ccc51"
dependencies = [
"primitive-types",
"tiny-keccak",
@ -1708,7 +1635,7 @@ dependencies = [
"bitflags",
"cfg-if 1.0.0",
"ryu",
"static_assertions 1.1.0",
"static_assertions",
]
[[package]]
@ -1724,7 +1651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5759b526f75102829c15e4d8566603b4bf502ed19b5f35920d98113873470d"
dependencies = [
"atomic",
"bytes",
"bytes 1.0.1",
"futures",
"lazy_static",
"libp2p-core",
@ -1806,7 +1733,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"
dependencies = [
"asynchronous-codec",
"bytes",
"bytes 1.0.1",
"futures",
"libp2p-core",
"log 0.4.14",
@ -1823,7 +1750,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"
dependencies = [
"bytes",
"bytes 1.0.1",
"curve25519-dalek",
"futures",
"lazy_static",
@ -1834,7 +1761,7 @@ dependencies = [
"rand 0.7.3",
"sha2 0.9.3",
"snow",
"static_assertions 1.1.0",
"static_assertions",
"x25519-dalek",
"zeroize",
]
@ -1846,7 +1773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725367dd2318c54c5ab1a6418592e5b01c63b0dedfbbfb8389220b2bcf691899"
dependencies = [
"async-trait",
"bytes",
"bytes 1.0.1",
"futures",
"libp2p-core",
"libp2p-swarm",
@ -1899,7 +1826,7 @@ dependencies = [
"libp2p-core",
"log 0.4.14",
"socket2 0.4.0",
"tokio",
"tokio 1.4.0",
]
[[package]]
@ -1922,7 +1849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
dependencies = [
"arrayref",
"crunchy 0.2.2",
"crunchy",
"digest 0.8.1",
"hmac-drbg",
"rand 0.7.3",
@ -2106,16 +2033,16 @@ dependencies = [
[[package]]
name = "monero"
version = "0.10.0"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bcc1c3dcf247dbbad3aa6497c7393d860c7e89de1f0d05438b63feb0cea9a0"
checksum = "7ce1c3f7baa1f25e4a771f61ba38aa56a01f9fc162f99235eaa36147289d6b39"
dependencies = [
"base58-monero",
"byteorder",
"curve25519-dalek",
"fixed-hash 0.3.2",
"fixed-hash",
"hex 0.4.3",
"keccak-hash 0.3.0",
"hex-literal",
"keccak-hash",
"serde",
"serde-big-array",
"thiserror",
@ -2132,7 +2059,7 @@ dependencies = [
"rand 0.7.3",
"spectral",
"testcontainers 0.12.0",
"tokio",
"tokio 1.4.0",
"tracing",
"tracing-subscriber",
]
@ -2187,7 +2114,7 @@ version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
dependencies = [
"bytes",
"bytes 1.0.1",
"futures",
"log 0.4.14",
"pin-project 1.0.5",
@ -2340,23 +2267,11 @@ dependencies = [
"multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions 1.1.0",
"static_assertions",
"unsigned-varint 0.7.0",
"url 2.2.1",
]
[[package]]
name = "parity-scale-codec"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d"
dependencies = [
"arrayvec",
"bitvec",
"byte-slice-cast",
"serde",
]
[[package]]
name = "parking_lot"
version = "0.10.2"
@ -2479,6 +2394,12 @@ dependencies = [
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
version = "0.2.6"
@ -2546,13 +2467,12 @@ dependencies = [
[[package]]
name = "primitive-types"
version = "0.5.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83ef7b3b965c0eadcb6838f34f827e1dfb2939bdd5ebd43f9647e009b12b0371"
checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"
dependencies = [
"fixed-hash 0.4.0",
"impl-codec",
"uint 0.8.5",
"fixed-hash",
"uint",
]
[[package]]
@ -2615,7 +2535,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
dependencies = [
"bytes",
"bytes 1.0.1",
"prost-derive",
]
@ -2625,7 +2545,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
dependencies = [
"bytes",
"bytes 1.0.1",
"heck",
"itertools",
"log 0.4.14",
@ -2656,7 +2576,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
dependencies = [
"bytes",
"bytes 1.0.1",
"prost",
]
@ -2675,12 +2595,6 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
[[package]]
name = "rand"
version = "0.4.6"
@ -2694,19 +2608,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"winapi 0.3.9",
]
[[package]]
name = "rand"
version = "0.6.5"
@ -2980,13 +2881,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4"
dependencies = [
"base64 0.13.0",
"bytes",
"bytes 1.0.1",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper 0.14.4",
"hyper 0.14.5",
"hyper-rustls",
"ipnet",
"js-sys",
@ -2994,12 +2895,12 @@ dependencies = [
"log 0.4.14",
"mime 0.3.16",
"percent-encoding 2.1.0",
"pin-project-lite",
"pin-project-lite 0.2.6",
"rustls 0.19.0",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio 1.4.0",
"tokio-rustls",
"url 2.2.1",
"wasm-bindgen",
@ -3112,7 +3013,7 @@ checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
"futures",
"pin-project 0.4.27",
"static_assertions 1.1.0",
"static_assertions",
]
[[package]]
@ -3181,7 +3082,7 @@ name = "secp256kfun_parity_backend"
version = "0.1.4-alpha.0"
source = "git+https://github.com/LLFourn/secp256kfun#8538ef22498170960a9769df2700c1986cc540fd"
dependencies = [
"crunchy 0.2.2",
"crunchy",
"subtle 2.4.0",
]
@ -3211,9 +3112,9 @@ dependencies = [
[[package]]
name = "serde-big-array"
version = "0.2.0"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883eee5198ea51720eab8be52a36cf6c0164ac90eea0ed95b649d5e35382404e"
checksum = "18b20e7752957bbe9661cff4e0bb04d183d0948cdab2ea58cdb9df36a61dfe62"
dependencies = [
"serde",
"serde_derive",
@ -3469,12 +3370,6 @@ dependencies = [
"version_check 0.9.3",
]
[[package]]
name = "static_assertions"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5"
[[package]]
name = "static_assertions"
version = "1.1.0"
@ -3626,7 +3521,7 @@ dependencies = [
"ecdsa_fun",
"futures",
"get-port",
"hyper 0.14.4",
"hyper 0.14.5",
"libp2p",
"libp2p-async-await",
"miniscript",
@ -3653,7 +3548,7 @@ dependencies = [
"testcontainers 0.12.0",
"thiserror",
"time 0.2.26",
"tokio",
"tokio 1.4.0",
"tokio-tar",
"tokio-tungstenite",
"tokio-util",
@ -3844,11 +3739,11 @@ dependencies = [
[[package]]
name = "tiny-keccak"
version = "1.5.0"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy 0.2.2",
"crunchy",
]
[[package]]
@ -3866,6 +3761,18 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
"bytes 0.5.6",
"futures-core",
"memchr",
"pin-project-lite 0.1.12",
]
[[package]]
name = "tokio"
version = "1.4.0"
@ -3873,14 +3780,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
dependencies = [
"autocfg 1.0.1",
"bytes",
"bytes 1.0.1",
"libc",
"memchr",
"mio",
"num_cpus",
"once_cell",
"parking_lot 0.11.1",
"pin-project-lite",
"pin-project-lite 0.2.6",
"signal-hook-registry",
"tokio-macros",
"winapi 0.3.9",
@ -3904,7 +3811,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
"rustls 0.19.0",
"tokio",
"tokio 1.4.0",
"webpki",
]
@ -3915,8 +3822,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c535f53c0cfa1acace62995a8994fc9cc1f12d202420da96ff306ee24d576469"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"pin-project-lite 0.2.6",
"tokio 1.4.0",
]
[[package]]
@ -3928,7 +3835,7 @@ dependencies = [
"libc",
"redox_syscall 0.2.5",
"tempfile",
"tokio",
"tokio 1.4.0",
"tokio-stream",
"xattr",
]
@ -3943,7 +3850,7 @@ dependencies = [
"log 0.4.14",
"pin-project 1.0.5",
"rustls 0.19.0",
"tokio",
"tokio 1.4.0",
"tokio-rustls",
"tungstenite",
"webpki",
@ -3956,12 +3863,12 @@ version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5143d049e85af7fbc36f5454d990e62c2df705b3589f123b71f441b6b59f443f"
dependencies = [
"bytes",
"bytes 1.0.1",
"futures-core",
"futures-sink",
"log 0.4.14",
"pin-project-lite",
"tokio",
"pin-project-lite 0.2.6",
"tokio 1.4.0",
]
[[package]]
@ -3986,7 +3893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
"pin-project-lite 0.2.6",
"tracing-attributes",
"tracing-core",
]
@ -4079,7 +3986,7 @@ dependencies = [
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tokio 1.4.0",
"url 2.2.1",
]
@ -4099,7 +4006,7 @@ dependencies = [
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tokio 1.4.0",
"trust-dns-proto",
]
@ -4117,7 +4024,7 @@ checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
dependencies = [
"base64 0.13.0",
"byteorder",
"bytes",
"bytes 1.0.1",
"http",
"httparse",
"input_buffer",
@ -4146,26 +4053,14 @@ checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "uint"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ba11732b9161b94c41798e5197e5e75388d012f760c42adb5000353e98646"
dependencies = [
"byteorder",
"crunchy 0.1.6",
"heapsize",
"rustc-hex",
]
[[package]]
name = "uint"
version = "0.8.5"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"
checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"
dependencies = [
"byteorder",
"crunchy 0.2.2",
"rustc-hex",
"static_assertions 1.1.0",
"crunchy",
"hex 0.4.3",
"static_assertions",
]
[[package]]
@ -4236,7 +4131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"
dependencies = [
"asynchronous-codec",
"bytes",
"bytes 1.0.1",
"futures-io",
"futures-util",
]
@ -4563,7 +4458,7 @@ dependencies = [
"nohash-hasher",
"parking_lot 0.11.1",
"rand 0.7.3",
"static_assertions 1.1.0",
"static_assertions",
]
[[package]]

@ -28,7 +28,7 @@ futures = { version = "0.3", default-features = false }
libp2p = { version = "0.36", default-features = false, features = ["tcp-tokio", "yamux", "mplex", "dns-tokio", "noise", "request-response"] }
libp2p-async-await = { git = "https://github.com/comit-network/rust-libp2p-async-await" }
miniscript = { version = "5", features = ["serde"] }
monero = { version = "0.10", features = ["serde_support"] }
monero = { version = "0.11", features = ["serde_support"] }
monero-rpc = { path = "../monero-rpc" }
pem = "0.8"
prettytable-rs = "0.8"

Loading…
Cancel
Save