Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 4261f65 commit 34ab149
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 34ab149

Please sign in to comment.