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 452dc8b commit 8fcb6a8Copy full SHA for 8fcb6a8
Cargo.toml
@@ -77,9 +77,9 @@ static_assertions = "1.0"
77
hyper = { version = "1.2", features = ["full"] }
78
hyper-util = { version = "0.1.3", features = ["full"] }
79
http-body-util = "0.1.1"
80
-reqwest = { version = "0.12", features = ["json"] }
+reqwest = { version = "0.13", features = ["json"] }
81
tempfile = "3"
82
-criterion = { version = "0.7", features = ["async_tokio"] }
+criterion = { version = "0.8", features = ["async_tokio"] }
83
rustyline = "17.0"
84
tokio = { version = "1.0", features = ["full"] }
85
0 commit comments