Skip to content

Commit

Permalink
chore(deps): Bump Axum to 0.7.3 and tracing-opentelemetry-instrumenta…
Browse files Browse the repository at this point in the history
…tion-sdk to 0.16.0
  • Loading branch information
pabrahamsson committed Dec 31, 2023
1 parent 0bbe2db commit a2018e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
31 changes: 17 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[package]
name = "alertmanager-webhook"
version = "0.8.0"
version = "0.8.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.7.2", features = ["tracing"] }
#axum-tracing-opentelemetry = { version = "0.15.0" }
axum-tracing-opentelemetry = { git = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk.git", branch = "axum-0.7" }
axum = { version = "0.7.3", features = ["tracing"] }
axum-tracing-opentelemetry = { version = "0.16.0" }
changecase = "0.0.7"
http = { version = "1.0.0" }
#init-tracing-opentelemetry = { version = "0.15.0", features = ["otlp", "tracing_subscriber_ext"] }
init-tracing-opentelemetry = { git = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk.git", branch = "axum-0.7", features = [
init-tracing-opentelemetry = { version = "0.16.0", features = [
"otlp",
"tracing_subscriber_ext",
] }
Expand All @@ -21,5 +19,4 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full", "tracing"] }
tracing = "0.1.40"
#tracing-opentelemetry-instrumentation-sdk = { version = "0.15.0" }
tracing-opentelemetry-instrumentation-sdk = { git = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk.git", branch = "axum-0.7" }
tracing-opentelemetry-instrumentation-sdk = { version = "0.16.0" }

0 comments on commit a2018e5

Please sign in to comment.