File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,3 +110,6 @@ hmac = { path = "lib/vendor/hmac" }
110110toml = { path = " lib/vendor/toml" }
111111clap = { path = " lib/vendor/clap" }
112112notify-debouncer-mini = { path = " lib/vendor/notify-debouncer-mini" }
113+ ignore = { path = " lib/vendor/ignore" }
114+ x25519-dalek = { path = " lib/vendor/x25519-dalek" }
115+ rusqlite = { path = " lib/vendor/rusqlite" }
Original file line number Diff line number Diff line change 1+ crate = " ignore"
2+ version = " 0.4.25"
3+ source = " crates.io"
4+ registry_index = " https://github.com/rust-lang/crates.io-index"
5+ cargo_registry_checksum = " d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
6+ crate_archive_sha256 = " d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
7+ checksum_match = " yes"
8+ upstream_repository = " https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
9+ upstream_homepage = " https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
10+ synced_at_utc = " 2026-02-23T09:23:22Z"
11+ history_repo = " lib/vendor-history/ignore.git"
12+ history_head = " 932118a48f5d111ef261e1e108bbf356269d618f"
13+ materialized_path = " lib/vendor/ignore"
14+ sync_cmd = " scripts/vendor/inhouse-crate.sh ignore 0.4.25"
Original file line number Diff line number Diff line change 1+ crate = " rusqlite"
2+ version = " 0.32.1"
3+ source = " crates.io"
4+ registry_index = " https://github.com/rust-lang/crates.io-index"
5+ cargo_registry_checksum = " 7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
6+ crate_archive_sha256 = " 7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
7+ checksum_match = " yes"
8+ upstream_repository = " https://github.com/rusqlite/rusqlite"
9+ upstream_homepage = " "
10+ synced_at_utc = " 2026-02-23T09:23:35Z"
11+ history_repo = " lib/vendor-history/rusqlite.git"
12+ history_head = " 56a38deb796f9bf7ade2ea93f0545d820fc5df23"
13+ materialized_path = " lib/vendor/rusqlite"
14+ sync_cmd = " scripts/vendor/inhouse-crate.sh rusqlite 0.32.1"
Original file line number Diff line number Diff line change 1+ crate = " x25519-dalek"
2+ version = " 2.0.1"
3+ source = " crates.io"
4+ registry_index = " https://github.com/rust-lang/crates.io-index"
5+ cargo_registry_checksum = " c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
6+ crate_archive_sha256 = " c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
7+ checksum_match = " yes"
8+ upstream_repository = " https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek"
9+ upstream_homepage = " https://github.com/dalek-cryptography/curve25519-dalek"
10+ synced_at_utc = " 2026-02-23T09:23:30Z"
11+ history_repo = " lib/vendor-history/x25519-dalek.git"
12+ history_head = " b3c01403757dcebd4c603f0f9c28dc924be49d75"
13+ materialized_path = " lib/vendor/x25519-dalek"
14+ sync_cmd = " scripts/vendor/inhouse-crate.sh x25519-dalek 2.0.1"
Original file line number Diff line number Diff line change 1616toml
1717clap
1818notify-debouncer-mini
19+ ignore
20+ x25519-dalek
21+ rusqlite
Original file line number Diff line number Diff line change 22repo = " git@github.com:nikivdev/flow-vendor.git"
33branch = " main"
44checkout = " .vendor/flow-vendor"
5- commit = " 721e1d4f00d993e184b3e98902b7c09f92fcd777 "
5+ commit = " eabe9af13b4e98b680a56984da11175f193e15c8 "
66
77[[crate ]]
88name = " axum"
@@ -111,3 +111,22 @@ name = "notify-debouncer-mini"
111111repo_path = " crates/notify-debouncer-mini"
112112manifest_path = " manifests/notify-debouncer-mini.toml"
113113materialized_path = " lib/vendor/notify-debouncer-mini"
114+
115+
116+ [[crate ]]
117+ name = " ignore"
118+ repo_path = " crates/ignore"
119+ manifest_path = " manifests/ignore.toml"
120+ materialized_path = " lib/vendor/ignore"
121+
122+ [[crate ]]
123+ name = " x25519-dalek"
124+ repo_path = " crates/x25519-dalek"
125+ manifest_path = " manifests/x25519-dalek.toml"
126+ materialized_path = " lib/vendor/x25519-dalek"
127+
128+ [[crate ]]
129+ name = " rusqlite"
130+ repo_path = " crates/rusqlite"
131+ manifest_path = " manifests/rusqlite.toml"
132+ materialized_path = " lib/vendor/rusqlite"
You can’t perform that action at this time.
0 commit comments