Skip to content

Commit 88fb3b5

Browse files
committed
chore(vendor): refresh vendored crate pins
Update the vendored crate set to the latest available patch/minor releases currently exposed by Flow's vendor sync loop: clap 4.6.0, rusqlite 0.39.0, toml 1.0.7+spec-1.1.0, and tracing-subscriber 0.3.23. Why this change: - keep the in-repo vendored set current without introducing broad source churn - align the first-party rusqlite constraint with the newly vendored minor release so Cargo resolves the patched crate instead of silently falling back to the registry pin - preserve the existing vendor workflow by updating only lock, manifest, and pin metadata in the main repo Validation: - cargo check -q - strict vendor audit: correctness errors cleared; only pre-existing manifest metadata warnings remain - targeted tests: read_codex_thread_schema_detects_optional_columns, derive_codex_open_plan_trace_assigns_plain_routes, build_pr_feedback_workflow_explanation_surfaces_packet_and_command, codex_eval_opportunities_flag_missing_runtime_and_daemon - vendor iteration benchmark recorded fresh cargo check samples in out/vendor/iteration_bench.jsonl Notes: - full cargo test --lib still has pre-existing unrelated failures in this checkout (missing test fixtures, stale help snapshot, absolute-home-path hygiene), so this commit is validated on the dependency-sensitive surfaces rather than treated as a full green-tree sweep.
1 parent 66f92ad commit 88fb3b5

7 files changed

Lines changed: 52 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ratatui = { version = "0.30", default-features = false, features = ["crossterm"]
4848
crossterm = "0.29"
4949
reqwest = { version = "0.13", default-features = false, features = ["json", "blocking", "query", "rustls"] }
5050
which = "8"
51-
rusqlite = { version = "0.38", features = ["bundled"] }
51+
rusqlite = { version = "0.39", features = ["bundled"] }
5252
notify = "8"
5353
notify-debouncer-mini = "0.7"
5454
shellexpand = "3"

lib/vendor-manifest/clap.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
crate = "clap"
2-
version = "4.5.60"
2+
version = "4.6.0"
33
source = "crates.io"
44
registry_index = "https://github.com/rust-lang/crates.io-index"
5-
cargo_registry_checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
6-
crate_archive_sha256 = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
5+
cargo_registry_checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
6+
crate_archive_sha256 = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
77
checksum_match = "yes"
88
upstream_repository = "https://github.com/clap-rs/clap"
99
upstream_homepage = ""
10-
synced_at_utc = "2026-03-09T16:48:34Z"
10+
synced_at_utc = "2026-03-18T18:43:50Z"
1111
history_repo = "lib/vendor-history/clap.git"
12-
history_head = "dc0dce5c27d4a8f6e623fb7aad263d17d94d7d19"
12+
history_head = "2b9744adfa21ccac060f42fce80cfeebfbcebbe5"
1313
materialized_path = "lib/vendor/clap"
14-
sync_cmd = "scripts/vendor/inhouse-crate.sh clap 4.5.60"
14+
sync_cmd = "scripts/vendor/inhouse-crate.sh clap 4.6.0"

lib/vendor-manifest/rusqlite.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
crate = "rusqlite"
2-
version = "0.38.0"
2+
version = "0.39.0"
33
source = "crates.io"
44
registry_index = "https://github.com/rust-lang/crates.io-index"
5-
cargo_registry_checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
6-
crate_archive_sha256 = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
5+
cargo_registry_checksum = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e"
6+
crate_archive_sha256 = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e"
77
checksum_match = "yes"
88
upstream_repository = "https://github.com/rusqlite/rusqlite"
99
upstream_homepage = ""
10-
synced_at_utc = "2026-03-09T16:49:34Z"
10+
synced_at_utc = "2026-03-18T18:43:53Z"
1111
history_repo = "lib/vendor-history/rusqlite.git"
12-
history_head = "5aef0ef20c0bd10b243df0668db04171e42196f9"
12+
history_head = "ec74f8123a7ab7973c969dd538a681e5838461a4"
1313
materialized_path = "lib/vendor/rusqlite"
14-
sync_cmd = "scripts/vendor/inhouse-crate.sh rusqlite 0.38.0"
14+
sync_cmd = "scripts/vendor/inhouse-crate.sh rusqlite 0.39.0"

lib/vendor-manifest/toml.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
crate = "toml"
2-
version = "1.0.6+spec-1.1.0"
2+
version = "1.0.7+spec-1.1.0"
33
source = "crates.io"
44
registry_index = "https://github.com/rust-lang/crates.io-index"
5-
cargo_registry_checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
6-
crate_archive_sha256 = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
5+
cargo_registry_checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96"
6+
crate_archive_sha256 = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96"
77
checksum_match = "yes"
88
upstream_repository = "https://github.com/toml-rs/toml"
99
upstream_homepage = ""
10-
synced_at_utc = "2026-03-09T16:49:41Z"
10+
synced_at_utc = "2026-03-18T18:43:56Z"
1111
history_repo = "lib/vendor-history/toml.git"
12-
history_head = "86abe71bec028f0fdd6afdbe4f0f1eb2e0b41dd6"
12+
history_head = "9bc4b3f4804194d8a42535001fb7c9ddfde6f2b0"
1313
materialized_path = "lib/vendor/toml"
14-
sync_cmd = "scripts/vendor/inhouse-crate.sh toml 1.0.6+spec-1.1.0"
14+
sync_cmd = "scripts/vendor/inhouse-crate.sh toml 1.0.7+spec-1.1.0"
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
crate = "tracing-subscriber"
2-
version = "0.3.22"
2+
version = "0.3.23"
33
source = "crates.io"
4-
synced_at_utc = "2026-02-22T18:36:56Z"
4+
registry_index = "https://github.com/rust-lang/crates.io-index"
5+
cargo_registry_checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
6+
crate_archive_sha256 = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
7+
checksum_match = "yes"
8+
upstream_repository = "https://github.com/tokio-rs/tracing"
9+
upstream_homepage = "https://tokio.rs"
10+
synced_at_utc = "2026-03-18T18:43:57Z"
511
history_repo = "lib/vendor-history/tracing-subscriber.git"
6-
history_head = "a201388c2788499ee8681d87d5080f0b5f2e2cec"
12+
history_head = "86291ff1c974187a82c5d33b310940c01f1ed3a8"
713
materialized_path = "lib/vendor/tracing-subscriber"
8-
sync_cmd = "scripts/vendor/inhouse-crate.sh tracing-subscriber 0.3.22"
14+
sync_cmd = "scripts/vendor/inhouse-crate.sh tracing-subscriber 0.3.23"

vendor.lock.toml

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

77
[[crate]]
88
name = "axum"

0 commit comments

Comments
 (0)