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 c63b8d2..c2f18fd 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -13,4 +13,4 @@ log = { workspace = true } anyhow = { workspace = true } tokio = { version = "1.38.0", features = ["io-util"] } tokio-util = { version = "0.7.11", features = ["io", "io-util"] } -serde_json = "1.0.117" +serde_json = "1.0.120" |