From dbd4af88433e9a1415fede082ef8346dd434fba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:49:58 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/release.yml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f377fce..657d76c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: core.setFailed(`Draft release not found`) - name: Download all artifacts - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 # no name provided, download all artifacts. Puts them in folders. - name: Display structure of downloaded files diff --git a/Cargo.lock b/Cargo.lock index 874300a5..66cab1af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" +checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 2c2a1c87..9c6cfd56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,6 @@ reqwest = { version = "0", default-features = false, features = [ [dev-dependencies] rstest = "0.18.2" tempfile = "3.9.0" -assert_cmd = "2.0.12" +assert_cmd = "2.0.13" predicates = "3.0.4" testcontainers = "0.15"