Skip to content

Commit

Permalink
chore(deps): bump clap from 4.3.18 to 4.3.23 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.18 to 4.3.23.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.18...v4.3.23)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 58ecf98 commit a4b48d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_derive = "1.0.164"
thiserror = "1.0.44"
specta = "1.0.5"
tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] }
clap = { version = "4.3.18", features = ["derive"] }
clap = { version = "4.3.23", features = ["derive"] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit a4b48d5

Please sign in to comment.