Skip to content

Commit

Permalink
fix: bump dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Apr 11, 2023
1 parent 371ca72 commit 2fe27f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-image.yml
Expand Up @@ -11,12 +11,12 @@ jobs:
matrix:
runner-platform:
- ubuntu-latest
- self-hosted
- buildjet-4vcpu-ubuntu-2204-arm
include:
- runner-platform: ubuntu-latest
build-arch: linux/amd64
tagged-platform: amd64
- runner-platform: self-hosted
- runner-platform: buildjet-4vcpu-ubuntu-2204-arm
build-arch: linux/arm64
tagged-platform: arm64
runs-on: ${{ matrix.runner-platform }}
Expand All @@ -25,8 +25,6 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
# AWS data transfer is pricy
if: ${{ matrix.runner-platform != 'self-hosted' }}
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -5,8 +5,8 @@ authors = ["Max Isom <hi@maxisom.me>"]
edition = "2018"

[dependencies]
librespot = {version = "0.4.1", default-features = false}
songbird = "0.3.0"
librespot = {version = "0.4.2", default-features = false}
songbird = "0.3.1"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
Expand Down

0 comments on commit 2fe27f3

Please sign in to comment.