We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0c9cd2 + 387faa0 commit b57717eCopy full SHA for b57717e
ppoprf/Cargo.toml
@@ -26,7 +26,7 @@ rand_core = "0.6.4"
26
criterion = "0.5.1"
27
env_logger = "0.11.3"
28
log = "0.4.21"
29
-reqwest = { version = "0.11.26", features = [ "blocking", "json" ] }
+reqwest = { version = "0.12.0", features = [ "blocking", "json" ] }
30
dotenvy = "0.15.7"
31
insta = "1.36.1"
32
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] }
0 commit comments