Skip to content

Commit

Permalink
chore(deps): downgrade rustainer to avoid dependencies version confli…
Browse files Browse the repository at this point in the history
…ct with opentelemetry.
  • Loading branch information
davidB committed Sep 23, 2024
1 parent 491fefd commit e48c2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sqlx = { version = "0.8", features = [
], default-features = false, optional = true }
thiserror = "1"
time = "0.3"
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry-instrumentation-sdk = { version = "0.21" }

Expand All @@ -64,7 +64,7 @@ assert2 = "0.3"
cdevents-sdk = { version = "0.1", features = ["testkit"] }
proptest = "1"
rstest = "0.22.0"
rustainers = "0.13"
rustainers = "0.12"
tracing-subscriber = "0.3"

[features]
Expand Down

0 comments on commit e48c2d6

Please sign in to comment.