File tree Expand file tree Collapse file tree 1 file changed +16
-24
lines changed Expand file tree Collapse file tree 1 file changed +16
-24
lines changed Original file line number Diff line number Diff line change 2323 ] ,
2424 matchPackageNames : [
2525 'futures' ,
26- ] ,
27- matchPackagePrefixes : [
28- 'futures-' ,
29- 'futures_' ,
26+ 'futures-{/,}**' ,
27+ 'futures_{/,}**' ,
3028 ] ,
3129 } ,
3230 {
3735 ] ,
3836 matchPackageNames : [
3937 'serde' ,
40- ] ,
41- matchPackagePrefixes : [
42- 'serde-' ,
43- 'serde_' ,
38+ 'serde-{/,}**' ,
39+ 'serde_{/,}**' ,
4440 ] ,
4541 } ,
4642 {
4945 matchManagers : [
5046 'cargo' ,
5147 ] ,
52- matchSourceUrlPrefixes : [
53- 'https://github.com/hyperium/tonic' ,
54- 'https://github.com/tokio-rs/prost' ,
48+ matchSourceUrls : [
49+ 'https://github.com/hyperium/tonic{/,}** ' ,
50+ 'https://github.com/tokio-rs/prost{/,}** ' ,
5551 ] ,
5652 } ,
5753 {
6056 matchManagers : [
6157 'cargo' ,
6258 ] ,
63- matchSourceUrlPrefixes : [
64- 'https://github.com/tokio-rs/tracing' ,
59+ matchSourceUrls : [
60+ 'https://github.com/tokio-rs/tracing{/,}** ' ,
6561 ] ,
66- matchPackagePrefixes : [
67- 'tracing-' ,
68- 'tracing_' ,
62+ matchPackageNames : [
63+ 'tracing-{/,}** ' ,
64+ 'tracing_{/,}** ' ,
6965 ] ,
7066 } ,
7167 {
7470 matchManagers : [
7571 'cargo' ,
7672 ] ,
77- matchSourceUrlPrefixes : [
78- 'https://github.com/alloy-rs/core' ,
73+ matchSourceUrls : [
74+ 'https://github.com/alloy-rs/core{/,}** ' ,
7975 ] ,
8076 } ,
8177 {
8682 ] ,
8783 matchPackageNames : [
8884 'async-graphql' ,
89- ] ,
90- matchPackagePrefixes : [
91- 'async-graphql-' ,
85+ 'async-graphql-{/,}**' ,
9286 ] ,
9387 } ,
9488 {
9993 ] ,
10094 matchPackageNames : [
10195 'build-info' ,
102- ] ,
103- matchPackagePrefixes : [
104- 'build-info-' ,
96+ 'build-info-{/,}**' ,
10597 ] ,
10698 } ,
10799 ] ,
You can’t perform that action at this time.
0 commit comments