Skip to content

Commit

Permalink
Merge pull request #194 from Shopify/dependabot/cargo/clap-4.4.6
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.3.23 to 4.4.6
  • Loading branch information
jacobsteves authored Oct 24, 2023
2 parents fbf1988 + e76c7c6 commit 497a1ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wasmtime-wasi = "=8.0.1"
wasi-common = "=8.0.1"
deterministic-wasi-ctx = "=0.1.14"
anyhow = "1.0"
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
serde_json = "1.0"
colored = "2.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.69.0"
channel = "1.70.0"
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy" ]

0 comments on commit 497a1ee

Please sign in to comment.