diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index a70cdef..1f620da 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,14 +12,14 @@ jellytranscoder = { path = "../transcoder" } serde = { version = "1.0.188", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } -serde_json = "1.0.106" +serde_json = "1.0.107" log = "0.4.20" env_logger = "0.10.0" anyhow = "1.0.75" rand = "0.8.5" base64 = "0.21.4" -chrono = { version = "0.4.30", features = ["serde"] } +chrono = { version = "0.4.31", features = ["serde"] } vte = "0.11.1" argon2 = "0.5.2" @@ -29,7 +29,7 @@ async-std = "1.12.0" async-recursion = "1.0.5" futures = "0.3.28" tokio = { version = "1.32.0", features = ["io-util"] } -tokio-util = { version = "0.7.8", features = ["io", "io-util"] } +tokio-util = { version = "0.7.9", features = ["io", "io-util"] } markup = "0.13.1" rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] } |