Skip to content

Commit

Permalink
Merge #461: Udate dependencies
Browse files Browse the repository at this point in the history
b39a2be chore(deps): bump openssl from 0.10.59 to 0.10.63 (Jose Celano)
f123a32 chore(deps): bump uuid from 1.5.0 to 1.7.0 (Jose Celano)
1c139a8 chore(deps): bump h2 from 0.3.21 to 0.3.24 (Jose Celano)
2b309d5 chore(deps): bump serde from 1.0.192 to 1.0.193 (Jose Celano)
45698a9 chore(deps): bump config from 0.13.3 to 0.14.0 (Jose Celano)
cbbca39 chore(deps): bump zerocopy from 0.7.25 to 0.7.32 (Jose Celano)
82b2f78 chore(deps): bump codecov/codecov-action from 3 to 4 (Jose Celano)

Pull request description:

  ```console
  $ cargo update zerocopy
      Updating crates.io index
      Updating zerocopy v0.7.25 -> v0.7.32
      Updating zerocopy-derive v0.7.25 -> v0.7.32

  $ cargo update config
      Updating crates.io index
      Removing ahash v0.7.7
      Updating config v0.13.3 -> v0.14.0
        Adding const-random v0.1.17
        Adding const-random-macro v0.1.16
        Adding convert_case v0.6.0
        Adding crunchy v0.2.2
      Updating dlv-list v0.3.0 -> v0.5.2
        Adding hashbrown v0.13.2
      Updating ordered-multimap v0.4.3 -> v0.6.0
      Updating ron v0.7.1 -> v0.8.1
      Updating rust-ini v0.18.0 -> v0.19.0
        Adding tiny-keccak v2.0.2
      Removing toml v0.5.11

  $ cargo update serde
      Updating crates.io index
      Updating serde v1.0.192 -> v1.0.193
      Updating serde_derive v1.0.192 -> v1.0.193

  $ cargo update h2
      Updating crates.io index
      Updating h2 v0.3.21 -> v0.3.24
      Removing hashbrown v0.12.3
      Removing indexmap v1.9.3

  $ cargo update uuid
      Updating crates.io index
      Updating uuid v1.5.0 -> v1.7.0

  $ cargo update openssl
      Updating crates.io index
      Updating openssl v0.10.59 -> v0.10.63
      Updating openssl-sys v0.9.95 -> v0.9.99
  ```

ACKs for top commit:
  josecelano:
    ACK b39a2be

Tree-SHA512: 45b1b5f434690a0209de7628ab4282ad53ad5fe472ba0eb7fd03ee1ee938d2c73ebe0cbb8f2ad1a63e5924059792bd43728072216475581b5b7edfdacedbe32f
  • Loading branch information
josecelano committed Feb 7, 2024
2 parents a14004e + b39a2be commit 67b1e5d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- id: upload
name: Upload Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage.outputs.report }}
Expand Down
162 changes: 89 additions & 73 deletions Cargo.lock

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

0 comments on commit 67b1e5d

Please sign in to comment.