From 668bcef7684093859f0d8931f89cd015260d99ee Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 30 Nov 2025 15:16:19 +0100 Subject: build(treewide): Update --- crates/fmt/Cargo.toml | 2 +- crates/libmpv2/libmpv2-sys/Cargo.toml | 2 +- crates/yt/Cargo.toml | 20 ++++++++++---------- crates/yt_dlp/Cargo.toml | 4 ++-- crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'crates') diff --git a/crates/fmt/Cargo.toml b/crates/fmt/Cargo.toml index f3cf4ad..dd314ab 100644 --- a/crates/fmt/Cargo.toml +++ b/crates/fmt/Cargo.toml @@ -24,7 +24,7 @@ publish = false path = "src/fmt.rs" [dependencies] -unicode-width = "0.2.1" +unicode-width = "0.2.2" [lints] workspace = true diff --git a/crates/libmpv2/libmpv2-sys/Cargo.toml b/crates/libmpv2/libmpv2-sys/Cargo.toml index 96141d3..0be2c7a 100644 --- a/crates/libmpv2/libmpv2-sys/Cargo.toml +++ b/crates/libmpv2/libmpv2-sys/Cargo.toml @@ -23,4 +23,4 @@ rust-version.workspace = true publish = false [build-dependencies] -bindgen = { version = "0.72.0" } +bindgen = { version = "0.72.1" } diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index 0b6c581..6184eb7 100644 --- a/crates/yt/Cargo.toml +++ b/crates/yt/Cargo.toml @@ -24,33 +24,33 @@ rust-version.workspace = true publish = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blake3 = { version = "1.8.2", features = ["serde"] } -chrono = { version = "0.4.41", features = ["now"] } +chrono = { version = "0.4.42", features = ["now"] } chrono-humanize = "0.2.3" -clap = { version = "4.5.41", features = ["derive"] } -clap_complete = { version = "4.5.55", features = ["unstable-dynamic"] } +clap = { version = "4.5.53", features = ["derive"] } +clap_complete = { version = "4.5.61", features = ["unstable-dynamic"] } colors.workspace = true futures = "0.3.31" libmpv2.workspace = true log.workspace = true -notify = { version = "8.1.0", default-features = false } -regex = "1.11.1" +notify = { version = "8.2.0", default-features = false } +regex = "1.12.2" 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" +tempfile = "3.23.0" termsize.workspace = true -tokio-util = { version = "0.7.15", features = ["rt"] } +tokio-util = { version = "0.7.17", features = ["rt"] } tokio.workspace = true -toml = "0.9.2" +toml = "0.9.8" url.workspace = true uu_fmt.workspace = true xdg = "3.0.0" yt_dlp.workspace = true -reqwest = "0.12.22" +reqwest = "0.12.24" [[bin]] name = "yt" diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml index 87bb610..eb2924d 100644 --- a/crates/yt_dlp/Cargo.toml +++ b/crates/yt_dlp/Cargo.toml @@ -22,13 +22,13 @@ rust-version.workspace = true publish = true [dependencies] -curl = "0.4.48" +curl = "0.4.49" log.workspace = true pyo3 = { workspace = true } pyo3-pylogger = { path = "crates/pyo3-pylogger" } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -thiserror = "2.0.12" +thiserror = "2.0.17" url.workspace = true [lints] diff --git a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml index 28dfacd..89c827d 100644 --- a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml +++ b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml @@ -28,4 +28,4 @@ documentation = "https://github.com/dylanbstorey/pyo3-pylogger" [dependencies] pyo3 = { workspace = true } log = { workspace = true } -phf = { version = "0.12", features = ["macros"] } +phf = { version = "0.13", features = ["macros"] } -- cgit 1.4.1