File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ version = "2.0.1"
88source = " registry+https://github.com/rust-lang/crates.io-index"
99checksum = " 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
1010
11+ [[package ]]
12+ name = " aho-corasick"
13+ version = " 1.1.4"
14+ source = " registry+https://github.com/rust-lang/crates.io-index"
15+ checksum = " ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16+ dependencies = [
17+ " memchr" ,
18+ ]
19+
1120[[package ]]
1221name = " aigitcommit"
1322version = " 1.7.0"
@@ -20,6 +29,7 @@ dependencies = [
2029 " cliclack" ,
2130 " git2" ,
2231 " log" ,
32+ " regex" ,
2333 " reqwest" ,
2434 " serde" ,
2535 " serde_json" ,
@@ -1749,6 +1759,35 @@ dependencies = [
17491759 " bitflags" ,
17501760]
17511761
1762+ [[package ]]
1763+ name = " regex"
1764+ version = " 1.12.2"
1765+ source = " registry+https://github.com/rust-lang/crates.io-index"
1766+ checksum = " 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1767+ dependencies = [
1768+ " aho-corasick" ,
1769+ " memchr" ,
1770+ " regex-automata" ,
1771+ " regex-syntax" ,
1772+ ]
1773+
1774+ [[package ]]
1775+ name = " regex-automata"
1776+ version = " 0.4.13"
1777+ source = " registry+https://github.com/rust-lang/crates.io-index"
1778+ checksum = " 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1779+ dependencies = [
1780+ " aho-corasick" ,
1781+ " memchr" ,
1782+ " regex-syntax" ,
1783+ ]
1784+
1785+ [[package ]]
1786+ name = " regex-syntax"
1787+ version = " 0.8.8"
1788+ source = " registry+https://github.com/rust-lang/crates.io-index"
1789+ checksum = " 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1790+
17521791[[package ]]
17531792name = " reqwest"
17541793version = " 0.12.24"
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ tracing-subscriber = "0.3"
3636arboard = " 3.6"
3737tabled = " 0.20"
3838cliclack = " 0.3.6"
39+ regex = " 1.12.2"
3940
4041[[bin ]]
4142name = " aigitcommit"
You can’t perform that action at this time.
0 commit comments