Skip to content

Commit

Permalink
chore: release dep updates (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran authored Aug 19, 2024
2 parents b6892ef + 9059e9f commit 26b5cbe
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 298 deletions.
18 changes: 10 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
timezone: "Etc/UTC"
time: "03:00"
interval: "monthly"
target-branch: "develop"
assignees:
- "calteran"
groups:
crate-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
timezone: "Etc/UTC"
time: "03:00"
interval: "monthly"
target-branch: "develop"
assignees:
- "calteran"
groups:
actions-deps:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: configure toolchain
run: rustup toolchain install stable --profile minimal
- name: run deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2
- name: run machete
uses: bnjbvr/cargo-machete@main
- name: format
Expand Down
32 changes: 13 additions & 19 deletions Cargo.lock

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

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

[dependencies]
clap = { version = "4.5.8", features = ["derive"] }
csscolorparser = "0.6.2"
image = "0.25.1"
clap = { version = "4.5.16", features = ["derive"] }
csscolorparser = "0.7.0"
image = "0.25.2"
junk_file = "0.1.1"
rayon = "1.10.0"
Loading

0 comments on commit 26b5cbe

Please sign in to comment.