Skip to content

Commit 6d4ab8e

Browse files
chore(deps): bump reqwest from 0.11.23 to 0.11.24 (#7)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24) --- 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 09f9f7b commit 6d4ab8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ opentelemetry-http = { version = "0.10.0" }
3333
opentelemetry-semantic-conventions = { version = "0.13.0" }
3434
opentelemetry_sdk = { version = "0.21.2" }
3535
rand = { version = "0.8.5" }
36-
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "json"] }
36+
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
3737
serde = { version = "1", features = ["derive"] }
3838
serde_json = { version = "1.0.111" }
3939
tokio = { version = "1.35" }

0 commit comments

Comments
 (0)