File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88[dependencies ]
99serde = { version = " 1.0" , features = [" derive" ] }
1010strum = " 0.24"
11- strum_macros = " 0.23 "
11+ strum_macros = " 0.24 "
1212gloo = " 0.4"
1313nanoid = " 0.4"
1414rand = " 0.8"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88[dependencies ]
99serde = { version = " 1.0" , features = [" derive" ] }
1010strum = " 0.24"
11- strum_macros = " 0.23 "
11+ strum_macros = " 0.24 "
1212gloo = " 0.6"
1313yew = { path = " ../../packages/yew" }
1414
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
88[dependencies ]
99strum = " 0.24"
10- strum_macros = " 0.23 "
10+ strum_macros = " 0.24 "
1111serde = " 1"
1212serde_derive = " 1"
1313yew = { path = " ../../packages/yew" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99[dependencies ]
1010anyhow = " 1"
1111chrono = " 0.4"
12- git2 = " 0.13 "
12+ git2 = " 0.14 "
1313regex = " 1"
1414reqwest = { version = " 0.11" , features = [" blocking" , " json" ] }
1515serde = { version = " 1" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments