Skip to content

Commit a645ac4

Browse files
Bump reqwest from 0.11.6 to 0.11.7 (#549)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c15e56 commit a645ac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.3", features = ["env-filter"]}
2727
tracing-opentelemetry = "0.16.0"
2828
opentelemetry = "0.16.0"
2929
opentelemetry-jaeger = "0.15.0"
30-
reqwest= { version = "0.11.6", default-features = false, features = ["blocking", "json"] }
30+
reqwest= { version = "0.11.7", default-features = false, features = ["blocking", "json"] }
3131
uuid = { version = "0.8.2", features = ["v4"] }
3232
base64 = "0.13.0"
3333
regex = "1.5.4"

0 commit comments

Comments
 (0)