Skip to content

Commit

Permalink
build(deps) upgrade to cdevents-sdk 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 1, 2024
1 parent 24ef1ac commit b4b660c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ publish = false
[dependencies]
axum = { version = "0.7", optional = true }
axum-tracing-opentelemetry = { version = "0.19", optional = true }
bytes = { version = "1.6", optional = true }
cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" }
bytes = { version = "1.7", optional = true }
# cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" }
cdevents-sdk = "0.1"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4", features = ["derive", "env"] }
clap-verbosity-flag = "2.2.0"
Expand Down Expand Up @@ -60,9 +61,7 @@ tracing-opentelemetry-instrumentation-sdk = { version = "0.19" }
[dev-dependencies]
assert2 = "0.3"
# axum-test = "14"
cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust", features = [
"testkit",
] }
cdevents-sdk = { version = "0.1", features = ["testkit"] }
proptest = "1"
rstest = "0.22.0"
rustainers = "0.12"
Expand Down

0 comments on commit b4b660c

Please sign in to comment.