Skip to content

Commit

Permalink
Merge pull request #49 from habitat-sh/dependabot/cargo/reqwest-0.12.8
Browse files Browse the repository at this point in the history
Bump reqwest from 0.12.5 to 0.12.8
  • Loading branch information
sajjaphani authored Oct 15, 2024
2 parents f7a2d4c + ebc41f5 commit a303c3f
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 114 deletions.
181 changes: 69 additions & 112 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ignore = "0.4"
color-eyre = { version = "0.6", default-features = false }
reqwest = { version = "0.12.3", default-features = false, features = [
reqwest = { version = "0.12.8", default-features = false, features = [
"blocking",
"native-tls",
"multipart",
Expand Down Expand Up @@ -69,7 +69,7 @@ flate2 = { version = "1.0.11" }
askalono = "0.4.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
reqwest = { version = "0.12.3", default-features = false, features = [
reqwest = { version = "0.12.8", default-features = false, features = [
"blocking",
"native-tls",
] }
Expand Down

0 comments on commit a303c3f

Please sign in to comment.