Skip to content

Commit

Permalink
build(deps): bump the cargo group with 4 updates (#121)
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), [toml](https://github.com/toml-rs/toml) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.11 to 4.5.13
- [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.11...v4.5.13)

Updates `serde_json` from 1.0.121 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.122)

Updates `toml` from 0.8.16 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.16...toml-v0.8.19)

Updates `clap_complete` from 4.5.11 to 4.5.12
- [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.11...clap_complete-v4.5.12)

---
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: toml
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 103d6c1 commit f7886c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 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,19 +9,19 @@ repository = "https://github.com/0xk1f0/rwpspread"
license = "GPL-3.0-only"

[dependencies]
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
glob = "0.3.1"
image = "0.25.2"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rayon = "1.10.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
serde_json = "1.0.122"
smithay-client-toolkit = { version = "0.19.2", default_features = false, features = [ "calloop" ] }
toml = "0.8.16"
toml = "0.8.19"

[build-dependencies]
clap = { version = "4.5.11", features = ["derive"] }
clap_complete = "4.5.11"
clap = { version = "4.5.13", features = ["derive"] }
clap_complete = "4.5.12"
clap_mangen = "0.2.23"
serde = { version = "1.0.204", features = ["derive"] }

Expand Down

0 comments on commit f7886c7

Please sign in to comment.