Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 3.2.23
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 036ff8d commit c4fbe63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 74 deletions.
84 changes: 11 additions & 73 deletions tools/label-dumpling/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/label-dumpling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
octocrab = "0.8"
clap = "3.0.0-beta.2"
clap = "3.2.23"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit c4fbe63

Please sign in to comment.