Merge pull request #908 from sunface/dependabot/cargo/assets/rustlings-zh/regex-1.5.5

chore(deps): bump regex from 1.5.4 to 1.5.5 in /assets/rustlings-zh
pull/909/head
Sunface 2 years ago committed by GitHub
commit 1f29898152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -524,9 +524,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.5.4"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"aho-corasick",
"memchr",

@ -10,7 +10,7 @@ indicatif = "0.10.3"
console = "0.7.7"
notify = "4.0.15"
toml = "0.4.10"
regex = "1.1.6"
regex = "1.5.5"
serde = {version = "1.0.10", features = ["derive"]}
[[bin]]

Loading…
Cancel
Save