aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-15 17:13:15 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-15 17:13:15 +0200
commit29a62d702b24d8ea30c72e17569d9a98ad2775b9 (patch)
tree0f3f746054d7d52cb537c055217e8afe88f68baf /server/Cargo.toml
parent2c1b50a1f32c5f87489c2bc03f81e53da8cf3d29 (diff)
downloadjellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar
jellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar.bz2
jellything-29a62d702b24d8ea30c72e17569d9a98ad2775b9.tar.zst
upgrade all deps (except image-rs)
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 32d72b9..ade4722 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -10,25 +10,25 @@ jellystream = { path = "../stream" }
jellytranscoder = { path = "../transcoder" }
jellyimport = { path = "../import" }
-serde = { version = "1.0.193", features = ["derive"] }
+serde = { version = "1.0.197", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }
-serde_json = "1.0.108"
+serde_json = "1.0.115"
log = { workspace = true }
anyhow = { workspace = true }
-env_logger = "0.10.1"
+env_logger = "0.11.3"
rand = "0.8.5"
-base64 = "0.21.5"
-chrono = { version = "0.4.31", features = ["serde"] }
+base64 = "0.22.0"
+chrono = { version = "0.4.38", features = ["serde"] }
vte = "0.13.0"
chashmap = "2.2.2"
edit-distance = "2.1.0"
-argon2 = "0.5.2"
+argon2 = "0.5.3"
aes-gcm-siv = "0.11.1"
-async-recursion = "1.0.5"
-futures = "0.3.29"
+async-recursion = "1.1.0"
+futures = "0.3.30"
tokio = { workspace = true }
tokio-util = { version = "0.7.10", features = ["io", "io-util"] }