summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-21 13:02:22 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-21 18:51:28 +0000
commit635a09a1083cd4249b024bb6f8fcceda4f9f1e7e (patch)
tree72d6c359a592ac01976b901d418ceb2d441e1d22 /Cargo.toml
parentb2609941c427b2a065b50cb8ddacbfde480748aa (diff)
build(deps): update rust crate regex to 1.8.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eef739652..830166697 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ pest_derive = "2.5.7"
quick-xml = "0.28.2"
rand = "0.8.5"
rayon = "1.7.0"
-regex = "1.8.0"
+regex = "1.8.1"
rust-ini = "0.18.0"
semver = "1.0.17"
serde = { version = "1.0.160", features = ["derive"] }