Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Oct 29, 2024
1 parent a688a34 commit 692e1a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 @@ -897,9 +897,9 @@ rust-argon2 2.1.0 Martijn Rijkeboer <mrr@sru-systems.com> https://github.com/sru
ryu 1.0.18 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.
scoped-tls 1.0.1 Alex Crichton <alex@alexcrichton.com> https://github.com/alexcrichton/scoped-tls Apache-2.0 OR MIT Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS.
serde 1.0.213 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.214 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.213 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_derive 1.0.214 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.132 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.
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.213"
serde_derive = "1.0.213"
serde = "1.0.214"
serde_derive = "1.0.214"
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.95", features = ["serde-serialize"] }
getrandom = { version = "0.2.15", features = ["js"] }
Expand Down

0 comments on commit 692e1a5

Please sign in to comment.