From 6a0a35c37058cf5d29cfc15e06c55a9c9544b37e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:14:33 +0000 Subject: [PATCH] fix(deps): update rust dependencies --- Cargo.lock | 8 ++++---- core/build_playerglobal/Cargo.toml | 2 +- tests/input-format/Cargo.toml | 2 +- tests/socket-format/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 017b5cd53..ff0c0f3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3926,9 +3926,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.72" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a293318316cf6478ec1ad2a21c49390a8d5b5eae9fab736467d93fbc0edc29c5" +checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1" dependencies = [ "unicode-ident", ] @@ -4776,9 +4776,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "indexmap", "itoa", diff --git a/core/build_playerglobal/Cargo.toml b/core/build_playerglobal/Cargo.toml index 5f06ed67c..f263b4c95 100644 --- a/core/build_playerglobal/Cargo.toml +++ b/core/build_playerglobal/Cargo.toml @@ -9,7 +9,7 @@ version.workspace = true [dependencies] convert_case = "0.6.0" -proc-macro2 = "1.0.72" +proc-macro2 = "1.0.73" quote = "1.0.34" swf = { path = "../../swf" } clap = {version = "4.4.12", features = ["derive"]} diff --git a/tests/input-format/Cargo.toml b/tests/input-format/Cargo.toml index 4e7ac51a3..ca50bf0d2 100644 --- a/tests/input-format/Cargo.toml +++ b/tests/input-format/Cargo.toml @@ -9,5 +9,5 @@ version.workspace = true [dependencies] serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.109" bitflags = "2.4.1" diff --git a/tests/socket-format/Cargo.toml b/tests/socket-format/Cargo.toml index 27807d6e7..4484d7682 100644 --- a/tests/socket-format/Cargo.toml +++ b/tests/socket-format/Cargo.toml @@ -9,4 +9,4 @@ version.workspace = true [dependencies] serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.109"