mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-19 04:25:02 -04:00
cargo upgrades
This commit is contained in:
parent
a0fcc0fa49
commit
d60c296303
10 changed files with 221 additions and 596 deletions
|
@ -47,10 +47,10 @@ data-encoding = { version = "^2" }
|
|||
# Dependencies for native builds only
|
||||
# Linux, Windows, Mac, iOS, Android
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tracing-opentelemetry = "0.18"
|
||||
opentelemetry = { version = "0.18" }
|
||||
opentelemetry-otlp = { version = "0.11" }
|
||||
opentelemetry-semantic-conventions = "0.10"
|
||||
tracing-opentelemetry = "0.21"
|
||||
opentelemetry = { version = "0.20" }
|
||||
opentelemetry-otlp = { version = "0.13" }
|
||||
opentelemetry-semantic-conventions = "0.12"
|
||||
async-std = { version = "^1", features = ["unstable"], optional = true }
|
||||
tokio = { version = "^1", features = ["full"], optional = true }
|
||||
tokio-stream = { version = "^0", features = ["net"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue