Skip to content

Commit

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

Bump clap from 4.5.29 to 4.5.30
  • Loading branch information
andrewdavidmackenzie authored Feb 18, 2025
2 parents c6e3b34 + 8f4f8c8 commit 0ca44ea
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.138", default-features = false, features = ["std"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rfd = "0.15.2"
clap = { version = "4.5.29", default-features = false, features = ["std", "help", "error-context"] }
clap = { version = "4.5.30", 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.25", default-features = false }
sysinfo = { version = "0.33.1", default-features = false, features = ["system"] }
service-manager = { version = "0.7.1", default-features = false }
clap = { version = "4.5.29", default-features = false, features = ["std", "help", "error-context"] }
clap = { version = "4.5.30", default-features = false, features = ["std", "help", "error-context"] }
# for config serialization to/from file
serde_json = { version = "1.0.138", default-features = false, features = ["std"] }

Expand Down

0 comments on commit 0ca44ea

Please sign in to comment.