diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e936fca..0ea8b7c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v1.3.0 - name: Check formatting - uses: dprint/check@v1.4 + uses: dprint/check@v1.5 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings diff --git a/Cargo.lock b/Cargo.lock index 6b1435c5..01414e42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "arrayref" @@ -1639,9 +1639,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" dependencies = [ "either", ] @@ -3945,7 +3945,7 @@ dependencies = [ "futures", "get-port", "hyper 0.14.8", - "itertools 0.10.0", + "itertools 0.10.1", "libp2p 0.38.0", "libp2p-async-await", "miniscript", @@ -3974,7 +3974,7 @@ dependencies = [ "tempfile", "testcontainers 0.12.0", "thiserror", - "time 0.2.26", + "time 0.2.27", "tokio", "tokio-socks", "tokio-tar", @@ -4142,9 +4142,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a8cbfbf47955132d0202d1662f49b2423ae35862aee471f3ba4b133358f372" +checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" dependencies = [ "const_fn", "libc",