Skip to content

Commit

Permalink
build: take targeted dependency updates (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Jun 24, 2024
1 parent ce91eae commit d03d724
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ updates:
github-actions:
patterns:
- "*"
ignore:
# For now, ignore updates to clap/assert_cmd to avoid requiring an MSRV update.
# Once we're okay bumping past 1.72.0, then we should remove these lines.
# Until then, we should carefully review upstream changes for these dependencies
# to identify any critical issues.
- dependency-name: "clap"
- dependency-name: "assert_cmd"

- package-ecosystem: "cargo"
directory: "/"
Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fancy-regex = "0.13.0"
futures = "0.3.30"
hostname = "0.4.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
os_pipe = { version = "1.1.5", features = ["io_safety"] }
rand = "0.8.5"
thiserror = "1.0.61"
Expand Down

0 comments on commit d03d724

Please sign in to comment.