Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Nov 30, 2024
1 parent a8b85ae commit db0d08a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
55 changes: 28 additions & 27 deletions Cargo.lock

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

26 changes: 13 additions & 13 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.9.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.2.1 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.2 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 All @@ -875,11 +875,11 @@ inout 0.1.3 RustCrypto Developers https://github.com/RustCrypto/utils Apache-2.0
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.
js-sys 0.3.73 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.166 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.167 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 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.89 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code
syn 2.0.90 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 All @@ -915,15 +915,15 @@ untrusted 0.9.0 Brian Smith <brian@briansmith.org> https://github.com/briansmith
version_check 0.9.5 Sergio Benitez <sb@sergio.bz> https://github.com/SergioBenitez/version_check Apache-2.0 OR MIT Tiny crate to check the version of the installed/running rustc.
walkdir 2.5.0 Andrew Gallant <jamslam@gmail.com> https://github.com/BurntSushi/walkdir MIT OR Unlicense Recursively walk a directory.
wasi 0.11.0+wasi-snapshot-preview1 The Cranelift Project Developers https://github.com/bytecodealliance/wasi Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT Experimental WASI API bindings for Rust
wasm-bindgen 0.2.95 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Easy support for interacting between JS and Rust.
wasm-bindgen-backend 0.2.95 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend Apache-2.0 OR MIT Backend code generation of the wasm-bindgen tool
wasm-bindgen-futures 0.4.45 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures Apache-2.0 OR MIT Bridging the gap between Rust Futures and JavaScript Promises
wasm-bindgen-macro 0.2.95 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro Apache-2.0 OR MIT Definition of the `#[wasm_bindgen]` attribute, an internal dependency
wasm-bindgen-macro-support 0.2.95 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support Apache-2.0 OR MIT The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
wasm-bindgen-shared 0.2.95 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared Apache-2.0 OR MIT Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency.
wasm-bindgen-test 0.3.45 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Internal testing crate for wasm-bindgen
wasm-bindgen-test-macro 0.3.45 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Internal testing macro for wasm-bindgen
web-sys 0.3.72 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys Apache-2.0 OR MIT Bindings for all Web APIs, a procedurally generated crate from WebIDL
wasm-bindgen 0.2.96 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Easy support for interacting between JS and Rust.
wasm-bindgen-backend 0.2.96 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend Apache-2.0 OR MIT Backend code generation of the wasm-bindgen tool
wasm-bindgen-futures 0.4.46 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures Apache-2.0 OR MIT Bridging the gap between Rust Futures and JavaScript Promises
wasm-bindgen-macro 0.2.96 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro Apache-2.0 OR MIT Definition of the `#[wasm_bindgen]` attribute, an internal dependency
wasm-bindgen-macro-support 0.2.96 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support Apache-2.0 OR MIT The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
wasm-bindgen-shared 0.2.96 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared Apache-2.0 OR MIT Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency.
wasm-bindgen-test 0.3.46 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Internal testing crate for wasm-bindgen
wasm-bindgen-test-macro 0.3.46 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen Apache-2.0 OR MIT Internal testing macro for wasm-bindgen
web-sys 0.3.73 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys Apache-2.0 OR MIT Bindings for all Web APIs, a procedurally generated crate from WebIDL
winapi-util 0.1.9 Andrew Gallant <jamslam@gmail.com> https://github.com/BurntSushi/winapi-util MIT OR Unlicense A dumping ground for high level safe wrappers over windows-sys.
windows-sys 0.45.0 Microsoft https://github.com/microsoft/windows-rs Apache-2.0 OR MIT Rust for Windows
windows-sys 0.52.0 Microsoft https://github.com/microsoft/windows-rs Apache-2.0 OR MIT Rust for Windows
Expand Down
4 changes: 2 additions & 2 deletions etopaw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ console_error_panic_hook = "0.1.7"
serde = "1.0.215"
serde_derive = "1.0.215"
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.95", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.96", features = ["serde-serialize"] }
getrandom = { version = "0.2.15", features = ["js"] }

[lib]
Expand All @@ -24,4 +24,4 @@ crate-type = ["cdylib", "rlib"]
wasm-opt = false #["-Oz", "--enable-mutable-globals"]

[dev-dependencies]
wasm-bindgen-test = "0.3.45"
wasm-bindgen-test = "0.3.46"

0 comments on commit db0d08a

Please sign in to comment.