From bd3f60d64713d62dd5d1c2caa6c516596da115d4 Mon Sep 17 00:00:00 2001 From: Jared L <48422312+lhjt@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:08:21 +1100 Subject: [PATCH] chore(deps): update deps --- runner/Cargo.toml | 16 ++++++++-------- server/Cargo.toml | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 97b6b94..1d43a8e 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -8,18 +8,18 @@ homepage = "https://github.com/lhjt/vlab-relay" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "3.1.18", features = ["derive"] } +clap = { version = "4.1.8", features = ["derive"] } colored = "2.0.0" -dialoguer = "0.10.1" -futures = "0.3.21" -human-panic = "1.0.3" +dialoguer = "0.10.3" +futures = "0.3.27" +human-panic = "1.1.3" log = "0.4.17" prost = "0.10.3" -simple_logger = "2.1.0" +simple_logger = "4.0.0" spinners = "3.1.0" -tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros", "time", "sync", "process"] } -tokio-tungstenite = { version = "0.17.1", features = ["rustls-tls-webpki-roots"] } -whoami = "1.2.1" +tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "time", "sync", "process"] } +tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"] } +whoami = "1.4.0" [features] diff --git a/server/Cargo.toml b/server/Cargo.toml index 39b8c0f..aa748ed 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,19 +6,19 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures = "0.3.21" -mongodb = "2.2.1" -once_cell = "1.11.0" +futures = "0.3.27" +mongodb = "2.4.0" +once_cell = "1.17.1" prost = "0.10.3" -serde = { version = "1.0.137", features = ["derive"] } -snafu = "0.7.1" -tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros"] } -tokio-tungstenite = "0.17.1" +serde = { version = "1.0.156", features = ["derive"] } +snafu = "0.7.4" +tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] } +tokio-tungstenite = "0.18.0" tonic = { version = "0.7.2", features = ["compression"] } tonic-web = "0.3.0" -tracing = "0.1.34" -tracing-subscriber = "0.3.11" -uuid = { version = "1.0.0", features = ["v4"] } +tracing = "0.1.37" +tracing-subscriber = "0.3.16" +uuid = { version = "1.3.0", features = ["v4"] } [build-dependencies] tonic-build = { version = "0.7.2", features = ["compression", "prost"] }