Skip to content

Commit

Permalink
Update to regex 1.10
Browse files Browse the repository at this point in the history
Gets Default for RegexSet from
<rust-lang/regex#905>
which should make Options a little simpler
  • Loading branch information
sourcefrog committed Nov 25, 2023
1 parent 7269049 commit 56c3b17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Expand Up @@ -49,6 +49,7 @@ nix = "0.27"
patch = "0.7"
path-slash = "0.2"
quote = "1.0"
regex = "1.10"
serde_json = "1"
similar = "2.0"
subprocess = "0.2.8"
Expand All @@ -60,9 +61,6 @@ tracing-appender = "0.2"
tracing-subscriber = "0.3"
whoami = "1.2"

[dependencies.regex]
version = "1.5"

[dependencies.cp_r]
version = "0.5.1"

Expand Down

0 comments on commit 56c3b17

Please sign in to comment.