From 9db6ace65f258097d1ed82664b0ef704bf693fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:21:23 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.150 to 1.0.151 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.150 to 1.0.151. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- core/Cargo.toml | 2 +- core/build_playerglobal/Cargo.toml | 2 +- tests/input-format/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83043d92b..65e9728fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3786,9 +3786,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91" +checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0" dependencies = [ "serde_derive", ] @@ -3818,9 +3818,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e" +checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index df57cd988..95b34ccea 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -35,7 +35,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } instant = "0.1" encoding_rs = "0.8.31" rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false } -serde = { version = "1.0.150", features = ["derive"] } +serde = { version = "1.0.151", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "4a33521c29a918950df8ae9fe07e527ac65553f5", optional = true } regress = "0.4" diff --git a/core/build_playerglobal/Cargo.toml b/core/build_playerglobal/Cargo.toml index 8b607a73a..c9997da77 100644 --- a/core/build_playerglobal/Cargo.toml +++ b/core/build_playerglobal/Cargo.toml @@ -13,6 +13,6 @@ proc-macro2 = "1.0.49" quote = "1.0.21" swf = { path = "../../swf" } clap = {version = "4.0.27", features = ["derive"]} -serde = {version = "1.0.150", features = ["derive"]} +serde = {version = "1.0.151", features = ["derive"]} serde-xml-rs = "0.6.0" colored = "2.0.0" diff --git a/tests/input-format/Cargo.toml b/tests/input-format/Cargo.toml index 1136ffb67..f79d34ddd 100644 --- a/tests/input-format/Cargo.toml +++ b/tests/input-format/Cargo.toml @@ -8,6 +8,6 @@ repository.workspace = true version.workspace = true [dependencies] -serde = { version = "1.0.150", features = ["derive"] } +serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.89" bitflags = "1.3.2" diff --git a/web/Cargo.toml b/web/Cargo.toml index 2a8665c4a..49f3d1a7c 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -42,7 +42,7 @@ wasm-bindgen-futures = "0.4.33" serde-wasm-bindgen = "0.4.5" chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] } getrandom = { version = "0.2", features = ["js"] } -serde = { version = "1.0.150", features = ["derive"] } +serde = { version = "1.0.151", features = ["derive"] } thiserror = "1.0" base64 = "0.20.0"