mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 10:44:53 +00:00
Misc cargo update
Removes 5 crates (presumably duplicated versions).
This commit is contained in:
parent
9801f9f753
commit
506ded205a
1 changed files with 59 additions and 106 deletions
165
Cargo.lock
generated
165
Cargo.lock
generated
|
@ -150,9 +150,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
||||
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
|
||||
|
||||
[[package]]
|
||||
name = "anstyle-parse"
|
||||
|
@ -382,12 +382,6 @@ version = "1.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||||
|
||||
[[package]]
|
||||
name = "bech32"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1"
|
||||
|
||||
[[package]]
|
||||
name = "bech32"
|
||||
version = "0.9.1"
|
||||
|
@ -454,7 +448,7 @@ version = "0.30.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e99ff7289b20a7385f66a0feda78af2fc119d28fb56aea8886a9cd0a4abdd75"
|
||||
dependencies = [
|
||||
"bech32 0.9.1",
|
||||
"bech32",
|
||||
"bitcoin-private",
|
||||
"bitcoin_hashes",
|
||||
"core2 0.3.3",
|
||||
|
@ -483,7 +477,7 @@ dependencies = [
|
|||
"secp256k1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"std-shims",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
@ -513,16 +507,6 @@ version = "2.4.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
||||
|
||||
[[package]]
|
||||
name = "bitvec"
|
||||
version = "0.17.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
|
||||
dependencies = [
|
||||
"either",
|
||||
"radium 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bitvec"
|
||||
version = "1.0.1"
|
||||
|
@ -530,7 +514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
||||
dependencies = [
|
||||
"funty",
|
||||
"radium 0.7.0",
|
||||
"radium",
|
||||
"tap",
|
||||
"wyz",
|
||||
]
|
||||
|
@ -661,21 +645,13 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
||||
dependencies = [
|
||||
"sha2 0.9.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
|
||||
dependencies = [
|
||||
"sha2",
|
||||
"tinyvec",
|
||||
]
|
||||
|
||||
|
@ -924,7 +900,7 @@ dependencies = [
|
|||
"minimal-ed448",
|
||||
"p256",
|
||||
"rand_core 0.6.4",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"std-shims",
|
||||
"subtle",
|
||||
|
@ -944,9 +920,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.3.23"
|
||||
version = "4.3.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
|
||||
checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -955,9 +931,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.3.23"
|
||||
version = "4.3.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
|
||||
checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -995,56 +971,52 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "coins-bip32"
|
||||
version = "0.8.3"
|
||||
version = "0.8.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f"
|
||||
checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"bs58 0.4.0",
|
||||
"bs58",
|
||||
"coins-core",
|
||||
"digest 0.10.7",
|
||||
"getrandom 0.2.10",
|
||||
"hmac",
|
||||
"k256",
|
||||
"lazy_static",
|
||||
"serde",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "coins-bip39"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84f4d04ee18e58356accd644896aeb2094ddeafb6a713e056cef0c0a8e468c15"
|
||||
checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528"
|
||||
dependencies = [
|
||||
"bitvec 0.17.4",
|
||||
"bitvec",
|
||||
"coins-bip32",
|
||||
"getrandom 0.2.10",
|
||||
"hmac",
|
||||
"once_cell",
|
||||
"pbkdf2 0.12.2",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "coins-core"
|
||||
version = "0.8.3"
|
||||
version = "0.8.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f"
|
||||
checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979"
|
||||
dependencies = [
|
||||
"base64 0.21.2",
|
||||
"bech32 0.7.3",
|
||||
"bs58 0.4.0",
|
||||
"bech32",
|
||||
"bs58",
|
||||
"digest 0.10.7",
|
||||
"generic-array",
|
||||
"hex",
|
||||
"ripemd",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"thiserror",
|
||||
]
|
||||
|
@ -1491,7 +1463,7 @@ dependencies = [
|
|||
"group",
|
||||
"rand_core 0.6.4",
|
||||
"rustversion",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"subtle",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -1728,7 +1700,7 @@ dependencies = [
|
|||
"hex",
|
||||
"md-5",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1928,7 +1900,7 @@ dependencies = [
|
|||
"ed25519 2.2.2",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
|
@ -1943,7 +1915,7 @@ dependencies = [
|
|||
"hashbrown 0.14.0",
|
||||
"hex",
|
||||
"rand_core 0.6.4",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
|
@ -1983,9 +1955,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "encoding_rs"
|
||||
version = "0.8.32"
|
||||
version = "0.8.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
||||
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
|
@ -2082,7 +2054,7 @@ dependencies = [
|
|||
"scrypt",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"thiserror",
|
||||
"uuid 0.8.2",
|
||||
|
@ -2133,7 +2105,7 @@ dependencies = [
|
|||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
@ -2363,7 +2335,7 @@ dependencies = [
|
|||
"ethers-core",
|
||||
"hex",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
]
|
||||
|
@ -2473,7 +2445,7 @@ version = "0.13.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
||||
dependencies = [
|
||||
"bitvec 1.0.1",
|
||||
"bitvec",
|
||||
"rand_core 0.6.4",
|
||||
"subtle",
|
||||
]
|
||||
|
@ -2572,7 +2544,7 @@ dependencies = [
|
|||
"digest 0.10.7",
|
||||
"merlin",
|
||||
"rustversion",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"subtle",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -3828,7 +3800,7 @@ dependencies = [
|
|||
"ecdsa",
|
||||
"elliptic-curve",
|
||||
"once_cell",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"signature 2.1.0",
|
||||
]
|
||||
|
||||
|
@ -4071,7 +4043,7 @@ dependencies = [
|
|||
"quick-protobuf-codec",
|
||||
"rand",
|
||||
"regex",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"smallvec",
|
||||
"unsigned-varint",
|
||||
"void",
|
||||
|
@ -4105,13 +4077,13 @@ version = "0.2.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "686e73aff5e23efbb99bc85340ea6fd8686986aa7b283a881ba182cfca535ca9"
|
||||
dependencies = [
|
||||
"bs58 0.5.0",
|
||||
"bs58",
|
||||
"ed25519-dalek",
|
||||
"log",
|
||||
"multihash 0.19.0",
|
||||
"quick-protobuf",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -4136,7 +4108,7 @@ dependencies = [
|
|||
"log",
|
||||
"quick-protobuf",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
"uint",
|
||||
|
@ -4200,7 +4172,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"quick-protobuf",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"snow",
|
||||
"static_assertions",
|
||||
"thiserror",
|
||||
|
@ -4821,7 +4793,7 @@ dependencies = [
|
|||
"core2 0.4.0",
|
||||
"digest 0.10.7",
|
||||
"multihash-derive 0.8.0",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"unsigned-varint",
|
||||
]
|
||||
|
@ -4850,7 +4822,7 @@ dependencies = [
|
|||
"multihash-derive 0.9.0",
|
||||
"ripemd",
|
||||
"sha-1 0.10.1",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"strobe-rs",
|
||||
]
|
||||
|
@ -5505,7 +5477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "dd8e946cc0cc711189c0b0249fb8b599cbeeab9784d83c415719368bb8d4ac64"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitvec 1.0.1",
|
||||
"bitvec",
|
||||
"byte-slice-cast",
|
||||
"bytes",
|
||||
"impl-trait-for-tuples",
|
||||
|
@ -5649,7 +5621,7 @@ dependencies = [
|
|||
"digest 0.10.7",
|
||||
"hmac",
|
||||
"password-hash 0.4.2",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5661,7 +5633,7 @@ dependencies = [
|
|||
"digest 0.10.7",
|
||||
"hmac",
|
||||
"password-hash 0.5.0",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5717,7 +5689,7 @@ checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
|
|||
dependencies = [
|
||||
"once_cell",
|
||||
"pest",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6183,12 +6155,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 = "radium"
|
||||
version = "0.7.0"
|
||||
|
@ -7709,7 +7675,7 @@ version = "2.9.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"
|
||||
dependencies = [
|
||||
"bitvec 1.0.1",
|
||||
"bitvec",
|
||||
"cfg-if",
|
||||
"derive_more",
|
||||
"parity-scale-codec",
|
||||
|
@ -7779,7 +7745,7 @@ dependencies = [
|
|||
"hex",
|
||||
"multiexp",
|
||||
"rand_core 0.6.4",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"std-shims",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -7795,7 +7761,7 @@ dependencies = [
|
|||
"merlin",
|
||||
"rand_core 0.6.4",
|
||||
"serde_bytes",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"subtle",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -7821,7 +7787,7 @@ dependencies = [
|
|||
"hmac",
|
||||
"pbkdf2 0.11.0",
|
||||
"salsa20",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8473,19 +8439,6 @@ dependencies = [
|
|||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.9.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
||||
dependencies = [
|
||||
"block-buffer 0.9.0",
|
||||
"cfg-if",
|
||||
"cpufeatures",
|
||||
"digest 0.9.0",
|
||||
"opaque-debug",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.10.7"
|
||||
|
@ -8562,9 +8515,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
version = "0.3.10"
|
||||
version = "0.3.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
||||
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||||
|
||||
[[package]]
|
||||
name = "slab"
|
||||
|
@ -8606,7 +8559,7 @@ dependencies = [
|
|||
"rand_core 0.6.4",
|
||||
"ring",
|
||||
"rustc_version",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"subtle",
|
||||
]
|
||||
|
||||
|
@ -8835,7 +8788,7 @@ dependencies = [
|
|||
"bitflags 1.3.2",
|
||||
"blake2",
|
||||
"bounded-collections",
|
||||
"bs58 0.5.0",
|
||||
"bs58",
|
||||
"dyn-clonable",
|
||||
"ed25519-zebra",
|
||||
"futures",
|
||||
|
@ -9438,7 +9391,7 @@ dependencies = [
|
|||
"hmac",
|
||||
"pbkdf2 0.12.2",
|
||||
"schnorrkel",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
|
@ -9593,7 +9546,7 @@ dependencies = [
|
|||
"semver 1.0.18",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
"url",
|
||||
"zip",
|
||||
|
@ -9813,7 +9766,7 @@ dependencies = [
|
|||
"pbkdf2 0.11.0",
|
||||
"rand",
|
||||
"rustc-hash",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
"unicode-normalization",
|
||||
"wasm-bindgen",
|
||||
|
@ -10597,7 +10550,7 @@ dependencies = [
|
|||
"log",
|
||||
"rustix 0.38.8",
|
||||
"serde",
|
||||
"sha2 0.10.7",
|
||||
"sha2",
|
||||
"toml 0.5.11",
|
||||
"windows-sys",
|
||||
"zstd 0.11.2+zstd.1.5.2",
|
||||
|
|
Loading…
Reference in a new issue