We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a059a + f97cfdc commit 48532e6Copy full SHA for 48532e6
Cargo.toml
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
14
serde_json = "1.0"
15
serde_yaml = "0.9"
16
dirs-next = "2.0"
17
-reqwest = { version = "0.12", features = ["json", "blocking"] }
+reqwest = { version = "0.13", features = ["json", "blocking"] }
18
git2 = "0.20"
19
tokio = { version = "1", features = ["full"] }
20
0 commit comments