Skip to content

Commit b4a526b

Browse files
authored
Merge pull request #39 from nanato12/feature/update-cargo-toml
Organize packages
2 parents 7def954 + c5c9984 commit b4a526b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2018"
66
description = "LINE Messaging API SDK for Rust"
77
readme = "README.md"
88
repository = "https://github.com/nanato12/line-bot-sdk-rust/"
9-
license = "Apache-2.0"
109
license-file = "LICENSE"
1110
keywords = ["line", "linebot", "line-bot-sdk", "line-messaging-api"]
1211
categories = ["api-bindings"]
@@ -17,9 +16,8 @@ rocket_support = ["rocket"]
1716
actix_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 }
2120
base64 = "0.21.0"
22-
bytes = "0.4"
2321
chrono = "0.4"
2422
hmac = "0.12.1"
2523
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
@@ -30,6 +28,8 @@ serde_json = "1.0"
3028
sha2 = "0.10.6"
3129

3230
[dev-dependencies]
31+
bytes = "1.4.0"
3332
dotenv = "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"

0 commit comments

Comments
 (0)