aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-26 05:01:46 +0000
committerGitHub <noreply@github.com>2023-05-26 05:01:46 +0000
commit905250752c595b75a9bc2718fb76e9b4e2bde532 (patch)
tree860d6171a4e2601efbe21dbfdd8b4701cd9ba8ba
parentBump deps (diff)
downloadminiserve-905250752c595b75a9bc2718fb76e9b4e2bde532.tar.gz
miniserve-905250752c595b75a9bc2718fb76e9b4e2bde532.zip
Bump regex from 1.8.2 to 1.8.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. - [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/compare/1.8.2...1.8.3) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5905073..7c3b119 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1960,9 +1960,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.2"
+version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
+checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
dependencies = [
"aho-corasick 1.0.1",
"memchr",