File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2018"
66description = " LINE Messaging API SDK for Rust"
77readme = " README.md"
88repository = " https://github.com/nanato12/line-bot-sdk-rust/"
9- license = " Apache-2.0"
109license-file = " LICENSE"
1110keywords = [" line" , " linebot" , " line-bot-sdk" , " line-messaging-api" ]
1211categories = [" api-bindings" ]
@@ -17,9 +16,8 @@ rocket_support = ["rocket"]
1716actix_support = [" actix-web" ]
1817
1918[dependencies ]
20- actix-web = { version = " 3 " , optional = true , default-features = false }
19+ actix-web = { version = " 4.3.1 " , optional = true , default-features = false }
2120base64 = " 0.21.0"
22- bytes = " 0.4"
2321chrono = " 0.4"
2422hmac = " 0.12.1"
2523reqwest = { version = " 0.11.14" , features = [" blocking" , " json" ] }
@@ -30,6 +28,8 @@ serde_json = "1.0"
3028sha2 = " 0.10.6"
3129
3230[dev-dependencies ]
31+ bytes = " 1.4.0"
3332dotenv = " 0.15.0"
34- actix-web = " 3.3"
35- actix-rt = " 1.1"
33+ actix-web = " 4.3.1"
34+ actix-rt = " 2.8.0"
35+ rocket = " 0.4"
You can’t perform that action at this time.
0 commit comments