mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-05 10:24:39 -04:00
fix(deps): update rust crate opentelemetry-jaeger to 0.21.0
This commit is contained in:
parent
342400fe2d
commit
9c870abe39
2 changed files with 49 additions and 16 deletions
|
|
@ -71,7 +71,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|||
tracing-flame = "0.2.0"
|
||||
opentelemetry = "0.21.0"
|
||||
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
|
||||
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
|
||||
opentelemetry-jaeger = { version = "0.21.0", features = ["rt-tokio"] }
|
||||
tracing-opentelemetry = "0.22.0"
|
||||
lru-cache = "0.1.2"
|
||||
rusqlite = { git = "https://github.com/rusqlite/rusqlite", rev = "ccfbc28ae1edc3090fb1b331fdc145f052ec73b9", optional = true, features = ["bundled"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue