Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Nov 1, 2024
1 parent dd7fbe9 commit 63e48ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -905,9 +905,9 @@ 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.85 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
thiserror 1.0.65 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/thiserror Apache-2.0 OR MIT derive(Error)
thiserror-impl 1.0.65 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/thiserror Apache-2.0 OR MIT Implementation detail of the `thiserror` crate
syn 2.0.86 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.
unicode-ident 1.0.13 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/unicode-ident (MIT OR Apache-2.0) AND Unicode-DFS-2016 Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
universal-hash 0.5.1 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Traits which describe the functionality of universal hash functions (UHFs)
Expand Down

0 comments on commit 63e48ca

Please sign in to comment.