Skip to content

Commit

Permalink
Update reqwest lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah committed Feb 1, 2024
1 parent e126cd1 commit 90194be
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 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 client/hwlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
rand = "0.8.5"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
smbios-lib = "0.9.1"
tokio = "1.35.1"

0 comments on commit 90194be

Please sign in to comment.