From 3c3c538fb9932a420342bc98e17a9457bb2c3e06 Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Fri, 21 Feb 2025 02:01:51 +0000 Subject: [PATCH] update deps --- Cargo.lock | 12 ++++++------ NOTICE.txt | 6 +++--- etopaw/Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da466ea..e768702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.217" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" +checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" dependencies = [ "serde_derive", ] @@ -554,9 +554,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.217" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" +checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" dependencies = [ "proc-macro2", "quote", @@ -565,9 +565,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/NOTICE.txt b/NOTICE.txt index 23af93a..eafee64 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -900,10 +900,10 @@ rust-argon2 2.1.0 Martijn Rijkeboer https://github.com/sru rustversion 1.0.19 David Tolnay https://github.com/dtolnay/rustversion Apache-2.0 OR MIT Conditional compilation according to rustc compiler version ryu 1.0.19 David Tolnay 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 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 |David Tolnay https://github.com/serde-rs/serde Apache-2.0 OR MIT A generic serialization/deserialization framework +serde 1.0.218 Erick Tryzelaar |David Tolnay https://github.com/serde-rs/serde Apache-2.0 OR MIT A generic serialization/deserialization framework serde-wasm-bindgen 0.6.5 Ingvar Stepanyan https://github.com/RReverser/serde-wasm-bindgen MIT Native Serde adapter for wasm-bindgen -serde_derive 1.0.217 Erick Tryzelaar |David Tolnay 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 |David Tolnay https://github.com/serde-rs/json Apache-2.0 OR MIT A JSON serialization file format +serde_derive 1.0.218 Erick Tryzelaar |David Tolnay 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 |David Tolnay 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 |Fenhl |Adrian Taylor |Alex Touchet |Daniel Parks |Garrett Berg 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 |Henry de Valence https://github.com/dalek-cryptography/subtle BSD-3-Clause Pure-Rust traits and utilities for constant-time cryptographic implementations. diff --git a/etopaw/Cargo.toml b/etopaw/Cargo.toml index 13c5657..92a2562 100644 --- a/etopaw/Cargo.toml +++ b/etopaw/Cargo.toml @@ -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"] }