Skip to content

Commit 8967ce0

Browse files
Bump the major group across 1 directory with 3 updates
Bumps the major group with 3 updates in the / directory: [dirs](https://github.com/soc/dirs-rs), [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) and [test-context](https://github.com/JasterV/test-context). Updates `dirs` from 5.0.1 to 6.0.0 - [Commits](https://github.com/soc/dirs-rs/commits) Updates `tokio-tungstenite` from 0.27.0 to 0.28.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.27.0...v0.28.0) Updates `test-context` from 0.4.1 to 0.5.3 - [Release notes](https://github.com/JasterV/test-context/releases) - [Changelog](https://github.com/JasterV/test-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/JasterV/test-context/commits/v0.5.3) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.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 - dependency-name: test-context dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 960efd2 commit 8967ce0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

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

kittycad/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

openapitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ expectorate = "1"
4949
# futures is necessary for test-context
5050
futures = "0.3"
5151
pretty_assertions = "1"
52-
test-context = "^0.4.1"
52+
test-context = "^0.5.4"
5353

5454
[features]
5555
default = ["retry"]

0 commit comments

Comments
 (0)