File tree Expand file tree Collapse file tree 3 files changed +40
-40
lines changed Expand file tree Collapse file tree 3 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -395,36 +395,38 @@ version = "0.1.6"
395395
396396# OpenTelemetry
397397[workspace .dependencies .opentelemetry ]
398- version = " 0.29.1 "
398+ version = " 0.30.0 "
399399features = [" trace" , " metrics" ]
400400[workspace .dependencies .opentelemetry-http ]
401- version = " 0.29 .0"
401+ version = " 0.30 .0"
402402features = [" reqwest" ]
403403[workspace .dependencies .opentelemetry-jaeger-propagator ]
404- version = " 0.29 .0"
404+ version = " 0.30 .0"
405405[workspace .dependencies .opentelemetry-otlp ]
406- version = " 0.29 .0"
406+ version = " 0.30 .0"
407407default-features = false
408408features = [" trace" , " metrics" , " http-proto" ]
409409[workspace .dependencies .opentelemetry-prometheus ]
410- version = " 0.29.1"
410+ # https://github.com/open-telemetry/opentelemetry-rust/pull/3076
411+ git = " https://github.com/sandhose/opentelemetry-rust.git"
412+ branch = " otel-prometheus-0.30"
411413[workspace .dependencies .opentelemetry-resource-detectors ]
412- version = " 0.8 .0"
414+ version = " 0.9 .0"
413415[workspace .dependencies .opentelemetry-semantic-conventions ]
414- version = " 0.29 .0"
416+ version = " 0.30 .0"
415417features = [" semconv_experimental" ]
416418[workspace .dependencies .opentelemetry-stdout ]
417- version = " 0.29 .0"
419+ version = " 0.30 .0"
418420features = [" trace" , " metrics" ]
419421[workspace .dependencies .opentelemetry_sdk ]
420- version = " 0.29 .0"
422+ version = " 0.30 .0"
421423features = [
422424 " experimental_trace_batch_span_processor_with_async_runtime" ,
423425 " experimental_metrics_periodicreader_with_async_runtime" ,
424426 " rt-tokio" ,
425427]
426428[workspace .dependencies .tracing-opentelemetry ]
427- version = " 0.30 .0"
429+ version = " 0.31 .0"
428430default-features = false
429431
430432# P256 elliptic curve
Original file line number Diff line number Diff line change @@ -95,3 +95,8 @@ deny = ["oldtime"]
9595unknown-registry = " warn"
9696unknown-git = " warn"
9797allow-registry = [" https://github.com/rust-lang/crates.io-index" ]
98+
99+ allow-git = [
100+ # https://github.com/open-telemetry/opentelemetry-rust/pull/3076
101+ " https://github.com/sandhose/opentelemetry-rust" ,
102+ ]
You can’t perform that action at this time.
0 commit comments