File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ dependencies = [
629
629
"itertools",
630
630
"pulldown-cmark",
631
631
"quine-mc_cluskey",
632
- "regex-syntax",
632
+ "regex-syntax 0.7.1 ",
633
633
"rustc-semver",
634
634
"semver",
635
635
"serde",
@@ -2866,7 +2866,7 @@ checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2866
2866
dependencies = [
2867
2867
"aho-corasick",
2868
2868
"memchr",
2869
- "regex-syntax",
2869
+ "regex-syntax 0.6.26 ",
2870
2870
]
2871
2871
2872
2872
[[package]]
@@ -2875,7 +2875,7 @@ version = "0.1.10"
2875
2875
source = "registry+https://github.com/rust-lang/crates.io-index"
2876
2876
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2877
2877
dependencies = [
2878
- "regex-syntax",
2878
+ "regex-syntax 0.6.26 ",
2879
2879
]
2880
2880
2881
2881
[[package]]
@@ -2893,6 +2893,12 @@ version = "0.6.26"
2893
2893
source = "registry+https://github.com/rust-lang/crates.io-index"
2894
2894
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2895
2895
2896
+ [[package]]
2897
+ name = "regex-syntax"
2898
+ version = "0.7.1"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
2901
+
2896
2902
[[package]]
2897
2903
name = "remote-test-client"
2898
2904
version = "0.1.0"
You can’t perform that action at this time.
0 commit comments