diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-17 15:22:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-17 15:22:04 +0100 |
commit | e7155ec05458ed00035ce8bc5c087306cfeedbc1 (patch) | |
tree | b6f99d2c3d872fe9f8f175f8365c4b6451cf13ad /server/Cargo.toml | |
parent | 67608be88bc9d88f96babd5f075c708194f71062 (diff) | |
download | jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.bz2 jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.zst |
update all deps
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] |