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.
2 parents 9f27bef + 00132bc commit 5f79f82Copy full SHA for 5f79f82
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