Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Nov 22, 2024
1 parent f1de46d commit d3645b0
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 @@ -859,7 +859,7 @@ cipher 0.4.4 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2
combine 4.6.7 Markus Westerlind <marwes91@gmail.com> https://github.com/Marwes/combine MIT Fast parser combinators on arbitrary streams with zero-copy support.
console_error_panic_hook 0.1.7 Nick Fitzgerald <fitzgen@gmail.com> https://github.com/rustwasm/console_error_panic_hook Apache-2.0 OR MIT A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`
constant_time_eq 0.3.1 Cesar Eduardo Barros <cesarb@cesarb.eti.br> https://github.com/cesarb/constant_time_eq Apache-2.0 OR CC0-1.0 OR MIT-0 Compares two equal-sized byte strings in constant time.
cpufeatures 0.2.15 RustCrypto Developers https://github.com/RustCrypto/utils Apache-2.0 OR MIT Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS
cpufeatures 0.2.16 RustCrypto Developers https://github.com/RustCrypto/utils Apache-2.0 OR MIT Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS
crypto-common 0.1.6 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Common cryptographic traits
ctr 0.9.2 RustCrypto Developers https://github.com/RustCrypto/block-modes Apache-2.0 OR MIT CTR block modes of operation
digest 0.10.7 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Traits for cryptographic hash functions and message authentication codes
Expand Down Expand Up @@ -887,7 +887,7 @@ once_cell 1.20.2 Aleksey Kladov <aleksey.kladov@gmail.com> https://github.com/ma
opaque-debug 0.3.1 RustCrypto Developers https://github.com/RustCrypto/utils Apache-2.0 OR MIT Macro for opaque Debug trait implementation
polyval 0.6.2 RustCrypto Developers https://github.com/RustCrypto/universal-hashes Apache-2.0 OR MIT POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC)
ppv-lite86 0.2.20 The CryptoCorrosion Contributors https://github.com/cryptocorrosion/cryptocorrosion Apache-2.0 OR MIT Implementation of the crypto-simd API for x86
proc-macro2 1.0.89 David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com> https://github.com/dtolnay/proc-macro2 Apache-2.0 OR MIT A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
proc-macro2 1.0.92 David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com> https://github.com/dtolnay/proc-macro2 Apache-2.0 OR MIT A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
quote 1.0.37 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/quote Apache-2.0 OR MIT Quasi-quoting macro quote!(...)
rand 0.8.5 The Rand Project Developers|The Rust Project Developers https://github.com/rust-random/rand Apache-2.0 OR MIT Random number generators and other randomness functionality.
rand_chacha 0.3.1 The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors https://github.com/rust-random/rand Apache-2.0 OR MIT ChaCha random number generator
Expand All @@ -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.87 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
syn 2.0.89 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
thiserror 1.0.69 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/thiserror Apache-2.0 OR MIT derive(Error)
thiserror-impl 1.0.69 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 d3645b0

Please sign in to comment.