Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lhjt committed Mar 16, 2023
1 parent 2cb32eb commit bd3f60d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
20 changes: 10 additions & 10 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit bd3f60d

Please sign in to comment.