From cab3b01cefe3fcae7f26fbc5cfcecb1729dddddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:25:38 +0000 Subject: [PATCH] Bump serde from 1.0.160 to 1.0.165 in /third_party/sdmmparser/src Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.165. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...v1.0.165) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- third_party/sdmmparser/src/Cargo.lock | 136 +++++++++++++------------- third_party/sdmmparser/src/Cargo.toml | 2 +- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/third_party/sdmmparser/src/Cargo.lock b/third_party/sdmmparser/src/Cargo.lock index ddcb0cdf..0f50bc66 100644 --- a/third_party/sdmmparser/src/Cargo.lock +++ b/third_party/sdmmparser/src/Cargo.lock @@ -20,10 +20,10 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ - "cfg-if", - "getrandom", - "once_cell", - "version_check", + "cfg-if", + "getrandom", + "once_cell", + "version_check", ] [[package]] @@ -43,9 +43,9 @@ name = "builtins-proc-macro" version = "0.0.0" source = "git+https://github.com/SpaiR/SpacemanDMM?rev=1f9b4416b38c26acd7a6ff77fdaa6e7693952e47#1f9b4416b38c26acd7a6ff77fdaa6e7693952e47" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.95", + "proc-macro2", + "quote", + "syn 1.0.95", ] [[package]] @@ -81,7 +81,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" dependencies = [ - "adler32", + "adler32", ] [[package]] @@ -90,9 +90,9 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.95", + "proc-macro2", + "quote", + "syn 1.0.95", ] [[package]] @@ -100,20 +100,20 @@ name = "dreammaker" version = "0.1.0" source = "git+https://github.com/SpaiR/SpacemanDMM?rev=1f9b4416b38c26acd7a6ff77fdaa6e7693952e47#1f9b4416b38c26acd7a6ff77fdaa6e7693952e47" dependencies = [ - "ahash", - "bitflags", - "builtins-proc-macro", - "color_space", - "derivative", - "indexmap", - "interval-tree", - "lodepng", - "ordered-float", - "phf", - "serde", - "serde_derive", - "termcolor", - "toml", + "ahash", + "bitflags", + "builtins-proc-macro", + "color_space", + "derivative", + "indexmap", + "interval-tree", + "lodepng", + "ordered-float", + "phf", + "serde", + "serde_derive", + "termcolor", + "toml", ] [[package]] @@ -122,7 +122,7 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9acf77205554f3cfeca94a4b910e159ad9824e8c2d164de02b3f12495cc1074d" dependencies = [ - "hashbrown 0.13.2", + "hashbrown 0.13.2", ] [[package]] @@ -131,8 +131,8 @@ version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" dependencies = [ - "crc32fast", - "miniz_oxide 0.7.1", + "crc32fast", + "miniz_oxide 0.7.1", ] [[package]] @@ -141,9 +141,9 @@ version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" dependencies = [ - "cfg-if", - "libc", - "wasi", + "cfg-if", + "libc", + "wasi", ] [[package]] @@ -158,7 +158,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash", ] [[package]] @@ -167,8 +167,8 @@ version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ - "autocfg", - "hashbrown 0.12.3", + "autocfg", + "hashbrown 0.12.3", ] [[package]] @@ -194,11 +194,11 @@ version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0ad39f75bbaa4b10bb6f2316543632a8046a5bcf9c785488d79720b21f044f8" dependencies = [ - "crc32fast", - "fallible_collections", - "flate2", - "libc", - "rgb", + "crc32fast", + "fallible_collections", + "flate2", + "libc", + "rgb", ] [[package]] @@ -207,7 +207,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" dependencies = [ - "adler", + "adler", ] [[package]] @@ -216,7 +216,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" dependencies = [ - "adler", + "adler", ] [[package]] @@ -225,7 +225,7 @@ version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" dependencies = [ - "autocfg", + "autocfg", ] [[package]] @@ -249,8 +249,8 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" dependencies = [ - "phf_macros", - "phf_shared", + "phf_macros", + "phf_shared", ] [[package]] @@ -259,8 +259,8 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" dependencies = [ - "phf_shared", - "rand", + "phf_shared", + "rand", ] [[package]] @@ -269,11 +269,11 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" dependencies = [ - "phf_generator", - "phf_shared", - "proc-macro2", - "quote", - "syn 1.0.95", + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 1.0.95", ] [[package]] @@ -282,7 +282,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" dependencies = [ - "siphasher", + "siphasher", ] [[package]] @@ -291,26 +291,26 @@ version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba" dependencies = [ - "bitflags", - "crc32fast", - "deflate", - "miniz_oxide 0.5.1", + "bitflags", + "crc32fast", + "deflate", + "miniz_oxide 0.5.1", ] [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.26" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" +checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] @@ -336,7 +336,7 @@ version = "0.8.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" dependencies = [ - "bytemuck", + "bytemuck", ] [[package]] @@ -358,22 +358,22 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.160" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" +checksum = "c939f902bb7d0ccc5bce4f03297e161543c2dcb30914faf032c2bd0b7a0d48fc" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.160" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" +checksum = "6eaae920e25fffe4019b75ff65e7660e72091e59dd204cb5849bbd6a3fd343d7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.15", + "syn 2.0.23", ] [[package]] @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.15" +version = "2.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" +checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737" dependencies = [ "proc-macro2", "quote", diff --git a/third_party/sdmmparser/src/Cargo.toml b/third_party/sdmmparser/src/Cargo.toml index 8c3457cd..7f981576 100644 --- a/third_party/sdmmparser/src/Cargo.toml +++ b/third_party/sdmmparser/src/Cargo.toml @@ -9,7 +9,7 @@ path = "lib.rs" crate-type = ["staticlib"] [dependencies] -serde = "1.0.160" +serde = "1.0.165" serde_derive = "1.0.137" serde_json = "1.0.96" png = "0.17.5"