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 Dec 18, 2022
1 parent 7f45b39 commit 73e6e7d
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -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@93b93397c27ed52b4055b8c6b2f8d92456ab3c56 # v3.1.2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
103 changes: 79 additions & 24 deletions Cargo.lock

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

12 changes: 6 additions & 6 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.68"
rayon = "1.6.1"
owo-colors = "3.5.0"
snowflake = "1.3.0"
libc = "0.2.137"
libc = "0.2.138"

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

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

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

[dependencies.moka]
version = "0.9.5"
version = "0.9.6"
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.5

COPY run.sh /var/run/

0 comments on commit 73e6e7d

Please sign in to comment.