Skip to content

Commit

Permalink
build(deps): add reqwest to dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Dec 5, 2023
1 parent 63c9f32 commit ce9ba62
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 0 deletions.
104 changes: 104 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ semver = { version = "1.0.20", features = ["serde"] }
[dev-dependencies]
rstest = "0.18"
tempfile = "3.8.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }

0 comments on commit ce9ba62

Please sign in to comment.