Skip to content

Commit 81f9aef

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the /rust directory: [clap](https://github.com/clap-rs/clap), [toml_edit](https://github.com/toml-rs/toml), [toml](https://github.com/toml-rs/toml) and [winnow](https://github.com/winnow-rs/winnow). Updates `clap` from 4.5.40 to 4.5.41 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.41) Updates `toml_edit` from 0.22.27 to 0.23.1 - [Commits](toml-rs/toml@v0.22.27...v0.23.1) Updates `toml` from 0.8.23 to 0.9.2 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.2) Updates `winnow` from 0.7.11 to 0.7.12 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.11...v0.7.12) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: toml_edit dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: winnow dependency-version: 0.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a64ca9 commit 81f9aef

File tree

5 files changed

+39
-28
lines changed

5 files changed

+39
-28
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ debug = "line-tables-only"
3030
async-trait = "0.1.88"
3131
anyhow = { version = "1" }
3232
bson = { version = "2.15.0", features = ["uuid-1", "chrono"] }
33-
clap = { version = "4.5.40", features = ["derive"] }
33+
clap = { version = "4.5.41", features = ["derive"] }
3434
console_error_panic_hook = "0.1.7"
3535
dashmap = { version = "6.1.0" }
3636
http = "1"

rust/kcl-bumper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = { workspace = true }
1919
clap = { workspace = true, features = ["derive"] }
2020
semver = "1.0.25"
2121
serde = { workspace = true }
22-
toml_edit = "0.22.27"
22+
toml_edit = "0.23.1"
2323

2424
[lints]
2525
workspace = true

rust/kcl-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-trait = { workspace = true }
2626
base64 = "0.22.1"
2727
bson = { workspace = true }
2828
chrono = "0.4.41"
29-
clap = { version = "4.5.40", default-features = false, optional = true, features = [
29+
clap = { version = "4.5.41", default-features = false, optional = true, features = [
3030
"std",
3131
"derive",
3232
] }
@@ -74,7 +74,7 @@ sha2 = "0.10.9"
7474
tabled = { version = "0.20.0", optional = true }
7575
tempfile = "3.20"
7676
thiserror = "2.0.0"
77-
toml = "0.8.23"
77+
toml = "0.9.2"
7878
ts-rs = { version = "11.0.1", features = [
7979
"uuid-impl",
8080
"url-impl",

rust/kcl-wasm-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kittycad = { workspace = true }
2525
kittycad-modeling-cmds = { workspace = true }
2626
serde_json = { workspace = true }
2727
tokio = { workspace = true, features = ["sync", "rt"] }
28-
toml = "0.8.23"
28+
toml = "0.9.2"
2929
tower-lsp = { workspace = true, features = ["runtime-agnostic"] }
3030
uuid = { workspace = true, features = ["v4", "js", "serde"] }
3131
wasm-bindgen = "0.2.99"

0 commit comments

Comments
 (0)