Skip to content

Commit fc7de35

Browse files
Carlos Fernandezfacebook-github-bot
authored andcommitted
Update clap (4.5.41 -> 4.5.42) /clap_complete (4.5.50 -> 4.5.55)
Summary: X-link: meta-pytorch/monarch#766 @public Update clap (4.5.41 -> 4.5.42) /clap_complete (4.5.50 -> 4.5.55) Reviewed By: cjlongoria, jsgf Differential Revision: D79668462 fbshipit-source-id: 3ac0d5b90bf20733812cf3bb9e5f7b269f53d71b
1 parent cdf39ec commit fc7de35

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/pyrefly_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1.0.98"
13-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
13+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1414
configparser = { version = "3.0.3", features = ["indexmap"] }
1515
convert_case = "0.6"
1616
dupe = "0.9.1"

pyrefly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "bin/main.rs"
1919
anstream = "0.6.11"
2020
anyhow = "1.0.98"
2121
blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] }
22-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
22+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2323
crossbeam-channel = "0.5.15"
2424
dupe = "0.9.1"
2525
enum-iterator = "2.1"

0 commit comments

Comments
 (0)