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 9f27bef commit 00132bcCopy full SHA for 00132bc
Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
16
travis-ci = { repository = "driftluo/InfluxDBClient-rs" }
17
18
[dependencies]
19
-reqwest = { version = "^0.11", default-features = false, features = ["json"] }
+reqwest = { version = "^0.12", default-features = false, features = ["json"] }
20
serde_json = '^1.0.2'
21
serde = { version = "^1.0.15", features = ["derive"] }
22
bytes = "^1"
0 commit comments