Skip to content

Commit

Permalink
Merge pull request #842 from SierraSoftworks/dependabot/cargo/reqwest…
Browse files Browse the repository at this point in the history
…-0.11.17

chore(deps): bump reqwest from 0.11.16 to 0.11.17
  • Loading branch information
notheotherben authored May 1, 2023
2 parents e77976f + f86b3c0 commit c3af750
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 @@ -25,7 +25,7 @@ opentelemetry = { version = "0.18", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.11", features = ["tls-roots"] }
once_cell = "1.17"
rpassword = { version = "7.2", optional = true }
reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls", "json", "stream"] }
reqwest = { version = "0.11.17", default-features = false, features = ["rustls-tls", "json", "stream"] }
semver = "1.0"
sentry = { version = "0.31", default-features = false, features = ["reqwest", "log", "rustls"] }
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down

0 comments on commit c3af750

Please sign in to comment.