Skip to content

Commit d0a984e

Browse files
chore(deps): bump the crate-deps group across 1 directory with 5 updates
Bumps the crate-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.56` | | [csscolorparser](https://github.com/mazznoer/csscolorparser-rs) | `0.8.1` | `0.8.2` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | Updates `clap` from 4.5.53 to 4.5.56 - [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.53...clap_complete-v4.5.56) Updates `csscolorparser` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/mazznoer/csscolorparser-rs/releases) - [Changelog](https://github.com/mazznoer/csscolorparser-rs/blob/master/CHANGELOG.md) - [Commits](mazznoer/csscolorparser-rs@v0.8.1...v0.8.2) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crate-deps - dependency-name: csscolorparser dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crate-deps - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crate-deps - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crate-deps - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crate-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d1b516 commit d0a984e

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ rust-version = "1.85"
1515
resolver = "3"
1616

1717
[dependencies]
18-
clap = { version = "4.5.53", features = ["derive"] }
19-
csscolorparser = "0.8.1"
18+
clap = { version = "4.5.56", features = ["derive"] }
19+
csscolorparser = "0.8.2"
2020
env_logger = "0.11.8"
2121
image = { version = "0.25.9", features = ["bmp", "gif", "hdr", "ico", "jpeg", "png", "tga", "tiff", "webp", "rayon"], default-features = false }
22-
log = "0.4.28"
22+
log = "0.4.29"
2323
rayon = "1.11.0"
2424
walkdir = "2.5.0"
2525
regex = "1.12.2"
2626
strum = { version = "0.27.2", features = ["derive"] }
2727
strum_macros = "0.27.2"
28-
thiserror = "2.0.17"
28+
thiserror = "2.0.18"
2929
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }
3030

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

3434
[dev-dependencies]
3535
fs_extra = "1.3.0"
36-
tempfile = "3.23.0"
36+
tempfile = "3.24.0"
3737
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }

0 commit comments

Comments
 (0)