Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Dec 1, 2024
1 parent db0d08a commit 0d18415
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
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.
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.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
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
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.96", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.97", 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.46"
wasm-bindgen-test = "0.3.47"

0 comments on commit 0d18415

Please sign in to comment.