Skip to content

Commit

Permalink
update convert_case crate
Browse files Browse the repository at this point in the history
Summary: as title

Reviewed By: highker

Differential Revision: D62524339

fbshipit-source-id: 622b4c54e5dc46e1965618a9eb4aebedb6a7f40a
  • Loading branch information
Gabriel Drummond-Cole authored and facebook-github-bot committed Sep 12, 2024
1 parent 2d65ac6 commit dd35bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test = false
anyhow = "1.0.86"
attr_parser = { path = "../attr_parser" }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
convert_case = "0.4.0"
convert_case = "0.6"
derive_more = { version = "1.0.0", features = ["full"] }
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down

0 comments on commit dd35bbb

Please sign in to comment.