about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
commit668bcef7684093859f0d8931f89cd015260d99ee (patch)
tree8f6754380afe23f43f97b3317789ab143ed38674 /crates
parentbuild(update.sh): Also work, when the cwd directory changed (diff)
downloadyt-668bcef7684093859f0d8931f89cd015260d99ee.zip
build(treewide): Update
Diffstat (limited to 'crates')
-rw-r--r--crates/fmt/Cargo.toml2
-rw-r--r--crates/libmpv2/libmpv2-sys/Cargo.toml2
-rw-r--r--crates/yt/Cargo.toml20
-rw-r--r--crates/yt_dlp/Cargo.toml4
-rw-r--r--crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml2
5 files changed, 15 insertions, 15 deletions
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"] }