aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 05:01:30 +0000
committerGitHub <noreply@github.com>2023-04-24 05:01:30 +0000
commitf100e3db5a9a989085f86317f0d7fe9634b00b2d (patch)
tree2154ab8c841173eed803e653b1ffdd150e8855fd
parentMerge pull request #1108 from svenstaro/switch-to-dtolnay-rust-toolchain (diff)
downloadminiserve-f100e3db5a9a989085f86317f0d7fe9634b00b2d.tar.gz
miniserve-f100e3db5a9a989085f86317f0d7fe9634b00b2d.zip
Bump regex from 1.8.0 to 1.8.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits/1.8.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6e0f155..2efb4d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2024,9 +2024,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.0"
+version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac6cf59af1067a3fb53fbe5c88c053764e930f932be1d71d3ffe032cbe147f59"
+checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
dependencies = [
"aho-corasick 1.0.1",
"memchr",
@@ -2041,9 +2041,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "regex-syntax"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6868896879ba532248f33598de5181522d8b3d9d724dfd230911e1a7d4822f5"
+checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]]
name = "reqwest"