Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2023
1 parent 7f45b39 commit 64bb119
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2.2.1
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0

- name: Login to DockerHub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
Expand All @@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3.2.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: true
context: .
Expand All @@ -67,7 +67,7 @@ jobs:
ghcr.io/devtomio/legion:latest
- name: Update repo description
uses: peter-evans/dockerhub-description@14881160433a81f9ebc838a253d4edd9e8fc35f1 # tag=v3.1.1
uses: peter-evans/dockerhub-description@202973a37c8a723405c0c5f0a71b6d99db470dae # v3.3.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Expand Up @@ -7,30 +7,30 @@ rust-version = "1.59"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.66"
rayon = "1.5.3"
anyhow = "1.0.70"
rayon = "1.7.0"
owo-colors = "3.5.0"
snowflake = "1.3.0"
libc = "0.2.137"
libc = "0.2.140"

[dependencies.rocket]
version = "0.5.0-rc.2"
version = "0.5.0-rc.3"
features = ["json"]

[dependencies.tokio]
version = "1.21.2"
version = "1.26.0"
features = ["full"]

[dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]

[dependencies.moka]
version = "0.9.5"
version = "0.10.0"
features = ["future"]

[dependencies.config]
version = "0.13.2"
version = "0.13.3"
features = ["toml", "yaml"]

[dependencies.rocket_okapi]
Expand Down
2 changes: 1 addition & 1 deletion languages/haskell/Dockerfile
@@ -1,3 +1,3 @@
FROM fpco/alpine-haskell-stack:9.2.3
FROM fpco/alpine-haskell-stack:9.2.7

COPY run.sh /var/run/

0 comments on commit 64bb119

Please sign in to comment.