diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
commit | c0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch) | |
tree | 5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /import/Cargo.toml | |
parent | d7636b4707f09862577515c87007f3ac0b705ed8 (diff) | |
download | jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2 jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst |
bump versions
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 8844812..06aac98 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -11,18 +11,18 @@ jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } -anyhow = "1.0.82" +anyhow = "1.0.86" reqwest = { workspace = true } urlencoding = "2.1.3" bincode = { version = "2.0.0-rc.3", features = ["derive"] } -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" +serde = { version = "1.0.203", features = ["derive"] } +serde_json = "1.0.117" serde_yaml = "0.9.34" -async-recursion = "1.1.0" +async-recursion = "1.1.1" futures = "0.3.30" tokio = { workspace = true } -regex = "1.10.4" -base64 = "0.22.0" +regex = "1.10.5" +base64 = "0.22.1" |