From cd3a2fea0748afd4199bef77be95040cf4ffc7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:47:32 -0700 Subject: [PATCH] Bump base64 from 0.22.0 to 0.22.1 in /src/wasm-lib (#2274) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 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 | 6 +++--- src/wasm-lib/kcl/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index e72d8fcbd..c2c6ebf52 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -324,9 +324,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" @@ -1901,7 +1901,7 @@ dependencies = [ "approx 0.5.1", "async-recursion", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "bson", "chrono", "clap", diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 32ce18e50..b1ce0d424 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["kcl", "KittyCAD", "CAD"] anyhow = { version = "1.0.82", features = ["backtrace"] } async-recursion = "1.1.1" async-trait = "0.1.80" -base64 = "0.22.0" +base64 = "0.22.1" chrono = "0.4.38" clap = { version = "4.5.4", default-features = false, optional = true } dashmap = "5.5.3" @@ -73,7 +73,7 @@ debug = true debug = true # Flamegraphs of benchmarks require accurate debug symbols [dev-dependencies] -base64 = "0.22.0" +base64 = "0.22.1" convert_case = "0.6.0" criterion = "0.5.1" expectorate = "1.1.0"