Skip to content

Commit

Permalink
Merge pull request #18 from aokellermann/dependabot/cargo/clap-4.4.16
Browse files Browse the repository at this point in the history
Bump clap from 4.4.13 to 4.4.16
  • Loading branch information
aokellermann authored Jan 15, 2024
2 parents 0c7bf8e + 7f670c8 commit e70b027
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.16"
clap = { version = "4.4.13" }
clap = { version = "4.4.16" }
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.12.0", features = ["attributes"] }
clap = { version = "4.4.13", features = ["derive", "string"] }
clap = { version = "4.4.16", features = ["derive", "string"] }
swayipc-async = "2.0.1"

0 comments on commit e70b027

Please sign in to comment.