Skip to content

Commit b2152a5

Browse files
Bump the minor group across 1 directory with 25 updates (#7491)
* Bump the minor group across 1 directory with 25 updates Bumps the minor group with 25 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [bson](https://github.com/mongodb/bson-rust) | `2.14.0` | `2.15.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.40` | | [miette](https://github.com/zkat/miette) | `7.5.0` | `7.6.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.24.1` | `0.24.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.17.0` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.24` | `0.22.26` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.103` | | [signal-hook](https://github.com/vorner/signal-hook) | `0.3.17` | `0.3.18` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.20` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.20.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.19.0` | `3.20.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.10` | `0.7.11` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.26.2` | `0.27.0` | | [expectorate](https://github.com/oxidecomputer/expectorate) | `1.1.0` | `1.2.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.2` | `1.43.1` | | [twenty-twenty](https://github.com/kittycad/twenty-twenty) | `0.8.1` | `0.8.2` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` | Updates `bson` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](mongodb/bson-rust@v2.14.0...v2.15.0) Updates `clap` from 4.5.36 to 4.5.40 - [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.36...clap_complete-v4.5.40) Updates `miette` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/commits/miette-derive-v7.6.0) Updates `pyo3` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) Updates `tokio` from 1.44.2 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) Updates `uuid` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) Updates `toml_edit` from 0.22.24 to 0.22.26 - [Commits](toml-rs/toml@v0.22.24...v0.22.26) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `syn` from 2.0.100 to 2.0.103 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.100...2.0.103) Updates `signal-hook` from 0.3.17 to 0.3.18 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.3.17...v0.3.18) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `reqwest` from 0.12.15 to 0.12.20 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.20) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `tabled` from 0.18.0 to 0.20.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `tempfile` from 3.19.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.0...v3.20.0) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) Updates `tynm` from 0.1.10 to 0.2.0 - [Release notes](https://github.com/azriel91/tynm/releases) - [Changelog](https://github.com/azriel91/tynm/blob/main/CHANGELOG.md) - [Commits](azriel91/tynm@0.1.10...0.2.0) Updates `winnow` from 0.7.10 to 0.7.11 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.10...v0.7.11) Updates `tokio-tungstenite` from 0.26.2 to 0.27.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.27.0) Updates `expectorate` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/oxidecomputer/expectorate/releases) - [Commits](oxidecomputer/expectorate@v1.1.0...v1.2.0) Updates `insta` from 1.42.2 to 1.43.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.2...1.43.1) Updates `twenty-twenty` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/kittycad/twenty-twenty/releases) - [Commits](https://github.com/kittycad/twenty-twenty/commits/v0.8.2) Updates `data-encoding` from 2.8.0 to 2.9.0 - [Commits](ia0/data-encoding@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: bson dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: miette dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml_edit dependency-version: 0.22.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-version: 2.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: signal-hook dependency-version: 0.3.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: reqwest dependency-version: 0.12.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tabled dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tynm dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: winnow dependency-version: 0.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio-tungstenite dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: expectorate dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: twenty-twenty dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: data-encoding dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update snapshots * Update snapshots --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 832bf77 commit b2152a5

File tree

11 files changed

+283
-284
lines changed

11 files changed

+283
-284
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ debug = "line-tables-only"
2929
[workspace.dependencies]
3030
async-trait = "0.1.88"
3131
anyhow = { version = "1" }
32-
bson = { version = "2.13.0", features = ["uuid-1", "chrono"] }
33-
clap = { version = "4.5.36", features = ["derive"] }
32+
bson = { version = "2.15.0", features = ["uuid-1", "chrono"] }
33+
clap = { version = "4.5.40", features = ["derive"] }
3434
console_error_panic_hook = "0.1.7"
3535
dashmap = { version = "6.1.0" }
3636
http = "1"
3737
indexmap = "2.9.0"
3838
kittycad = { version = "0.3.37", default-features = false, features = ["js", "requests"] }
3939
kittycad-modeling-cmds = { version = "0.2.123", features = ["ts-rs", "websocket"] }
4040
lazy_static = "1.5.0"
41-
miette = "7.5.0"
42-
pyo3 = { version = "0.24.1" }
41+
miette = "7.6.0"
42+
pyo3 = { version = "0.24.2" }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = { version = "1" }
4545
slog = "2.7.0"

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.16"
22+
toml_edit = "0.22.26"
2323

2424
[lints]
2525
workspace = true

rust/kcl-derive-docs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
[dependencies]
1515
proc-macro2 = "1"
1616
quote = "1"
17-
syn = { version = "2.0.96", features = ["full"] }
17+
syn = { version = "2.0.103", features = ["full"] }
1818

1919
[lints]
2020
workspace = true

rust/kcl-directory-test-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
convert_case = "0.8.0"
1515
proc-macro2 = "1"
1616
quote = "1"
17-
syn = { version = "2.0.96", features = ["full"] }
17+
syn = { version = "2.0.103", features = ["full"] }
1818

1919
[lints]
2020
workspace = true

rust/kcl-language-server-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
[dependencies]
1515
anyhow = { workspace = true }
1616
clap = { workspace = true, features = ["cargo", "derive", "env", "unicode"] }
17-
flate2 = "1.1.1"
17+
flate2 = "1.1.2"
1818
lazy_static = { workspace = true }
1919
log = { version = "0.4.27", features = ["serde"] }
2020
slog = { workspace = true }

rust/kcl-language-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ slog-term = { workspace = true }
3131
tracing-subscriber = { workspace = true }
3232

3333
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
34-
signal-hook = "0.3.17"
35-
tokio = { version = "1.44.2", features = ["full"] }
34+
signal-hook = "0.3.18"
35+
tokio = { version = "1.45.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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ async-recursion = "1.1.1"
2525
async-trait = { workspace = true }
2626
base64 = "0.22.1"
2727
bson = { workspace = true }
28-
chrono = "0.4.38"
29-
clap = { version = "4.5.36", default-features = false, optional = true, features = [
28+
chrono = "0.4.41"
29+
clap = { version = "4.5.40", default-features = false, optional = true, features = [
3030
"std",
3131
"derive",
3232
] }
@@ -42,7 +42,7 @@ gltf-json = "1.4.1"
4242
http = { workspace = true }
4343
image = { version = "0.25.6", default-features = false, features = ["png"] }
4444
indexmap = { workspace = true, features = ["serde", "rayon"] }
45-
itertools = "0.13.0"
45+
itertools = "0.14.0"
4646
kcl-derive-docs = { version = "0.1", path = "../kcl-derive-docs" }
4747
kittycad = { workspace = true }
4848
kittycad-modeling-cmds = { workspace = true }
@@ -70,11 +70,11 @@ schemars = { version = "0.8.17", features = [
7070
] }
7171
serde = { workspace = true }
7272
serde_json = { workspace = true }
73-
sha2 = "0.10.8"
74-
tabled = { version = "0.18.0", optional = true }
75-
tempfile = "3.19"
73+
sha2 = "0.10.9"
74+
tabled = { version = "0.20.0", optional = true }
75+
tempfile = "3.20"
7676
thiserror = "2.0.0"
77-
toml = "0.8.19"
77+
toml = "0.8.22"
7878
ts-rs = { version = "10.1.0", features = [
7979
"uuid-impl",
8080
"url-impl",
@@ -83,7 +83,7 @@ ts-rs = { version = "10.1.0", features = [
8383
"no-serde-warnings",
8484
"serde-json-impl",
8585
] }
86-
tynm = "0.1.10"
86+
tynm = "0.2.0"
8787
url = { version = "2.5.4", features = ["serde"] }
8888
uuid = { workspace = true, features = ["v4", "v5", "js", "serde"] }
8989
validator = { version = "0.20.0", features = ["derive"] }
@@ -106,7 +106,7 @@ web-sys = { version = "0.3.76", features = ["console"] }
106106

107107
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
108108
tokio = { workspace = true, features = ["full"] }
109-
tokio-tungstenite = { version = "0.26.2", features = [
109+
tokio-tungstenite = { version = "0.27.0", features = [
110110
"rustls-tls-native-roots",
111111
] }
112112
tower-lsp = { workspace = true, features = ["proposed", "default"] }
@@ -130,15 +130,15 @@ tabled = ["dep:tabled"]
130130
approx = "0.5"
131131
base64 = "0.22.1"
132132
criterion = { version = "0.6.0", features = ["async_tokio"] }
133-
expectorate = "1.1.0"
133+
expectorate = "1.2.0"
134134
handlebars = "6.3.2"
135135
image = { version = "0.25.6", default-features = false, features = ["png"] }
136-
insta = { version = "1.42.2", features = ["json", "filters", "redactions"] }
136+
insta = { version = "1.43.1", features = ["json", "filters", "redactions"] }
137137
kcl-directory-test-macro = { version = "0.1", path = "../kcl-directory-test-macro" }
138-
miette = { version = "7.5.0", features = ["fancy"] }
138+
miette = { version = "7.6.0", features = ["fancy"] }
139139
pretty_assertions = "1.4.1"
140-
tokio = { version = "1.44.2", features = ["rt-multi-thread", "macros", "time"] }
141-
twenty-twenty = "0.8.0"
140+
tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros", "time"] }
141+
twenty-twenty = "0.8.2"
142142

143143
[lints]
144144
workspace = true

0 commit comments

Comments
 (0)