Skip to content

Commit a12ea60

Browse files
authored
Merge pull request #37 from nanato12/feature/upgrade-crates
update: Cargo.toml
2 parents ad42e15 + 6e40642 commit a12ea60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ actix_support = ["actix-web"]
1818

1919
[dependencies]
2020
actix-web = { version = "3", optional = true, default-features = false }
21-
base64 = "0.9.2"
21+
base64 = "0.21.0"
2222
bytes = "0.4"
2323
chrono = "0.4"
2424
hmac = "0.7.1"
25-
reqwest = { version = "0.11.0", features = ["blocking", "json"] }
25+
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
2626
rocket = { version = "0.4", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }
28-
serde_derive = "1.0.97"
28+
serde_derive = "1.0.156"
2929
serde_json = "1.0"
3030
sha2 = "0.8"
3131

3232
[dev-dependencies]
3333
dotenv = "0.15.0"
3434
actix-web = "3.3"
35-
actix-rt = "1.0"
35+
actix-rt = "1.1"

0 commit comments

Comments
 (0)