From a3f41f55193d59416d82c25b65e23341952810eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:00:50 -0700 Subject: [PATCH] Bump serde_json from 1.0.105 to 1.0.106 in /src/wasm-lib (#428) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jess Frazelle --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- src/wasm-lib/kcl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 5cb4d0362..489f4223c 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -2524,9 +2524,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 81da6f622..ebd0ee0d9 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -12,7 +12,7 @@ bson = { version = "2.7.0", features = ["uuid-1", "chrono"] } gloo-utils = "0.2.0" kcl-lib = { path = "kcl" } kittycad = { version = "0.2.25", default-features = false, features = ["js"] } -serde_json = "1.0.93" +serde_json = "1.0.106" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index cbd3cfebe..a676ac9b5 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -19,7 +19,7 @@ parse-display = "0.8.2" regex = "1.7.1" schemars = { version = "0.8", features = ["impl_json_schema", "url", "uuid1"] } serde = {version = "1.0.152", features = ["derive"] } -serde_json = "1.0.93" +serde_json = "1.0.106" thiserror = "1.0.47" ts-rs = { version = "7", package = "ts-rs-json-value", features = ["serde-json-impl", "schemars-impl", "uuid-impl"] } uuid = { version = "1.4.1", features = ["v4", "js", "serde"] }