From 93d9b10e116fea07b8026e2cd306d944be4cac4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:21:11 -0700 Subject: [PATCH] Bump bson from 2.12.0 to 2.13.0 in /src/wasm-lib (#3933) Bumps [bson](https://github.com/mongodb/bson-rust) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](https://github.com/mongodb/bson-rust/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8f88cd46c3..3e76e04bee 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -255,9 +255,9 @@ dependencies = [ [[package]] name = "bson" -version = "2.12.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80cf6f7806607bd58ad490bab34bf60e25455ea4aaf995f897a13324d41ea580" +checksum = "068208f2b6fcfa27a7f1ee37488d2bb8ba2640f68f5475d08e1d9130696aba59" dependencies = [ "ahash", "base64 0.13.1", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index e24ad4eff8..8c3bcdd407 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.73" crate-type = ["cdylib"] [dependencies] -bson = { version = "2.12.0", features = ["uuid-1", "chrono"] } +bson = { version = "2.13.0", features = ["uuid-1", "chrono"] } data-encoding = "2.6.0" gloo-utils = "0.2.0" kcl-lib = { path = "kcl" } diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 9f59eded1a..7b6573e04e 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -62,7 +62,7 @@ web-sys = { version = "0.3.69", features = ["console"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] approx = "0.5" -bson = { version = "2.12.0", features = ["uuid-1", "chrono"] } +bson = { version = "2.13.0", features = ["uuid-1", "chrono"] } tokio = { version = "1.39.3", features = ["full"] } tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] } tower-lsp = { version = "0.20.0", features = ["proposed"] }