Skip to content

Commit

Permalink
build(deps): bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json), [clap_complete](https://github.com/clap-rs/clap) and [clap_mangen](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.7 to 4.5.8
- [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.7...v4.5.8)

Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

Updates `clap_complete` from 4.5.6 to 4.5.7
- [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.6...clap_complete-v4.5.7)

Updates `clap_mangen` from 0.2.21 to 0.2.22
- [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_mangen-v0.2.21...clap_mangen-v0.2.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent fef7d30 commit 0a6c7ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ repository = "https://github.com/0xk1f0/rwpspread"
license = "GPL-3.0-only"

[dependencies]
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }
glob = "0.3.1"
image = "0.25.1"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rayon = "1.10.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.119"
smithay-client-toolkit = { version = "0.19.1", default_features = false, features = [ "calloop" ] }
toml = "0.8.14"

[build-dependencies]
clap = { version = "4.5.7", features = ["derive"] }
clap_complete = "4.5.6"
clap_mangen = "0.2.21"
clap = { version = "4.5.8", features = ["derive"] }
clap_complete = "4.5.7"
clap_mangen = "0.2.22"
serde = { version = "1.0.203", features = ["derive"] }

# makes image lib faster for dev
Expand Down

0 comments on commit 0a6c7ef

Please sign in to comment.