Skip to content

Commit 5823910

Browse files
Bump dirs from 5.0.1 to 6.0.0 (#666)
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf6f317 commit 5823910

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Cargo.lock

+18-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kittycad/Cargo.toml

+1-1
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.5.26", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.7.0"
19-
dirs = { version = "^5.0.1", optional = true }
19+
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3.26", optional = true }
2222
http = { version = "1", optional = true }

0 commit comments

Comments
 (0)