diff --git a/Cargo.lock b/Cargo.lock index cac9843..8c72912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.85" +version = "2.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" +checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c" dependencies = [ "proc-macro2", "quote", @@ -585,18 +585,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" +checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" +checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" dependencies = [ "proc-macro2", "quote", diff --git a/NOTICE.txt b/NOTICE.txt index a75999a..aecec63 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -905,9 +905,9 @@ sha3 0.10.8 RustCrypto Developers https://github.com/RustCrypto/hashes Apache-2. 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. spin 0.9.8 Mathijs van de Nes |John Ericson |Joshua Barretto https://github.com/mvdnes/spin-rs.git MIT Spin-based synchronization primitives 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. -syn 2.0.85 David Tolnay https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code -thiserror 1.0.65 David Tolnay https://github.com/dtolnay/thiserror Apache-2.0 OR MIT derive(Error) -thiserror-impl 1.0.65 David Tolnay https://github.com/dtolnay/thiserror Apache-2.0 OR MIT Implementation detail of the `thiserror` crate +syn 2.0.86 David Tolnay https://github.com/dtolnay/syn Apache-2.0 OR MIT Parser for Rust source code +thiserror 1.0.66 David Tolnay https://github.com/dtolnay/thiserror Apache-2.0 OR MIT derive(Error) +thiserror-impl 1.0.66 David Tolnay https://github.com/dtolnay/thiserror Apache-2.0 OR MIT Implementation detail of the `thiserror` crate typenum 1.17.0 Paho Lurie-Gregg |Andre Bogus https://github.com/paholg/typenum Apache-2.0 OR MIT Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete. unicode-ident 1.0.13 David Tolnay https://github.com/dtolnay/unicode-ident (MIT OR Apache-2.0) AND Unicode-DFS-2016 Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 universal-hash 0.5.1 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Traits which describe the functionality of universal hash functions (UHFs)