diff options
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"] } |