Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/clap_mangen-0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann authored Jan 2, 2024
2 parents 34558b2 + f8314b3 commit 7c85e83
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 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.10" }
clap = { version = "4.4.12" }
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.10", features = ["derive", "string"] }
clap = { version = "4.4.12", features = ["derive", "string"] }
swayipc-async = "2.0.1"

0 comments on commit 7c85e83

Please sign in to comment.