@@ -4,8 +4,8 @@ version = "0.1.0"
44edition = " 2021"
55
66[dependencies ]
7- cgp = { version = " 0.3 .0" }
8- cgp-error-anyhow = { version = " 0.3 .0" }
7+ cgp = { version = " 0.4 .0" }
8+ cgp-error-anyhow = { version = " 0.4 .0" }
99serde = { version = " 1" , features = [" derive" ] }
1010reqwest = { version = " 0.12.12" , features = [ " blocking" , " json" ] }
1111itertools = { version = " 0.14.0" }
@@ -21,12 +21,10 @@ sha1 = { version = "0.10.6" }
2121# cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
2222# cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
2323# cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
24- # cgp-component- macro = { git = "https://github.com/contextgeneric/cgp.git" }
25- # cgp-component- macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
24+ # cgp-macro = { git = "https://github.com/contextgeneric/cgp.git" }
25+ # cgp-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
2626# cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
2727# cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
28- # cgp-field-macro = { git = "https://github.com/contextgeneric/cgp.git" }
29- # cgp-field-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
3028# cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
3129# cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
3230# cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
0 commit comments