diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
commit | 6b3ebbc1dd73382d81252778eac04cba6955584a (patch) | |
tree | 13c3c56f7249177c9d6ca983eeca66a2e3a79d72 /base | |
parent | 327fb4d66096744fdc58bfaf7ea570cc976390e8 (diff) | |
download | jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.bz2 jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.zst |
update
Diffstat (limited to 'base')
-rw-r--r-- | base/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index 1c13fc9..d478122 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } -serde_json = "1.0.106" +serde_json = "1.0.107" log = "0.4.20" sha2 = "0.10.7" base64 = "0.21.4" |