diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
commit | b4a6cbfe411f6420922040061c72ffa4febf7111 (patch) | |
tree | 94f755a730b6641c8e5d6399e4c046c92f46aa29 /stream/Cargo.toml | |
parent | 5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff) | |
download | jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2 jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst |
update things
Diffstat (limited to 'stream/Cargo.toml')
-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" |