diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f15b3f..769c1a6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -128,7 +128,6 @@ jobs: macos: runs-on: ${{ matrix.platform.runner }} - environment: macos-ci-jobs strategy: matrix: platform: diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7cbf23e..4ec7869 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "cryptography-x509" version = "0.1.0" -source = "git+https://github.com/pyca/cryptography.git#34cfc948933ad016b7091515541eec41766c85d6" +source = "git+https://github.com/pyca/cryptography.git#befa0365edca75113a4b43a9df7bc5fe183f1020" dependencies = [ "asn1", ]