diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 4d0df5d..2a52754 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -10,13 +10,13 @@ jellystream = { path = "../stream" } jellytranscoder = { path = "../transcoder" } jellyimport = { path = "../import" } -serde = { version = "1.0.203", features = ["derive"] } +serde = { version = "1.0.214", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } -serde_json = "1.0.120" +serde_json = "1.0.132" log = { workspace = true } anyhow = { workspace = true } -env_logger = "0.11.3" +env_logger = "0.11.5" rand = "0.8.5" base64 = "0.22.1" chrono = { version = "0.4.38", features = ["serde"] } @@ -28,9 +28,9 @@ argon2 = "0.5.3" aes-gcm-siv = "0.11.1" async-recursion = "1.1.1" -futures = "0.3.30" +futures = "0.3.31" tokio = { workspace = true } -tokio-util = { version = "0.7.11", features = ["io", "io-util"] } +tokio-util = { version = "0.7.12", features = ["io", "io-util"] } markup = "0.15.0" rocket = { workspace = true, features = ["secrets", "json"] } |