about summary refs log tree commit diff stats
path: root/yt_dlp/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/Cargo.lock')
-rw-r--r--yt_dlp/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/yt_dlp/Cargo.lock b/yt_dlp/Cargo.lock
index 4082d62..cb8d7c9 100644
--- a/yt_dlp/Cargo.lock
+++ b/yt_dlp/Cargo.lock
@@ -15,6 +15,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
 
 [[package]]
+name = "bytes"
+version = "1.0.0"
+
+[[package]]
 name = "cfg-if"
 version = "1.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -589,6 +593,7 @@ dependencies = [
 name = "yt_dlp"
 version = "0.1.0"
 dependencies = [
+ "bytes",
  "log",
  "pyo3",
  "serde",