Skip to content

Commit

Permalink
Merge pull request #877 from andrewdavidmackenzie/dependabot/cargo/cl…
Browse files Browse the repository at this point in the history
…ap-4.5.31

Bump clap from 4.5.30 to 4.5.31
  • Loading branch information
andrewdavidmackenzie authored Feb 25, 2025
2 parents 17353cd + 48f4aa0 commit 69a5680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 piggui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde_json = { version = "1.0.139", default-features = false, features = ["std"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rfd = "0.15.2"
clap = { version = "4.5.30", default-features = false, features = ["std", "help", "error-context"] }
clap = { version = "4.5.31", default-features = false, features = ["std", "help", "error-context"] }

# Optional dependencies
iroh = { version = "0.32", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion piglet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio = { version = "1.43", default-features = false, features = ["time", "rt",
log = { version = "0.4.26", default-features = false }
sysinfo = { version = "0.33", default-features = false, features = ["system"] }
service-manager = { version = "0.7.1", default-features = false }
clap = { version = "4.5.30", default-features = false, features = ["std", "help", "error-context"] }
clap = { version = "4.5.31", default-features = false, features = ["std", "help", "error-context"] }
# for config serialization to/from file
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

Expand Down

0 comments on commit 69a5680

Please sign in to comment.