diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-22 12:06:25 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-22 12:06:25 +0100 |
| commit | be24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch) | |
| tree | f1a2766bf5495fa7126fc0c713155fec7472e6c1 /ui | |
| parent | aa13fade6fcabf9122babac7ac812a433a81b627 (diff) | |
| download | jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2 jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst | |
update and clean up dependencies
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 6183e66..9e0aa49 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -8,7 +8,7 @@ markup = "0.16.0" jellycommon = { path = "../common" } humansize = "2.1.3" serde = { version = "1.0.228", features = ["derive", "rc"] } -serde_json = "1.0.145" +serde_json = "1.0.149" vte = "0.15.0" chrono = "0.4.43" jellyui-client-scripts = { path = "client-scripts" } |