From e85ca251db449ba0ed2f210d457c7d8d1c5c80d3 Mon Sep 17 00:00:00 2001 From: "beltram.maldant" Date: Tue, 9 Mar 2021 10:17:31 +0100 Subject: [PATCH] build: try fixing CI --- .github/workflows/coverage.yml | 2 +- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1c4bdaf4..675e55a2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,6 +11,6 @@ jobs: fetch-depth: 0 - uses: Swatinem/rust-cache@v1 - name: Coverage - uses: actions-rs/tarpaulin@v0.1 + uses: actions-rs/tarpaulin@v0.1.3 with: args: --ignore-tests --ciserver github-ci --coveralls ${{ secrets.COVERALLS_TOKEN }} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 1adaa454..1a55ef14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,9 +226,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" [[package]] name = "async-trait" -version = "0.1.47" +version = "0.1.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e098e9c493fdf92832223594d9a164f96bdf17ba81a42aff86f85c76768726a" +checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf" dependencies = [ "proc-macro2", "quote", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 82fe4512..12b8d311 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -15,7 +15,7 @@ include = ["/src/*", "/Cargo.toml"] [dependencies] wiremock = "0.5.1" anyhow = "1.0.38" -async-trait = "0.1.47" +async-trait = "0.1.48" serde_json = "1.0.64" http-types = "2.10.0" itertools = "0.10.0"