Skip to content

Commit f66003c

Browse files
committed
vendor: inhouse tokio-stream
1 parent 1d365ec commit f66003c

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ ratatui = { path = "lib/vendor/ratatui" }
9999
url = { path = "lib/vendor/url" }
100100
crypto_secretbox = { path = "lib/vendor/crypto_secretbox" }
101101
portable-pty = { path = "lib/vendor/portable-pty" }
102+
tokio-stream = { path = "lib/vendor/tokio-stream" }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
crate = "tokio-stream"
2+
version = "0.1.17"
3+
source = "crates.io"
4+
synced_at_utc = "2026-02-22T18:35:18Z"
5+
history_repo = "lib/vendor-history/tokio-stream.git"
6+
history_head = "f9ff034b2d784ce5c9c3f91c846d4e3cb373e613"
7+
materialized_path = "lib/vendor/tokio-stream"
8+
sync_cmd = "scripts/vendor/inhouse-crate.sh tokio-stream 0.1.17"

scripts/vendor/important-crates.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ ratatui
55
url
66
crypto_secretbox
77
portable-pty
8+
tokio-stream

vendor.lock.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repo = "git@github.com:nikivdev/flow-vendor.git"
33
branch = "main"
44
checkout = ".vendor/flow-vendor"
5-
commit = "d954c99a2c3cf94853fd4ed678839b2005f22e42"
5+
commit = "d3e7c1582cef379e938637ba20b365cb45f008fa"
66

77
[[crate]]
88
name = "axum"
@@ -45,3 +45,9 @@ name = "portable-pty"
4545
repo_path = "crates/portable-pty"
4646
manifest_path = "manifests/portable-pty.toml"
4747
materialized_path = "lib/vendor/portable-pty"
48+
49+
[[crate]]
50+
name = "tokio-stream"
51+
repo_path = "crates/tokio-stream"
52+
manifest_path = "manifests/tokio-stream.toml"
53+
materialized_path = "lib/vendor/tokio-stream"

0 commit comments

Comments
 (0)