Skip to content

Commit b746eb7

Browse files
Bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [serde_json](https://github.com/serde-rs/json) and [clap](https://github.com/clap-rs/clap). Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `clap` from 4.5.26 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.28) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd2fbad commit b746eb7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ anyhow = "1.0"
1919
lazy_static = { version = "1.5" }
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
22-
clap = { version = "4.5.26", features = ["derive"] }
22+
clap = { version = "4.5.28", features = ["derive"] }
2323
pretty_env_logger = "0.5.0"

0 commit comments

Comments
 (0)