Skip to content

Commit 4dc556c

Browse files
Bump the major group across 1 directory with 2 updates
Bumps the major group with 2 updates in the / directory: [bson](https://github.com/mongodb/bson-rust) and [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite). Updates `bson` from 2.15.0 to 3.1.0 - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](mongodb/bson-rust@v2.15.0...v3.1.0) Updates `tokio-tungstenite` from 0.24.0 to 0.28.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.28.0) --- updated-dependencies: - dependency-name: bson dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4d8956 commit 4dc556c

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

Cargo.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uuid = { version = "1.16.0", features = ["serde", "v4", "js"] }
6363
webrtc = { version = "0.12", optional = true }
6464

6565
[dev-dependencies]
66-
bson = "2.14.0"
66+
bson = "3.1.0"
6767
dropshot = { version = "0.16.4", default-features = false }
6868
expectorate = "1.1.0"
6969
openapi-lint = { git = "https://github.com/KittyCAD/openapi-lint", branch = "kittycad" }

modeling-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reqwest = "0.12.15"
1919
serde_json = "1.0.139"
2020
thiserror = "2.0.12"
2121
tokio = { version = "1", features = ["sync"] }
22-
tokio-tungstenite = "0.24.0"
22+
tokio-tungstenite = "0.28.0"
2323
uuid = { version = "1.16.0", features = ["v4"] }
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)