Skip to content

Commit

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

chore(deps): bump reqwest from 0.11.21 to 0.11.22
  • Loading branch information
notheotherben authored Oct 5, 2023
2 parents 603aa2a + 09aa604 commit 47ef9b9
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.20", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.13", features = ["tls-roots"] }
once_cell = "1.18"
rpassword = { version = "7.2", optional = true }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json", "stream"] }
reqwest = { version = "0.11.22", 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 47ef9b9

Please sign in to comment.