Skip to content

Commit f1f9731

Browse files
committed
fix(deps): update rust crate clap to v4.5.3
1 parent 485ea23 commit f1f9731

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

crates/monorepo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ name = "monorepo"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
clap = { version = "=4.5.2", features = ["cargo", "derive"] }
19+
clap = { version = "=4.5.3", features = ["cargo", "derive"] }
2020
serde_json = { version = "=1.0.114", features = ["preserve_order"] }
2121
typescript_tools = { path = "../typescript_tools" }

0 commit comments

Comments
 (0)