summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authori love my dog <50598611+ms-jpq@users.noreply.github.com>2024-03-26 22:58:54 -0700
committerGitHub <noreply@github.com>2024-03-26 22:58:54 -0700
commit9ae4d727efa6811cc5b258a59a38234d60bb7fb0 (patch)
tree0f003b55864cc8b966ba0ed39d7c273d2bdb40d2
parented27de56c4bfc1cc18478e6b91e80948b75184a3 (diff)
parent818527f446215e0d200d797ca42b3304b799562a (diff)
Merge pull request #315 from ms-jpq/dependabot/cargo/regex-1.10.4
Bump regex from 1.10.3 to 1.10.4
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d98185f..3555afb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -419,9 +419,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.3"
+version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
+checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",