From 58dfb436de0ae70540574195dc113f07e97483b4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Jul 2025 18:17:51 +0200 Subject: build(treewide): Update --- crates/libmpv2/Cargo.toml | 2 +- crates/yt/Cargo.toml | 26 +++++++++++++------------- crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'crates') diff --git a/crates/libmpv2/Cargo.toml b/crates/libmpv2/Cargo.toml index fb2f5bf..67fbfec 100644 --- a/crates/libmpv2/Cargo.toml +++ b/crates/libmpv2/Cargo.toml @@ -28,7 +28,7 @@ log.workspace = true [dev-dependencies] crossbeam = "0.8" -sdl2 = "0.37.0" +sdl2 = "0.38.0" [features] default = ["protocols", "render"] diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index 54a7ed7..784c7d6 100644 --- a/crates/yt/Cargo.toml +++ b/crates/yt/Cargo.toml @@ -28,29 +28,29 @@ anyhow = "1.0.98" blake3 = "1.8.2" chrono = { version = "0.4.41", features = ["now"] } chrono-humanize = "0.2.3" -clap = { version = "4.5.40", features = ["derive"] } -clap_complete = { version = "4.5.54", features = ["unstable-dynamic"] } +clap = { version = "4.5.41", features = ["derive"] } +clap_complete = { version = "4.5.55", features = ["unstable-dynamic"] } colors.workspace = true futures = "0.3.31" owo-colors = "4.2.2" -regex = "1.11.1" -sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } -stderrlog = "0.6.0" -tempfile = "3.20.0" -toml = "0.8.23" -xdg = "3.0.0" -shlex = "1.3.0" libmpv2.workspace = true log.workspace = true +notify = { version = "8.1.0", default-features = false } +regex = "1.11.1" serde.workspace = true serde_json.workspace = true +shlex = "1.3.0" +sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } +stderrlog = "0.6.0" +tempfile = "3.20.0" +termsize.workspace = true +tokio-util = { version = "0.7.15", features = ["rt"] } tokio.workspace = true +toml = "0.9.2" url.workspace = true -yt_dlp.workspace = true -termsize.workspace = true uu_fmt.workspace = true -notify = { version = "8.0.0", default-features = false } -tokio-util = { version = "0.7.15", features = ["rt"] } +xdg = "3.0.0" +yt_dlp.workspace = true [[bin]] name = "yt" diff --git a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml index 85193eb..1deafd9 100644 --- a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml +++ b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml @@ -14,4 +14,4 @@ documentation = "https://github.com/dylanbstorey/pyo3-pylogger" [dependencies] pyo3 = { workspace = true } log = { workspace = true } -phf = { version = "0.11", features = ["macros"] } +phf = { version = "0.12", features = ["macros"] } -- cgit 1.4.1