Skip to content

Commit a35a8ea

Browse files
committed
vendor: inhouse tower-http via flow-vendor
1 parent 1c1bea0 commit a35a8ea

4 files changed

Lines changed: 16 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
@@ -94,3 +94,4 @@ linux-host-simd-json = ["dep:simd-json"]
9494
[patch.crates-io]
9595
axum = { path = "lib/vendor/axum" }
9696
reqwest = { path = "lib/vendor/reqwest" }
97+
tower-http = { path = "lib/vendor/tower-http" }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
crate = "tower-http"
2+
version = "0.6.7"
3+
source = "crates.io"
4+
synced_at_utc = "2026-02-22T17:32:56Z"
5+
history_repo = "lib/vendor-history/tower-http.git"
6+
history_head = "e07dc3a68986d50ea109ece58b30a6dc7b79981f"
7+
materialized_path = "lib/vendor/tower-http"
8+
sync_cmd = "scripts/vendor/inhouse-crate.sh tower-http 0.6.7"

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 = "6b151fffc36df796e514297421dd92eae0da229c"
5+
commit = "1f04f26fe589f5907305572d1defbe2b77d8f271"
66

77
[[crate]]
88
name = "axum"
@@ -15,3 +15,9 @@ name = "reqwest"
1515
repo_path = "crates/reqwest"
1616
manifest_path = "manifests/reqwest.toml"
1717
materialized_path = "lib/vendor/reqwest"
18+
19+
[[crate]]
20+
name = "tower-http"
21+
repo_path = "crates/tower-http"
22+
manifest_path = "manifests/tower-http.toml"
23+
materialized_path = "lib/vendor/tower-http"

0 commit comments

Comments
 (0)