Skip to content

Commit

Permalink
Cargo.lock: bump dependencies
Browse files Browse the repository at this point in the history
Updates the following dependencies:

    $ cargo update
    Updating crates.io index
     Locking 14 packages to latest compatible versions
    Updating block-buffer v0.11.0-rc.0 -> v0.11.0-rc.3
      Adding byteorder v1.5.0
    Updating const-oid v0.10.0-rc.0 -> v0.10.0-rc.3
    Updating crypto-common v0.2.0-rc.0 -> v0.2.0-rc.1
    Updating hybrid-array v0.2.0-rc.8 -> v0.2.1
    Updating libc v0.2.155 -> v0.2.162
    Updating ppv-lite86 v0.2.17 -> v0.2.20
      Adding proc-macro2 v1.0.89
      Adding quote v1.0.37
    Updating subtle v2.6.0 -> v2.6.1
      Adding syn v2.0.87
      Adding unicode-ident v1.0.13
      Adding zerocopy v0.7.35 (latest: v0.8.9)
      Adding zerocopy-derive v0.7.35 (latest: v0.8.9)

It seems `ppv-lite86` now pulls in quite a few more dependencies,
including `zerocopy` and its custom derive support along with the whole
proc macro stack.
  • Loading branch information
tarcieri committed Nov 12, 2024
1 parent 13f350a commit a10f3ff
Showing 1 changed file with 80 additions and 15 deletions.
95 changes: 80 additions & 15 deletions Cargo.lock

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

0 comments on commit a10f3ff

Please sign in to comment.