Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Dec 7, 2024
1 parent 0d18415 commit 0d1077e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 37 deletions.
46 changes: 22 additions & 24 deletions Cargo.lock

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

22 changes: 11 additions & 11 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.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.
cc 1.2.3 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,7 +875,7 @@ 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.74 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.76 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
Expand Down Expand Up @@ -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.97 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.97 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.47 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.97 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.97 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.97 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.47 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.47 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.74 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.99 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.99 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.49 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.99 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.99 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.99 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.49 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.49 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.76 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.97", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.99", 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.47"
wasm-bindgen-test = "0.3.49"

0 comments on commit 0d1077e

Please sign in to comment.