Skip to content

Commit 06362f9

Browse files
Bump the patch group across 1 directory with 6 updates (#7978)
* Bump the patch group across 1 directory with 6 updates Bumps the patch group with 6 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` | | [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.0` | `1.47.1` | | [toml_edit](https://github.com/toml-rs/toml) | `0.23.2` | `0.23.3` | | [toml](https://github.com/toml-rs/toml) | `0.9.3` | `0.9.5` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.6.0` | `2.6.1` | Updates `clap` from 4.5.41 to 4.5.42 - [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.41...clap_complete-v4.5.42) Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) Updates `tokio` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.47.1) Updates `toml_edit` from 0.23.2 to 0.23.3 - [Commits](toml-rs/toml@v0.23.2...v0.23.3) Updates `toml` from 0.9.3 to 0.9.5 - [Commits](toml-rs/toml@toml-v0.9.3...toml-v0.9.5) Updates `futures-lite` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml_edit dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: futures-lite dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> * Trigger CI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Tran <[email protected]>
1 parent 7254987 commit 06362f9

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

rust/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.

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.41", features = ["derive"] }
33+
clap = { version = "4.5.42", 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.23.2"
22+
toml_edit = "0.23.3"
2323

2424
[lints]
2525
workspace = true

rust/kcl-language-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing-subscriber = { workspace = true }
3232

3333
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3434
signal-hook = "0.3.18"
35-
tokio = { version = "1.47.0", features = ["full"] }
35+
tokio = { version = "1.47.1", features = ["full"] }
3636
tower-lsp = { version = "0.20.0", features = ["proposed"] }
3737

3838
[target.'cfg(target_arch = "wasm32")'.dependencies]

rust/kcl-lib/Cargo.toml

Lines changed: 4 additions & 4 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.41", default-features = false, optional = true, features = [
29+
clap = { version = "4.5.42", 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.9.3"
77+
toml = "0.9.5"
7878
ts-rs = { version = "11.0.1", features = [
7979
"uuid-impl",
8080
"url-impl",
@@ -94,7 +94,7 @@ zip = { workspace = true }
9494

9595
[target.'cfg(target_arch = "wasm32")'.dependencies]
9696
console_error_panic_hook = { workspace = true }
97-
futures-lite = "2.6.0"
97+
futures-lite = "2.6.1"
9898
js-sys = { version = "0.3.72" }
9999
tokio = { workspace = true, features = ["sync", "time"] }
100100
tower-lsp = { workspace = true, features = ["runtime-agnostic"] }
@@ -137,7 +137,7 @@ insta = { version = "1.43.1", features = ["json", "filters", "redactions"] }
137137
kcl-directory-test-macro = { version = "0.1", path = "../kcl-directory-test-macro" }
138138
miette = { version = "7.6.0", features = ["fancy"] }
139139
pretty_assertions = "1.4.1"
140-
tokio = { version = "1.47.0", features = ["rt-multi-thread", "macros", "time"] }
140+
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros", "time"] }
141141
twenty-twenty = "0.8.2"
142142

143143
[lints]

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.9.3"
28+
toml = "0.9.5"
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)