diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-26 18:15:40 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-26 18:15:40 +0200 |
| commit | 0b553383fe8d9cf85b27f83d99281a9d5ce8c948 (patch) | |
| tree | f7f3b2b8dd22e83a130055235903a71f53f26b05 | |
| parent | feat(yt/download/hooks): Show progress of post-processors (diff) | |
| download | yt-0b553383fe8d9cf85b27f83d99281a9d5ce8c948.zip | |
build(Cargo.toml): Update pins
Diffstat (limited to '')
| -rw-r--r-- | crates/yt/Cargo.toml | 24 | ||||
| -rw-r--r-- | crates/yt_dlp/Cargo.toml | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index 6184eb7..d36f7dc 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.100" -blake3 = { version = "1.8.2", features = ["serde"] } -chrono = { version = "0.4.42", features = ["now"] } +anyhow = "1.0.102" +blake3 = { version = "1.8.5", features = ["serde"] } +chrono = { version = "0.4.44", features = ["now"] } chrono-humanize = "0.2.3" -clap = { version = "4.5.53", features = ["derive"] } -clap_complete = { version = "4.5.61", features = ["unstable-dynamic"] } +clap = { version = "4.6.1", features = ["derive"] } +clap_complete = { version = "4.6.5", features = ["unstable-dynamic"] } colors.workspace = true -futures = "0.3.31" +futures = "0.3.32" libmpv2.workspace = true log.workspace = true notify = { version = "8.2.0", default-features = false } -regex = "1.12.2" +regex = "1.12.3" serde.workspace = true serde_json.workspace = true -shlex = "1.3.0" +shlex = "2.0.1" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } stderrlog = "0.6.0" -tempfile = "3.23.0" +tempfile = "3.27.0" termsize.workspace = true -tokio-util = { version = "0.7.17", features = ["rt"] } +tokio-util = { version = "0.7.18", features = ["rt"] } tokio.workspace = true -toml = "0.9.8" +toml = "1.1.2" url.workspace = true uu_fmt.workspace = true xdg = "3.0.0" yt_dlp.workspace = true -reqwest = "0.12.24" +reqwest = "0.13.4" [[bin]] name = "yt" diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml index eb2924d..7f2170e 100644 --- a/crates/yt_dlp/Cargo.toml +++ b/crates/yt_dlp/Cargo.toml @@ -28,7 +28,7 @@ pyo3 = { workspace = true } pyo3-pylogger = { path = "crates/pyo3-pylogger" } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -thiserror = "2.0.17" +thiserror = "2.0.18" url.workspace = true [lints] |
