Skip to content

Commit c2da35a

Browse files
authored
group image and color_quant update (#1750)
1 parent 49488b0 commit c2da35a

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
patterns:
1212
- "gix"
1313
- "gix-*"
14+
image:
15+
patterns:
16+
- "image"
17+
- "color_quant"
1418
schedule:
1519
interval: "weekly"
1620
open-pull-requests-limit: 10

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ gix = { version = "0.83.0", default-features = false, features = [
3838
] }
3939
globset = "0.4.18"
4040
human-panic = "2.0.8"
41-
image = { version = "0.25.10", default-features = false, features = [
42-
"color_quant",
43-
"jpeg",
44-
"png",
45-
"webp",
46-
] }
41+
image = { version = "0.25.10", default-features = false }
4742
num-format = "0.4.4"
4843
onefetch-ascii = { path = "ascii", version = "2.27.1" }
4944
onefetch-image = { path = "image", version = "2.27.1" }

0 commit comments

Comments
 (0)