Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Feb 21, 2025
1 parent 7d2b181 commit 3c3c538
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -900,10 +900,10 @@ rust-argon2 2.1.0 Martijn Rijkeboer <mrr@sru-systems.com> https://github.com/sru
rustversion 1.0.19 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/rustversion Apache-2.0 OR MIT Conditional compilation according to rustc compiler version
ryu 1.0.19 David Tolnay <dtolnay@gmail.com> https://github.com/dtolnay/ryu Apache-2.0 OR BSL-1.0 Fast floating point to string conversion
same-file 1.0.6 Andrew Gallant <jamslam@gmail.com> https://github.com/BurntSushi/same-file MIT OR Unlicense A simple crate for determining whether two file paths point to the same file.
serde 1.0.217 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/serde Apache-2.0 OR MIT A generic serialization/deserialization framework
serde 1.0.218 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/serde Apache-2.0 OR MIT A generic serialization/deserialization framework
serde-wasm-bindgen 0.6.5 Ingvar Stepanyan <me@rreverser.com> https://github.com/RReverser/serde-wasm-bindgen MIT Native Serde adapter for wasm-bindgen
serde_derive 1.0.217 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/serde Apache-2.0 OR MIT Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
serde_json 1.0.138 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/json Apache-2.0 OR MIT A JSON serialization file format
serde_derive 1.0.218 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/serde Apache-2.0 OR MIT Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
serde_json 1.0.139 Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com> https://github.com/serde-rs/json Apache-2.0 OR MIT A JSON serialization file format
sha3 0.10.8 RustCrypto Developers https://github.com/RustCrypto/hashes Apache-2.0 OR MIT Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE
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.
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.
Expand Down
4 changes: 2 additions & 2 deletions etopaw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ homepage = "https://etopa.de"
[dependencies]
etopa = { path = "../etopa" }
console_error_panic_hook = "0.1.7"
serde = "1.0.217"
serde_derive = "1.0.217"
serde = "1.0.218"
serde_derive = "1.0.218"
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.100", features = ["serde-serialize"] }
getrandom_02 = { package = "getrandom", version = "0.2.15", features = ["js"] }
Expand Down

0 comments on commit 3c3c538

Please sign in to comment.