From 34ab149b73283398efd2f6211e1b7ba568c13d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 14:13:21 +0000 Subject: [PATCH] fix(deps): update all --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 379cb74..d5adcf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } futures = "0.3.28" dotenv = "0.15.0" -toml = "0.7.6" +toml = "0.8.0" log = "0.4.20" -env_logger = "0.10.0" +env_logger = "0.11.0" ulid = "1.0.0" lazy_static = "1.4.0" @@ -23,23 +23,23 @@ mongodb = "2.6.1" rust-s3 = "0.33.0" serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.105" -validator = { version = "0.16.1", features = ["derive"] } +validator = { version = "0.18.0", features = ["derive"] } actix-web = "4.3.1" -actix-cors = "0.6.4" +actix-cors = "0.7.0" actix-files = "0.6.2" actix-multipart = "0.6.0" webp = "0.2.5" -image = "0.24.7" +image = "0.25.0" imagesize = "0.12.0" -ffprobe = "0.3.3" +ffprobe = "0.4.0" tempfile = "3.7.1" tree_magic_mini = "3.0.3" content_inspector = "0.2.4" -reqwest = "0.11.18" -scraper = "0.17.1" +reqwest = "0.12.0" +scraper = "0.19.0" youtubei-rs = "1.3.5" mime = "0.3.17" regex = "1.9.3"