Skip to content

Commit

Permalink
Merge pull request #203 from deebloo/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.11.23
  • Loading branch information
Danny Blue authored Dec 31, 2023
2 parents d44b08e + 8befc03 commit 8eed750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.108"
tokio = { version = "1.35.1", features = ["full"], optional = true}
dotenv = { version = "0.15.0", optional = true }
hidapi = { version = "2.4.1", optional = true }
reqwest = { version = "0.11.22", optional = true }
reqwest = { version = "0.11.23", optional = true }

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

0 comments on commit 8eed750

Please sign in to comment.