Skip to content

Commit d5d7642

Browse files
Bump reqwest from 0.11.10 to 0.11.11 (#767)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.10...v0.11.11) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7cf204 commit d5d7642

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 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.11", features = ["env-filter"]}
2727
tracing-opentelemetry = "0.17.3"
2828
opentelemetry = "0.17.0"
2929
opentelemetry-jaeger = "0.16.0"
30-
reqwest= { version = "0.11.10", default-features = false, features = ["blocking", "json"] }
30+
reqwest= { version = "0.11.11", default-features = false, features = ["blocking", "json"] }
3131
uuid = { version = "1.1.2", features = ["v4"] }
3232
base64 = "0.13.0"
3333
regex = "1.5.6"

0 commit comments

Comments
 (0)