Skip to content

Commit

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

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

4 changes: 2 additions & 2 deletions 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.31 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.1.34 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 @@ -905,7 +905,7 @@ sha3 0.10.8 RustCrypto Developers https://github.com/RustCrypto/hashes Apache-2.
shlex 1.3.0 comex <comexk@gmail.com>|Fenhl <fenhl@fenhl.net>|Adrian Taylor <adetaylor@chromium.org>|Alex Touchet <alextouchet@outlook.com>|Daniel Parks <dp+git@oxidized.org>|Garrett Berg <googberg@gmail.com> https://github.com/comex/rust-shlex Apache-2.0 OR MIT Split a string into shell words, like Python's shlex.
spin 0.9.8 Mathijs van de Nes <git@mathijs.vd-nes.nl>|John Ericson <git@JohnEricson.me>|Joshua Barretto <joshua.s.barretto@gmail.com> https://github.com/mvdnes/spin-rs.git MIT Spin-based synchronization primitives
subtle 2.6.1 Isis Lovecruft <isis@patternsinthevoid.net>|Henry de Valence <hdevalence@hdevalence.ca> https://github.com/dalek-cryptography/subtle BSD-3-Clause Pure-Rust traits and utilities for constant-time cryptographic implementations.
syn 2.0.86 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
syn 2.0.87 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
thiserror 1.0.66 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/thiserror Apache-2.0 OR MIT derive(Error)
thiserror-impl 1.0.66 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/thiserror Apache-2.0 OR MIT Implementation detail of the `thiserror` crate
typenum 1.17.0 Paho Lurie-Gregg <paho@paholg.com>|Andre Bogus <bogusandre@gmail.com> https://github.com/paholg/typenum Apache-2.0 OR MIT Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.
Expand Down

0 comments on commit b812861

Please sign in to comment.