Skip to content

Commit

Permalink
Merge #649: Update dependencies
Browse files Browse the repository at this point in the history
0bcce16 chore: bump build-push-action action from 5 to 6 (Jose Celano)
44ed14b chore(deps): update dependencies (Jose Celano)

Pull request description:

  Update dependencies.

  ```output
  cargo update
      Updating crates.io index
       Locking 27 packages to latest compatible versions
      Updating bitflags v2.5.0 -> v2.6.0
      Updating cc v1.0.99 -> v1.0.104
      Updating clap v4.5.7 -> v4.5.8
      Updating clap_builder v4.5.7 -> v4.5.8
      Updating clap_derive v4.5.5 -> v4.5.8
      Updating either v1.12.0 -> v1.13.0
      Updating hyper v1.3.1 -> v1.4.0
      Updating hyper-util v0.1.5 -> v0.1.6
      Updating lazy_static v1.4.0 -> v1.5.0
      Updating log v0.4.21 -> v0.4.22
      Updating mime_guess v2.0.4 -> v2.0.5
      Updating num-bigint v0.4.5 -> v0.4.6
      Updating object v0.36.0 -> v0.36.1
      Updating pest v2.7.10 -> v2.7.11
      Updating pest_derive v2.7.10 -> v2.7.11
      Updating pest_generator v2.7.10 -> v2.7.11
      Updating pest_meta v2.7.10 -> v2.7.11
      Updating proc-macro2 v1.0.85 -> v1.0.86
      Updating rgb v0.8.37 -> v0.8.40
      Updating serde_bytes v0.11.14 -> v0.11.15
      Updating serde_json v1.0.117 -> v1.0.120
      Updating serde_with v3.8.1 -> v3.8.2
      Updating serde_with_macros v3.8.1 -> v3.8.2
      Removing spin v0.5.2
      Updating subtle v2.5.0 -> v2.6.1
      Updating syn v2.0.66 -> v2.0.68
      Updating tinyvec v1.6.0 -> v1.6.1
     ```

ACKs for top commit:
  josecelano:
    ACK 0bcce16

Tree-SHA512: 8af58f1818871f84616835ccb2059c6ed3f62e509bfd3f7107d1747e1e788920cd159a62f58477860e3ad78be05289dbc3b7aec22f87f102987bb496b90e6d44
  • Loading branch information
josecelano committed Jul 2, 2024
2 parents 33201ca + 0bcce16 commit b55742b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 95 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- id: build
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: false
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down
Loading

0 comments on commit b55742b

Please sign in to comment.