From 26543b23136e0ed8a36a5f5518bfbc854150b267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 00:05:51 +0000 Subject: [PATCH] Bump bson from 2.15.0 to 3.1.0 Bumps [bson](https://github.com/mongodb/bson-rust) from 2.15.0 to 3.1.0. - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](https://github.com/mongodb/bson-rust/compare/v2.15.0...v3.1.0) --- updated-dependencies: - dependency-name: bson dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++------- modeling-cmds/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 528f2590..2ae5690d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,23 +488,21 @@ dependencies = [ [[package]] name = "bson" -version = "2.15.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e" +checksum = "b3f109694c4f45353972af96bf97d8a057f82e2d6e496457f4d135b9867a518c" dependencies = [ "ahash", "base64", "bitvec", - "getrandom 0.2.16", "getrandom 0.3.4", "hex", "indexmap 2.13.0", "js-sys", - "once_cell", "rand 0.9.2", - "serde", "serde_bytes", - "serde_json", + "simdutf8", + "thiserror 2.0.18", "time", "uuid", ] @@ -4439,7 +4437,6 @@ version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ - "indexmap 2.13.0", "itoa", "memchr", "serde", @@ -4583,6 +4580,12 @@ dependencies = [ "quote", ] +[[package]] +name = "simdutf8" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" + [[package]] name = "similar" version = "2.7.0" diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 3f426012..83a931d9 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -63,7 +63,7 @@ uuid = { version = "1.20.0", features = ["serde", "v4", "js"] } webrtc = { version = "0.12", optional = true } [dev-dependencies] -bson = "2.14.0" +bson = "3.1.0" dropshot = { version = "0.16.7", default-features = false } expectorate = "1.1.0" openapi-lint = { git = "https://github.com/KittyCAD/openapi-lint", branch = "kittycad" }