Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Nov 13, 2024
1 parent 4113b0b commit 219a0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ block-buffer 0.10.4 RustCrypto Developers https://github.com/RustCrypto/utils Ap
bumpalo 3.16.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.8.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.1.37 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.0 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

0 comments on commit 219a0a4

Please sign in to comment.