Merge pull request #21 from zoni/dependabot/cargo/regex-1.4.6

Bump regex from 1.4.5 to 1.4.6
This commit is contained in:
Nick Groenen 2021-04-26 12:41:05 +02:00 committed by GitHub
commit 5ff990ca20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -484,9 +484,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.5"
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -34,7 +34,7 @@ percent-encoding = "2.1.0"
pulldown-cmark = "0.8.0"
pulldown-cmark-to-cmark = "6.0.0"
rayon = "1.5.0"
regex = "1.4.5"
regex = "1.4.6"
serde_yaml = "0.8.17"
slug = "0.1.4"
snafu = "0.6.10"