We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad42e15 commit 6e40642Copy full SHA for 6e40642
Cargo.toml
@@ -18,18 +18,18 @@ actix_support = ["actix-web"]
18
19
[dependencies]
20
actix-web = { version = "3", optional = true, default-features = false }
21
-base64 = "0.9.2"
+base64 = "0.21.0"
22
bytes = "0.4"
23
chrono = "0.4"
24
hmac = "0.7.1"
25
-reqwest = { version = "0.11.0", features = ["blocking", "json"] }
+reqwest = { version = "0.11.14", features = ["blocking", "json"] }
26
rocket = { version = "0.4", optional = true }
27
serde = { version = "1.0", features = ["derive"] }
28
-serde_derive = "1.0.97"
+serde_derive = "1.0.156"
29
serde_json = "1.0"
30
sha2 = "0.8"
31
32
[dev-dependencies]
33
dotenv = "0.15.0"
34
actix-web = "3.3"
35
-actix-rt = "1.0"
+actix-rt = "1.1"
0 commit comments