Skip to content

Commit

Permalink
chore(deps): bump yup-oauth2 and hyper-rustls version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Mar 27, 2024
1 parent eaa0f5f commit 79107a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions opentelemetry-stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## vNext

- Bump yup-oauth2 to 8.3.3 [#58](https://github.com/open-telemetry/opentelemetry-rust-contrib/pull/58)
- Bump hyper-rustls to 0.25 [#58](https://github.com/open-telemetry/opentelemetry-rust-contrib/pull/58)

## v0.19.1

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ gcp_auth = { version = "0.11", optional = true }
hex = "0.4"
http = "0.2"
hyper = "0.14.2"
hyper-rustls = { version = "0.24", optional = true }
hyper-rustls = { version = "0.25", optional = true }
opentelemetry = { workspace = true }
opentelemetry_sdk = { workspace = true, features = ["trace"] }
opentelemetry-semantic-conventions = { workspace = true }
prost = "0.12"
prost-types = "0.12"
thiserror = "1.0.30"
tonic = { version = "0.11", features = ["gzip", "tls", "transport"] }
yup-oauth2 = { version = "8.1.0", optional = true }
yup-oauth2 = { version = "8.3.3", optional = true }
once_cell = { version = "1.19", optional = true }

# Futures
Expand Down

0 comments on commit 79107a8

Please sign in to comment.