mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-20 13:04:47 -04:00
update deps
This commit is contained in:
parent
bdb64a96ea
commit
d454f9fdf9
9 changed files with 328 additions and 251 deletions
|
@ -48,9 +48,9 @@ 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.32.0", features = ["full", "tracing"], optional = true }
|
||||
tokio = { version = "1.35.0", features = ["full", "tracing"], optional = true }
|
||||
tokio-stream = { version = "0.1.14", features = ["net"], optional = true }
|
||||
tokio-util = { version = "0.7.8", features = ["compat"], optional = true }
|
||||
tokio-util = { version = "0.7.10", features = ["compat"], optional = true }
|
||||
console-subscriber = { version = "^0", optional = true }
|
||||
async-tungstenite = { package = "veilid-async-tungstenite", version = "^0", features = [
|
||||
"async-tls",
|
||||
|
@ -77,7 +77,7 @@ flume = { version = "^0", features = ["async"] }
|
|||
rpassword = "^7"
|
||||
hostname = "^0"
|
||||
stop-token = { version = "^0", default-features = false }
|
||||
sysinfo = { version = "^0.29.10", default-features = false }
|
||||
sysinfo = { version = "^0.29.11", default-features = false }
|
||||
wg = "0.3.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue