Skip to content

Commit

Permalink
Merge pull request #226 from deebloo/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.12.3
  • Loading branch information
Danny Blue authored Apr 7, 2024
2 parents 7d10ed4 + 054a8ac commit a7f06ac
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 70 deletions.
195 changes: 126 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.115"
tokio = { version = "1.37.0", features = ["full"], optional = true}
dotenv = { version = "0.15.0", optional = true }
hidapi = { version = "2.6.1", optional = true }
reqwest = { version = "0.11.24", optional = true }
reqwest = { version = "0.12.3", optional = true }

[features]
standalone = ["dep:dotenv", "dep:tokio", "display", "influxdb", "rtl_433"]
Expand Down

0 comments on commit a7f06ac

Please sign in to comment.