Skip to content

Commit

Permalink
Merge pull request #44 from aokellermann/dependabot/cargo/clap-4.5.20
Browse files Browse the repository at this point in the history
Bump clap from 4.5.15 to 4.5.20
  • Loading branch information
aokellermann authored Oct 31, 2024
2 parents a62680c + 779c498 commit 96be254
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 crates/docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ license = "MIT"
[dependencies]
sway-scratch = { path = "../sway-scratch" }
clap_mangen = "0.2.24"
clap = { version = "4.5.15" }
clap = { version = "4.5.20" }
2 changes: 1 addition & 1 deletion crates/sway-scratch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "MIT"

[dependencies]
async-std = { version = "1.13.0", features = ["attributes"] }
clap = { version = "4.5.15", features = ["derive", "string"] }
clap = { version = "4.5.20", features = ["derive", "string"] }
swayipc-async = "2.0.1"

0 comments on commit 96be254

Please sign in to comment.