mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-28 09:24:12 -04:00
crate updates
This commit is contained in:
parent
4a55cd08c3
commit
052a703e9c
6 changed files with 82 additions and 82 deletions
|
@ -33,15 +33,15 @@ debug-load = ["dep:ctor", "dep:libc-print", "dep:android_log-sys", "dep:oslog"]
|
|||
veilid-core = { path = "../../veilid-core", default-features = false }
|
||||
tracing = { version = "0.1.40", features = ["log", "attributes"] }
|
||||
tracing-subscriber = "0.3.18"
|
||||
parking_lot = "0.12.1"
|
||||
backtrace = "0.3.69"
|
||||
serde_json = "1.0.108"
|
||||
serde = "1.0.193"
|
||||
futures-util = { version = "0.3.29", default-features = false, features = [
|
||||
parking_lot = "0.12.3"
|
||||
backtrace = "0.3.71"
|
||||
serde_json = "1.0.120"
|
||||
serde = "1.0.204"
|
||||
futures-util = { version = "0.3.30", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
cfg-if = "1.0.0"
|
||||
data-encoding = { version = "2.5.0" }
|
||||
data-encoding = { version = "2.6.0" }
|
||||
tracing-flame = "0.2.0"
|
||||
|
||||
# Dependencies for native builds only
|
||||
|
@ -52,15 +52,15 @@ opentelemetry = { version = "0.20" }
|
|||
opentelemetry-otlp = { version = "0.13" }
|
||||
opentelemetry-semantic-conventions = "0.12"
|
||||
async-std = { version = "1.12.0", features = ["unstable"], optional = true }
|
||||
tokio = { version = "1.35.0", features = ["full"], optional = true }
|
||||
tokio-stream = { version = "0.1.14", features = ["net"], optional = true }
|
||||
tokio-util = { version = "0.7.10", features = ["compat"], optional = true }
|
||||
allo-isolate = "0.1.20"
|
||||
tokio = { version = "1.38.1", features = ["full"], optional = true }
|
||||
tokio-stream = { version = "0.1.15", features = ["net"], optional = true }
|
||||
tokio-util = { version = "0.7.11", features = ["compat"], optional = true }
|
||||
allo-isolate = "0.1.25"
|
||||
ffi-support = "0.4.4"
|
||||
lazy_static = "1.4.0"
|
||||
lazy_static = "1.5.0"
|
||||
hostname = "0.3.1"
|
||||
ctor = { version = "0.2.6", optional = true }
|
||||
libc-print = { version = "0.1.22", optional = true }
|
||||
ctor = { version = "0.2.8", optional = true }
|
||||
libc-print = { version = "0.1.23", optional = true }
|
||||
|
||||
|
||||
# Dependencies for WASM builds only
|
||||
|
@ -69,7 +69,7 @@ libc-print = { version = "0.1.22", optional = true }
|
|||
# Dependencies for Android builds only
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
jni = "0.21.1"
|
||||
paranoid-android = "0.2.1"
|
||||
paranoid-android = "0.2.2"
|
||||
android_log-sys = { version = "0.3.1", optional = true }
|
||||
|
||||
# Dependencies for iOS builds only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue