Skip to content

Commit

Permalink
🚧 fix compilation issue on cdviz-collector (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed May 1, 2024
1 parent 64b0756 commit d27e849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ publish = false
axum = { version = "0.7", optional = true }
axum-tracing-opentelemetry = { version = "0.18", optional = true }
cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" }
cloudevents-sdk = { version = "0.7", features = ["reqwest"] }
# cloudevents-sdk = { version = "0.7", features = ["axum"] } // not compatible with axum 0.7
chrono = "0.4"
clap = { version = "4", features = ["derive", "env"] }
clap-verbosity-flag = "2.2.0"
cloudevents-sdk = { version = "0.7", features = ["reqwest"] }
enum_dispatch = "0.3"
figment = { version = "0.10", features = ["toml", "env"] }
futures = "0.3"
Expand Down

0 comments on commit d27e849

Please sign in to comment.