From 366b3dff46f59344b7be7b72d0919961f1b823d1 Mon Sep 17 00:00:00 2001 From: Felipe Sere Date: Thu, 9 Mar 2023 14:18:18 +0000 Subject: [PATCH 1/3] Update test-cert-gen to no longer depend on remove_dir_all --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19d8344d..f63b0223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ openssl-probe = "0.1" [dev-dependencies] tempfile = "3.0" -test-cert-gen = "0.7" +test-cert-gen = "0.9" From ff3ae94d4234bf53ef896fe22f2df63a1c7f1688 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 9 Mar 2023 09:23:39 -0500 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd350647..09fbbd31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: - version: 1.56.0 + version: 1.57.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1 From a723774cd55673a97276daeaeea5960623778b4c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 9 Mar 2023 09:31:57 -0500 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09fbbd31..73cffedc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: - version: 1.57.0 + version: 1.63.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1