Skip to content

Commit c3b5cd5

Browse files
Bump the major group across 1 directory with 3 updates
Bumps the major group with 3 updates in the / directory: [bson](https://github.com/mongodb/bson-rust), [criterion](https://github.com/criterion-rs/criterion.rs) 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 `criterion` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.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: criterion dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor 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 238286f commit c3b5cd5

File tree

4 files changed

+44
-21
lines changed

4 files changed

+44
-21
lines changed

Cargo.lock

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

modeling-cmds-macros-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syn = { workspace = true, features = ["extra-traits", "full"] }
1717

1818
[dev-dependencies]
1919
anyhow = "1.0.100"
20-
criterion = { version = "0.7", features = ["html_reports"] }
20+
criterion = { version = "0.8", features = ["html_reports"] }
2121
insta = "1.41.1"
2222
regex = "1.12.1"
2323
rustfmt-wrapper = "0.2.1"

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)