Skip to content

Commit 093afe2

Browse files
authored
Merge branch 'main' into feat/add-resource-builder
2 parents 9f86898 + ce550e3 commit 093afe2

File tree

45 files changed

+107
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+107
-42
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
matrix:
9090
os: [windows-latest, ubuntu-latest]
91-
rust: [1.70.0, 1.71.1]
91+
rust: [1.75.0]
9292
runs-on: ${{ matrix.os }}
9393
continue-on-error: true
9494
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ tokio-stream = "0.1"
4747
tracing = { version = "0.1", default-features = false }
4848
tracing-core = { version = "0.1", default-features = false }
4949
tracing-subscriber = { version = "0.3", default-features = false }
50-
url = { version = "2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992
50+
url = { version = "2.5", default-features = false }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Registry](https://opentelemetry.io/ecosystem/registry/?language=rust).
162162
## Supported Rust Versions
163163

164164
OpenTelemetry is built against the latest stable release. The minimum supported
165-
version is 1.70. The current OpenTelemetry version is not guaranteed to build
165+
version is 1.75. The current OpenTelemetry version is not guaranteed to build
166166
on Rust versions earlier than the minimum supported version.
167167

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

deny.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@ license-files = [
2929
]
3030

3131
[advisories]
32-
ignore = [
33-
# unsoundness in indirect dependencies without a safe upgrade below
34-
"RUSTSEC-2021-0145",
35-
"RUSTSEC-2019-0036"
36-
]
3732
unmaintained = "allow"
3833
yanked = "allow"

opentelemetry-appender-log/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-11

opentelemetry-appender-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/ope
77
readme = "README.md"
88
keywords = ["opentelemetry", "log", "logs"]
99
license = "Apache-2.0"
10-
rust-version = "1.70"
10+
rust-version = "1.75.0"
1111
edition = "2021"
1212

1313
[dependencies]

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-11

opentelemetry-appender-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/ope
88
readme = "README.md"
99
keywords = ["opentelemetry", "log", "logs", "tracing"]
1010
license = "Apache-2.0"
11-
rust-version = "1.70"
11+
rust-version = "1.75.0"
1212

1313
[dependencies]
1414
log = { workspace = true, optional = true }

opentelemetry-appender-tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ of telemetry is intentionally left to other tools.
3838
## Supported Rust Versions
3939

4040
OpenTelemetry is built against the latest stable release. The minimum supported
41-
version is 1.70. The current OpenTelemetry version is not guaranteed to build
41+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
4242
on Rust versions earlier than the minimum supported version.
4343

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

opentelemetry-http/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-08

0 commit comments

Comments
 (0)