Skip to content

Commit

Permalink
chore(deps): bump the crate-deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the crate-deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image), [thiserror](https://github.com/dtolnay/thiserror) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `image` from 0.25.4 to 0.25.5
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.4...v0.25.5)

Updates `thiserror` from 1.0.66 to 2.0.3
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.66...2.0.3)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crate-deps
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crate-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crate-deps
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crate-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 2306aa9 commit 635b06a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 36 deletions.
81 changes: 49 additions & 32 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ exclude = ["samples/", ".github/"]
rust-version = "1.75.0"

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
csscolorparser = "0.7.0"
env_logger = "0.11.5"
image = { version = "0.25.4", features = ["rayon"] }
image = { version = "0.25.5", features = ["rayon"] }
log = "0.4.22"
rayon = "1.10.0"
walkdir = "2.5.0"
regex = "1.11.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
thiserror = "1.0.66"
thiserror = "2.0.3"
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

[dev-dependencies]
fs_extra = "1.3.0"
tempfile = "3.13.0"
tempfile = "3.14.0"
xxhash-rust = { version = "0.8.12", features = ["xxh3"] }

0 comments on commit 635b06a

Please sign in to comment.