Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Nov 26, 2024
1 parent 12412cf commit 928d64e
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 @@ -872,14 +872,14 @@ getrandom 0.2.15 The Rand Project Developers https://github.com/rust-random/getr
ghash 0.5.1 RustCrypto Developers https://github.com/RustCrypto/universal-hashes Apache-2.0 OR MIT Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.
hex 0.4.3 KokaKiwi <kokakiwi@kokakiwi.net> https://github.com/KokaKiwi/rust-hex Apache-2.0 OR MIT Encoding and decoding data into/from hexadecimal representation.
inout 0.1.3 RustCrypto Developers https://github.com/RustCrypto/utils Apache-2.0 OR MIT Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
itoa 1.0.13 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/itoa Apache-2.0 OR MIT Fast integer primitive to string conversion
itoa 1.0.14 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/itoa Apache-2.0 OR MIT Fast integer primitive to string conversion
jni 0.21.1 Josh Chase <josh@prevoty.com> https://github.com/jni-rs/jni-rs Apache-2.0 OR MIT Rust bindings to the JNI
jni-sys 0.3.0 Steven Fackler <sfackler@gmail.com> https://github.com/sfackler/rust-jni-sys Apache-2.0 OR MIT Rust definitions corresponding to jni.h
js-sys 0.3.72 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys Apache-2.0 OR MIT Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
json 0.12.4 Maciej Hirsz <hello@maciej.codes> https://github.com/maciejhirsz/json-rust Apache-2.0 OR MIT JSON implementation in Rust
keccak 0.1.5 RustCrypto Developers https://github.com/RustCrypto/sponges/tree/master/keccak Apache-2.0 OR MIT Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants
kern 1.7.1 Lennart Heinrich <lennart@ltheinrich.de> https://ltheinrich.de/kern ISC General library for Rust
libc 0.2.164 The Rust Project Developers https://github.com/rust-lang/libc Apache-2.0 OR MIT Raw FFI bindings to platform libraries like libc.
libc 0.2.165 The Rust Project Developers https://github.com/rust-lang/libc Apache-2.0 OR MIT Raw FFI bindings to platform libraries like libc.
log 0.4.22 The Rust Project Developers https://github.com/rust-lang/log Apache-2.0 OR MIT A lightweight logging facade for Rust
memchr 2.7.4 Andrew Gallant <jamslam@gmail.com>|bluss https://github.com/BurntSushi/memchr MIT OR Unlicense Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.
minicov 0.3.7 Amanieu d'Antras <amanieu@gmail.com> https://github.com/Amanieu/minicov Apache-2.0 OR MIT Code coverage and profile-guided optimization support for no_std and embedded programs
Expand Down

0 comments on commit 928d64e

Please sign in to comment.