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 Dec 10, 2024
1 parent 4dcf12c commit 84b0c8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
futures = "0.3.30"

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"
once_cell = "1.18.0"

mongodb = "3.0.0"
rust-s3 = "0.33.0"
rust-s3 = "0.35.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
validator = { version = "0.16.1", features = ["derive"] }
validator = { version = "0.19.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"
actix-multipart = "0.7.0"

webp = "0.2.6"
image = "0.24.7"
imagesize = "0.12.0"
ffprobe = "0.3.3"
webp = "0.3.0"
image = "0.25.0"
imagesize = "0.13.0"
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.22.0"
youtubei-rs = "1.3.5"
mime = "0.3.17"
regex = "1.9.3"

0 comments on commit 84b0c8d

Please sign in to comment.