Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jun 22, 2024
1 parent 08930ea commit e654255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}
labels: |
org.opencontainers.image.description=${{ steps.readme.outputs.content }}
- id: short-sha
name: Set image tag
run: |
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
actix-web = "4.6.0"
actix-web = "4.8.0"
chrono = "0.4.38"
hostname = "0.4.0"
serde = { version = "1.0.202", features = ["derive"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "num_cpus", "macros"] }
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "num_cpus", "macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down

0 comments on commit e654255

Please sign in to comment.