1 Commits

Author SHA1 Message Date
00d2f2365f Update Rust crate anyhow to v1.0.98
Some checks failed
tests / fmt (push) Successful in 50s
tests / build (push) Successful in 1m26s
tests / test (push) Successful in 1m29s
tests / pre-commit (push) Successful in 52s
tests / clippy (push) Failing after 4m38s
2025-04-15 00:02:02 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -99,9 +99,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.97" version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]] [[package]]
name = "arrayvec" name = "arrayvec"

View File

@@ -18,7 +18,7 @@ RUN touch src/main.rs
RUN cargo build --release --locked RUN cargo build --release --locked
# Release image # Release image
FROM debian:bullseye-slim@sha256:fdd75562fdcde1039c2480a1ea1cd2cf03b18b6e4cb551cabb03bde66ade8a5d FROM debian:bullseye-slim@sha256:e4b93db6aad977a95aa103917f3de8a2b16ead91cf255c3ccdb300c5d20f3015
RUN apt-get update && apt-get install -y python3-pip RUN apt-get update && apt-get install -y python3-pip
RUN pip install -U yt-dlp RUN pip install -U yt-dlp