Skip to content

Commit fb06241

Browse files
authored
chore: fix tokio-tar security vulnerability (RUSTSEC-2025-0111) (#3222)
1 parent 2c364dd commit fb06241

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ rstest = "0.23.0"
8080
schemars = "0.8"
8181
sysinfo = "0.32"
8282
tempfile = "3.3.0"
83-
testcontainers = "0.23.1"
8483
tracing-log = "0.2"
8584
tracing-opentelemetry = "0.32"
8685
typed-builder = "0.20"

opentelemetry-otlp/tests/integration_test/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.75.0"
6+
rust-version = "1.88.0"
77
publish = false
88
autobenches = false
99

@@ -13,7 +13,7 @@ opentelemetry_sdk = { path = "../../../opentelemetry-sdk", features = ["rt-tokio
1313
opentelemetry-proto = { path = "../../../opentelemetry-proto", features = ["gen-tonic-messages", "trace", "logs", "metrics", "with-serde"] }
1414
tokio = { workspace = true, features = ["full"] }
1515
serde_json = { workspace = true }
16-
testcontainers = { workspace = true, features = ["http_wait"] }
16+
testcontainers = { version = "0.25.2", features = ["http_wait"] }
1717
anyhow = { workspace = true }
1818
ctor = { workspace = true }
1919
uuid = { workspace = true, features = ["v4"] }

0 commit comments

Comments
 (0)