diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 67d305e..c2303c0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,4 +8,4 @@ jellycommon = { path = "../common" } log = "0.4.20" reqwest = { version = "0.11.20", features = ["json"] } anyhow = "1.0.75" -serde_json = "1.0.105" +serde_json = "1.0.106" |