Skip to content

Commit b19c02e

Browse files
Bump reqwest from 0.11.9 to 0.11.10 (#661)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.9 to 0.11.10. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.9...v0.11.10) --- 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 b716188 commit b19c02e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.9", features = ["env-filter"]}
2727
tracing-opentelemetry = "0.17.2"
2828
opentelemetry = "0.17.0"
2929
opentelemetry-jaeger = "0.16.0"
30-
reqwest= { version = "0.11.9", default-features = false, features = ["blocking", "json"] }
30+
reqwest= { version = "0.11.10", default-features = false, features = ["blocking", "json"] }
3131
uuid = { version = "0.8.2", features = ["v4"] }
3232
base64 = "0.13.0"
3333
regex = "1.5.5"

0 commit comments

Comments
 (0)