Skip to content

Commit

Permalink
(chore) update all cargo deps (#1275)
Browse files Browse the repository at this point in the history
* update to rust 1.79 and remove warnings/errors

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

* make clippy happy

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

* got mostly everything except hyper & sqlx

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

* use non blocking reqwest

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

* use non blocking 2

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

* dont try publish if not a release

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>

---------

Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
  • Loading branch information
gmulhearn and gmulhearn-anonyome authored Jul 23, 2024
1 parent d9d1486 commit 32bac38
Show file tree
Hide file tree
Showing 25 changed files with 1,017 additions and 983 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mediator.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
branch-main: ${{ env.MAIN_BRANCH }}
docker-repo-local-name: mediator
- name: "Publish versioned docker image"
if: ${{ needs.workflow-setup.outputs.RELEASE == 'true' || needs.workflow-setup.outputs.PRERELEASE == 'true' }}
uses: ./.github/actions/publish-image
with:
docker-img: ${{ env.DOCKER_IMAGE }}
Expand Down
Loading

0 comments on commit 32bac38

Please sign in to comment.