Skip to content

Commit 0fbfea8

Browse files
Bump the minor group across 1 directory with 8 updates
Bumps the minor group with 8 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` | | [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `2.6.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.4` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.26.2` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` | Updates `indexmap` from 2.8.0 to 2.9.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.9.0) Updates `zip` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.4.2...v2.6.1) 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 `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 `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.6.24 to 0.7.4 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.4) Updates `tokio-tungstenite` from 0.24.0 to 0.26.2 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.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: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: zip dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor 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: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor 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.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-tungstenite dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor 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] <[email protected]>
1 parent bd4bad0 commit 0fbfea8

File tree

4 files changed

+54
-48
lines changed

4 files changed

+54
-48
lines changed

Diff for: rust/Cargo.lock

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

Diff for: rust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bson = { version = "2.13.0", features = ["uuid-1", "chrono"] }
3333
clap = { version = "4.5.36", features = ["derive"] }
3434
dashmap = { version = "6.1.0" }
3535
http = "1"
36-
indexmap = "2.7.0"
36+
indexmap = "2.9.0"
3737
kittycad = { version = "0.3.36", default-features = false, features = ["js", "requests"] }
3838
kittycad-modeling-cmds = { version = "0.2.114", features = ["ts-rs", "websocket"] }
3939
lazy_static = "1.5.0"
@@ -49,7 +49,7 @@ tokio = { version = "1" }
4949
tower-lsp = { version = "0.20.0", default-features = false }
5050
tracing-subscriber = { version = "0.3.19", features = ["registry", "std", "fmt", "smallvec", "ansi", "tracing-log", "json"] }
5151
uuid = { version = "1", features = ["v4", "serde"] }
52-
zip = { version = "2.4.2", default-features = false }
52+
zip = { version = "2.6.1", default-features = false }
5353

5454
[workspace.lints.clippy]
5555
assertions_on_result_states = "warn"

Diff for: rust/kcl-lib/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gltf-json = "1.4.1"
4141
http = { workspace = true }
4242
image = { version = "0.25.6", default-features = false, features = ["png"] }
4343
indexmap = { workspace = true, features = ["serde"] }
44-
itertools = "0.13.0"
44+
itertools = "0.14.0"
4545
kcl-derive-docs = { version = "0.1", path = "../kcl-derive-docs" }
4646
kittycad = { workspace = true }
4747
kittycad-modeling-cmds = { workspace = true }
@@ -80,12 +80,12 @@ ts-rs = { version = "10.1.0", features = [
8080
"no-serde-warnings",
8181
"serde-json-impl",
8282
] }
83-
tynm = "0.1.10"
83+
tynm = "0.2.0"
8484
url = { version = "2.5.4", features = ["serde"] }
8585
uuid = { workspace = true, features = ["v4", "v5", "js", "serde"] }
8686
validator = { version = "0.20.0", features = ["derive"] }
8787
web-time = "1.1"
88-
winnow = "=0.6.24"
88+
winnow = "=0.7.4"
8989
zip = { workspace = true }
9090

9191
[target.'cfg(target_arch = "wasm32")'.dependencies]
@@ -101,7 +101,7 @@ web-sys = { version = "0.3.76", features = ["console"] }
101101
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
102102
instant = "0.1.13"
103103
tokio = { workspace = true, features = ["full"] }
104-
tokio-tungstenite = { version = "0.24.0", features = [
104+
tokio-tungstenite = { version = "0.26.2", features = [
105105
"rustls-tls-native-roots",
106106
] }
107107
tower-lsp = { workspace = true, features = ["proposed", "default"] }

Diff for: rust/kcl-wasm-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
[target.'cfg(target_arch = "wasm32")'.dependencies]
1414
bson = { workspace = true, features = ["uuid-1", "chrono"] }
1515
console_error_panic_hook = "0.1.7"
16-
data-encoding = "2.6.0"
16+
data-encoding = "2.9.0"
1717
futures = "0.3.31"
1818
# Enable the feature in a transitive dependency.
1919
getrandom_2 = { package = "getrandom", version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)