diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-06 13:44:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-06 13:44:55 +0200 |
commit | 2ceff639ceca3961e644e5291b654107409d298f (patch) | |
tree | ef40f7dd8d3db5dfa5e8afb345d663f86139815d /client | |
parent | 8ef86fed3d084b1fcaae2d52aa5d603faeb18161 (diff) | |
download | jellything-2ceff639ceca3961e644e5291b654107409d298f.tar jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.bz2 jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.zst |
update deps and fix compiler hang on rav1e
Diffstat (limited to 'client')
-rw-r--r-- | client/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index aa3f94d..67d305e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } -log = "0.4.19" -reqwest = { version = "0.11.18", features = ["json"] } -anyhow = "1.0.72" -serde_json = "1.0.104" +log = "0.4.20" +reqwest = { version = "0.11.20", features = ["json"] } +anyhow = "1.0.75" +serde_json = "1.0.105" |