diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 23c533b..da8603d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -10,27 +10,27 @@ jellystream = { path = "../stream" } jellyclient = { path = "../client" } jellytranscoder = { path = "../transcoder" } -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.108" log = { workspace = true } anyhow = { workspace = true } -env_logger = "0.10.0" +env_logger = "0.10.1" rand = "0.8.5" -base64 = "0.21.4" +base64 = "0.21.5" chrono = { version = "0.4.31", features = ["serde"] } -vte = "0.12.0" +vte = "0.13.0" argon2 = "0.5.2" aes-gcm-siv = "0.11.1" async-recursion = "1.0.5" -futures = "0.3.28" +futures = "0.3.29" tokio = { workspace = true } -tokio-util = { version = "0.7.9", features = ["io", "io-util"] } +tokio-util = { version = "0.7.10", features = ["io", "io-util"] } -markup = "0.13.1" +markup = "0.15.0" rocket = { workspace = true, features = ["secrets", "json"] } [build-dependencies] |