Skip to content

Commit

Permalink
chore(deps): update rust crate regex to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2022
1 parent ec3be51 commit e71742e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Expand Up @@ -84,7 +84,7 @@ rss = "2.0"
jsonfeed = "0.2"
pulldown-cmark = {version="0.9", default-features = false}
engarde = { version = "0.1", path = "crates/engarde" }
regex = "1.6"
regex = "1.7"
failure = "0.1"
exitfailure = "0.5"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ preview_unstable = []
liquid-core = "0.26"
time = "0.3"
log = "0.4"
regex = "1.6"
regex = "1.7"
serde = "1.0"
serde_yaml = "0.9"
relative-path = { version = "1", features = ["serde"] }
Expand Down

0 comments on commit e71742e

Please sign in to comment.