Skip to content

Commit a647b16

Browse files
committed
vendor: inhouse futures
1 parent 7c96f62 commit a647b16

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
@@ -101,3 +101,4 @@ crypto_secretbox = { path = "lib/vendor/crypto_secretbox" }
101101
portable-pty = { path = "lib/vendor/portable-pty" }
102102
tokio-stream = { path = "lib/vendor/tokio-stream" }
103103
tracing-subscriber = { path = "lib/vendor/tracing-subscriber" }
104+
futures = { path = "lib/vendor/futures" }

lib/vendor-manifest/futures.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
crate = "futures"
2+
version = "0.3.31"
3+
source = "crates.io"
4+
synced_at_utc = "2026-02-22T18:55:46Z"
5+
history_repo = "lib/vendor-history/futures.git"
6+
history_head = "0fa19ce3ec63d93ed56145a64def347d82e720fc"
7+
materialized_path = "lib/vendor/futures"
8+
sync_cmd = "scripts/vendor/inhouse-crate.sh futures 0.3.31"

scripts/vendor/important-crates.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ crypto_secretbox
77
portable-pty
88
tokio-stream
99
tracing-subscriber
10+
futures

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 = "5d4d1476b77724dfb280398eef232e75a7ff3211"
5+
commit = "e692b5368837496d017221bf0ac6662760512423"
66

77
[[crate]]
88
name = "axum"
@@ -57,3 +57,9 @@ name = "tracing-subscriber"
5757
repo_path = "crates/tracing-subscriber"
5858
manifest_path = "manifests/tracing-subscriber.toml"
5959
materialized_path = "lib/vendor/tracing-subscriber"
60+
61+
[[crate]]
62+
name = "futures"
63+
repo_path = "crates/futures"
64+
manifest_path = "manifests/futures.toml"
65+
materialized_path = "lib/vendor/futures"

0 commit comments

Comments
 (0)