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 /stream | |
| parent | aa13fade6fcabf9122babac7ac812a433a81b627 (diff) | |
| download | jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2 jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst | |
update and clean up dependencies
Diffstat (limited to 'stream')
| -rw-r--r-- | stream/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index fa68ec8..907c1c7 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -12,5 +12,5 @@ jellystream-types = { path = "types" } log = { workspace = true } anyhow = { workspace = true } -serde_json = "1.0.145" +serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] } |