Skip to content

Commit f2b5eeb

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), kcl-test-server and [regex](https://github.com/rust-lang/regex). Updates `clap` from 4.5.54 to 4.5.57 - [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.54...clap_complete-v4.5.57) Updates `kcl-test-server` from 0.1.124 to 0.1.125 Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: kcl-test-server dependency-version: 0.1.125 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 441a2bd commit f2b5eeb

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = { version = "1", features = ["backtrace"] }
1313
async-trait = "0.1.88"
1414
base64 = "0.22.1"
1515
chrono = { version = "0.4", default-features = false, features = ["serde"] }
16-
clap = { version = "4.5.50", features = [
16+
clap = { version = "4.5.57", features = [
1717
"cargo",
1818
"derive",
1919
"env",
@@ -38,7 +38,7 @@ image = { version = "0.25", default-features = false, features = [
3838
] }
3939
itertools = "0.12.1"
4040
kcl-lib = { version = "=0.2.124", features = ["disable-println"] }
41-
kcl-test-server = "=0.1.124"
41+
kcl-test-server = "=0.1.125"
4242
kittycad = { version = "0.4.6", features = [
4343
"clap",
4444
"tabled",

cli-macro-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ openapitor = { git = "https://github.com/KittyCAD/kittycad.rs", branch = "main"
1212
openapiv3 = "2"
1313
proc-macro2 = "1"
1414
quote = "1"
15-
regex = "1.11"
15+
regex = "1.12"
1616
rustfmt-wrapper = "^0.2"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1"

0 commit comments

Comments
 (0)