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/yt_dlp/Cargo.toml | 4 ++-- crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/yt_dlp') 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