aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.lock12
1 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a2f287..587c33a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -243,6 +243,10 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
+version = "1.0.0"
+
+[[package]]
+name = "bytes"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
@@ -1550,7 +1554,7 @@ dependencies = [
"ahash",
"atoi",
"byteorder",
- "bytes",
+ "bytes 1.7.1",
"crc",
"crossbeam-queue",
"either",
@@ -1628,7 +1632,7 @@ dependencies = [
"base64",
"bitflags 2.6.0",
"byteorder",
- "bytes",
+ "bytes 1.7.1",
"crc",
"digest",
"dotenvy",
@@ -1859,7 +1863,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
dependencies = [
"backtrace",
- "bytes",
+ "bytes 1.7.1",
"libc",
"mio",
"pin-project-lite",
@@ -2293,6 +2297,7 @@ version = "1.0.0"
dependencies = [
"anyhow",
"blake3",
+ "bytes 1.0.0",
"chrono",
"chrono-humanize",
"clap",
@@ -2316,6 +2321,7 @@ dependencies = [
name = "yt_dlp"
version = "0.1.0"
dependencies = [
+ "bytes 1.0.0",
"log",
"pyo3",
"serde",