Skip to content

Commit 68127d5

Browse files
committed
Update to tonic 0.14.1
1 parent 0c8d7e5 commit 68127d5

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ serde = { version = "1.0", default-features = false }
4141
serde_json = "1.0"
4242
temp-env = "0.3.6"
4343
thiserror = { version = "2", default-features = false }
44-
tonic = { version = "0.14", default-features = false }
45-
tonic-prost-build = "0.14"
46-
tonic-prost = "0.14"
44+
tonic = { version = "0.14.1", default-features = false }
45+
tonic-prost-build = "0.14.1"
46+
tonic-prost = "0.14.1"
4747
tokio = { version = "1", default-features = false }
4848
tokio-stream = "0.1"
4949
# Using `tracing 0.1.40` because 0.1.39 (which is yanked) introduces the ability to set event names in macros,

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tracing-grpc"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6-
rust-version = "1.86.0"
6+
rust-version = "1.75.0"
77
publish = false
88
autobenches = false
99

opentelemetry-otlp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
keywords = ["opentelemetry", "otlp", "logging", "tracing", "metrics"]
1414
license = "Apache-2.0"
1515
edition = "2021"
16-
rust-version = "1.86.0"
16+
rust-version = "1.75.0"
1717
autotests = false
1818
autobenches = false
1919

opentelemetry-otlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can find the release notes (changelog) [here](https://github.com/open-teleme
4646
## Supported Rust Versions
4747

4848
OpenTelemetry is built against the latest stable release. The minimum supported
49-
version is 1.86.0. The current OpenTelemetry version is not guaranteed to build
49+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
5050
on Rust versions earlier than the minimum supported version.
5151

5252
The current stable Rust compiler and the three most recent minor versions

opentelemetry-otlp/examples/basic-otlp-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "basic-otlp-http"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6-
rust-version = "1.86.0"
6+
rust-version = "1.75.0"
77
publish = false
88
autobenches = false
99

opentelemetry-otlp/examples/basic-otlp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "basic-otlp"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6-
rust-version = "1.86.0"
6+
rust-version = "1.75.0"
77
publish = false
88
autobenches = false
99

opentelemetry-otlp/tests/integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "integration_test_runner"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6-
rust-version = "1.86.0"
6+
rust-version = "1.75.0"
77
publish = false
88
autobenches = false
99

opentelemetry-proto/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Update proto definitions to v1.7.0.
66
- Added Rust generated protos for profiles collector. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
77
- **Breaking change**: package opentelemetry_proto::tonic::profiles::v1 renamed to opentelemetry_proto::tonic::profiles::v1development. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
8-
- Update `tonic` and `prost` dependency version to 0.14
9-
- Bump MSRV to 1.86.0
8+
- Update `tonic` dependency version to 0.14.1
9+
- Update `prost` dependency version to 0.14
1010

1111
## 0.30.0
1212

opentelemetry-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
keywords = ["opentelemetry", "otlp", "logging", "tracing", "metrics"]
1414
license = "Apache-2.0"
1515
edition = "2021"
16-
rust-version = "1.86.0"
16+
rust-version = "1.75.0"
1717
autotests = false
1818
autobenches = false
1919

opentelemetry-proto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can find the release notes (changelog) [here](https://github.com/open-teleme
1515
## Supported Rust Versions
1616

1717
OpenTelemetry is built against the latest stable release. The minimum supported
18-
version is 1.86.0. The current OpenTelemetry version is not guaranteed to build
18+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
1919
on Rust versions earlier than the minimum supported version.
2020

2121
The current stable Rust compiler and the three most recent minor versions

0 commit comments

Comments
 (0)