Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Feb 15, 2025
1 parent 82ff3b8 commit babfa58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ block-buffer 0.10.4 RustCrypto Developers https://github.com/RustCrypto/utils Ap
bumpalo 3.17.0 Nick Fitzgerald <fitzgen@gmail.com> https://github.com/fitzgen/bumpalo Apache-2.0 OR MIT A fast bump allocation arena for Rust.
byteorder 1.5.0 Andrew Gallant <jamslam@gmail.com> https://github.com/BurntSushi/byteorder MIT OR Unlicense Library for reading/writing numbers in big-endian and little-endian.
bytes 1.10.0 Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com> https://github.com/tokio-rs/bytes MIT Types and traits for working with bytes
cc 1.2.13 Alex Crichton <alex@alexcrichton.com> https://github.com/rust-lang/cc-rs Apache-2.0 OR MIT A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
cc 1.2.14 Alex Crichton <alex@alexcrichton.com> https://github.com/rust-lang/cc-rs Apache-2.0 OR MIT A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
cesu8 1.1.0 Eric Kidd <git@randomhacks.net> https://github.com/emk/cesu8-rs Apache-2.0 OR MIT Convert to and from CESU-8 encoding (similar to UTF-8)
cfg-if 1.0.0 Alex Crichton <alex@alexcrichton.com> https://github.com/alexcrichton/cfg-if Apache-2.0 OR MIT A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted.
cipher 0.4.4 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Traits for describing block ciphers and stream ciphers
Expand Down Expand Up @@ -950,6 +950,6 @@ windows_x86_64_msvc 0.42.2 Microsoft https://github.com/microsoft/windows-rs Apa
windows_x86_64_msvc 0.52.6 Microsoft https://github.com/microsoft/windows-rs Apache-2.0 OR MIT Import lib for Windows
wit-bindgen-rt 0.33.0 https://github.com/bytecodealliance/wasi-rs Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT Runtime support for the `wit-bindgen` crate
zerocopy 0.7.35 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Utilities for zero-copy parsing and serialization
zerocopy 0.8.17 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT "Zerocopy makes zero-cost memory manipulation effortless. We write ""unsafe"" so you don't have to."
zerocopy 0.8.18 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT "Zerocopy makes zero-cost memory manipulation effortless. We write ""unsafe"" so you don't have to."
zerocopy-derive 0.7.35 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate
zerocopy-derive 0.8.17 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate
zerocopy-derive 0.8.18 Joshua Liebow-Feeser <joshlf@google.com> https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate

0 comments on commit babfa58

Please sign in to comment.