Skip to content

Commit 5007c7a

Browse files
authored
updates deps (#5)
1 parent 17ca715 commit 5007c7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ keywords = ["identity", "verification", "kyc", "africa", "smile-id"]
1212
categories = ["api-bindings", "authentication"]
1313

1414
[dependencies]
15-
reqwest = { version = "0.11", features = ["json", "blocking"] }
15+
reqwest = { version = "0.12.23", features = ["json", "blocking"] }
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
18-
thiserror = "1.0"
18+
thiserror = "2.0.16"
1919
hmac = "0.12"
2020
sha2 = "0.10"
21-
base64 = "0.21"
22-
chrono = "0.4"
23-
async-trait = "0.1"
24-
tokio = { version = "1", features = ["full"], optional = true }
21+
base64 = "0.22.1"
22+
chrono = "0.4.42"
23+
async-trait = "0.1.89"
24+
tokio = { version = "1.47.1", features = ["full"], optional = true }
2525
url = "2.3"
2626

2727
[features]

0 commit comments

Comments
 (0)