Skip to content

Commit

Permalink
bump min regex crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Dec 15, 2022
1 parent dc49f62 commit 741dcd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: deps
# this action tests that minimal possible semver versions are correct,
# if it fails, there's probably minimal dependency version needs to be bumped
name: minimal-dep-check-ignore-this

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ linkify = { version = ">= 0.5.0, < 0.10", optional = true }
mdurl = ">= 0.3.1, < 0.4"
once_cell = ">= 1.0.1, < 2"
readonly = ">= 0.2.0, < 0.3"
regex = ">= 0.2.0, < 2"
regex = ">= 1.0.0, < 2"
stacker = ">= 0.1.2, < 0.2"
syntect = { version = ">= 5.0.0, < 6", optional = true, default-features = false, features = ["default-fancy"] }
unicode-general-category = ">= 0.1.0, < 0.7"

0 comments on commit 741dcd4

Please sign in to comment.