diff options
Diffstat (limited to 'crates/yt_dlp')
-rw-r--r-- | crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |