Skip to content

Commit

Permalink
Merge pull request #35 from mxve/dependabot/cargo/http_req-0.10.0
Browse files Browse the repository at this point in the history
Bump http_req from 0.9.3 to 0.10.0
  • Loading branch information
mxve authored Oct 9, 2023
2 parents 123a8b7 + 9596c5d commit 4273d00
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 27 deletions.
94 changes: 68 additions & 26 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 @@ -15,7 +15,7 @@ panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
http_req = { version = "0.9.3", default-features = false, features = [
http_req = { version = "0.10.0", default-features = false, features = [
"rust-tls",
] }
sha1_smol = "1.0.0"
Expand Down

0 comments on commit 4273d00

Please sign in to comment.