From afa7c1dc4ea87c97fcd14ec62b6d42cabed5202a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:05:01 -0700 Subject: [PATCH] Bump toml from 0.8.13 to 0.8.14 in /src/wasm-lib (#2615) Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml 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> --- src/wasm-lib/Cargo.lock | 8 ++++---- src/wasm-lib/Cargo.toml | 2 +- src/wasm-lib/kcl/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 9f67d9432..083df92f6 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -2975,9 +2975,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", @@ -2996,9 +2996,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.5", "serde", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 578b2a3ed..c02fbb261 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -17,7 +17,7 @@ kcl-lib = { path = "kcl" } kittycad = { workspace = true } serde_json = "1.0.116" tokio = { version = "1.38.0", features = ["sync"] } -toml = "0.8.13" +toml = "0.8.14" uuid = { version = "1.8.0", features = ["v4", "js", "serde"] } wasm-bindgen = "0.2.91" wasm-bindgen-futures = "0.4.42" diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 1e9770316..49487b888 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -35,7 +35,7 @@ serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.116" sha2 = "0.10.8" thiserror = "1.0.61" -toml = "0.8.13" +toml = "0.8.14" # TODO: change this to a cargo release once 8.1.1 comes out ts-rs = { git = "https://github.com/Aleph-Alpha/ts-rs", features = ["uuid-impl", "url-impl", "chrono-impl", "no-serde-warnings"] } url = { version = "2.5.0", features = ["serde"] }