File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ async-trait = { version = "0.1.88" }
3131serde = " 1.0.219"
3232serde_json = " 1.0.140"
3333strum = { version = " 0.27" , features = [" derive" ] }
34+ acts = { version = " 0.17.2" , path = " ./acts" }
3435
3536[profile .release ]
3637codegen-units = 1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository.workspace = true
99edition.workspace = true
1010
1111[dependencies ]
12- acts = { path = " ../../acts " }
12+ acts = { workspace = true }
1313async-trait = { workspace = true }
1414base64 = " 0.22.1"
1515reqwest = { version = " 0.12.18" , features = [" blocking" , " json" ] }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository.workspace = true
99edition.workspace = true
1010
1111[dependencies ]
12- acts = { path = " ../../acts " }
12+ acts = { workspace = true }
1313async-trait = { workspace = true }
1414serde = { workspace = true }
1515tokio = { workspace = true }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repository.workspace = true
1111
1212[dependencies ]
1313redis = { version = " 0.31.0" , default-features = false }
14- acts = { path = " ../../acts" }
14+ acts = { version = " 0.17.2 " , path = " ../../acts" }
1515serde = { workspace = true }
1616serde_json = { workspace = true }
1717async-trait = { workspace = true }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition.workspace = true
1010
1111
1212[dependencies ]
13- acts = { version = " 0.17.0 " , path = " ../../acts " }
13+ acts = { workspace = true }
1414futures = " 0.3.31"
1515sea-query = { version = " 0.32.4" }
1616sqlx = { version = " 0.8.5" , features = [" postgres" , " runtime-tokio" ] }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition.workspace = true
1010
1111
1212[dependencies ]
13- acts = { version = " 0.17.0 " , path = " ../../acts " }
13+ acts = { workspace = true }
1414r2d2 = " 0.8.10"
1515r2d2_sqlite = { version = " 0.25" , features = [" bundled" ] }
1616rusqlite = { version = " 0.32" , features = [" bundled" ] }
You can’t perform that action at this time.
0 commit comments