Skip to content

Commit

Permalink
Merge pull request #67 from jgrund/jgrund/bump-reqwest
Browse files Browse the repository at this point in the history
Bump reqwest
  • Loading branch information
driftluo authored Dec 30, 2024
2 parents 9f27bef + 00132bc commit 5f79f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2018"
travis-ci = { repository = "driftluo/InfluxDBClient-rs" }

[dependencies]
reqwest = { version = "^0.11", default-features = false, features = ["json"] }
reqwest = { version = "^0.12", default-features = false, features = ["json"] }
serde_json = '^1.0.2'
serde = { version = "^1.0.15", features = ["derive"] }
bytes = "^1"
Expand Down

0 comments on commit 5f79f82

Please sign in to comment.