diff --git a/da-indexer/Cargo.lock b/da-indexer/Cargo.lock index a33becb0d..0f61594db 100644 --- a/da-indexer/Cargo.lock +++ b/da-indexer/Cargo.lock @@ -221,7 +221,6 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "impl-more", "itoa", "language-tags", "log", @@ -3448,12 +3447,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "impl-more" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" - [[package]] name = "impl-rlp" version = "0.3.0" @@ -4014,11 +4007,10 @@ version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ - "hermit-abi 0.3.9", "libc", "log", "wasi", - "windows-sys 0.52.0", + "windows-sys 0.48.0", ] [[package]] @@ -7730,7 +7722,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ "cfg-if", - "once_cell", "wasm-bindgen-macro", ] @@ -7860,7 +7851,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]