From b1b101bd19f16109ca35e7a8aa33769496fa7d1b Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 12 Oct 2023 15:58:52 -0400 Subject: [PATCH] fix links --- .github/workflows/ci.yml | 11 ++++++++--- Cargo.lock | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45595bf58..e81deaa44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -635,9 +635,14 @@ jobs: if: startsWith(github.ref, 'refs/tags/') uses: peter-evans/create-pull-request@v3 with: - # This PTA token is generated with: - # Repository: maplibre/homebrew-martin - # Access Contents: Read-only + # Create a personal access token + # Gen: https://github.com/settings/personal-access-tokens/new + # Set: https://github.com/maplibre/martin/settings/secrets/actions/GH_HOMEBREW_MARTIN_TOKEN + # Docs: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token + # Name: anything descriptive + # One year long (sadly that's max) + # Repository owner and repo: maplibre/homebrew-martin + # Access Contents: Read and write # Access Metadata: Read-only # Access Pull requests: Read and write token: ${{ secrets.GH_HOMEBREW_MARTIN_TOKEN }} diff --git a/Cargo.lock b/Cargo.lock index b49b641a6..0036ae5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "martin" -version = "0.9.4-pre.1" +version = "0.9.3" dependencies = [ "actix", "actix-cors", @@ -2549,9 +2549,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.18" +version = "0.38.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" +checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" dependencies = [ "bitflags 2.4.0", "errno",