Skip to content

Commit 347eaa2

Browse files
committed
vendor: inhouse ignore x25519-dalek rusqlite
1 parent db1fcdf commit 347eaa2

7 files changed

Lines changed: 68 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ hmac = { path = "lib/vendor/hmac" }
110110
toml = { path = "lib/vendor/toml" }
111111
clap = { path = "lib/vendor/clap" }
112112
notify-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" }

lib/vendor-manifest/ignore.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

lib/vendor-manifest/rusqlite.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

scripts/vendor/important-crates.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ hmac
1616
toml
1717
clap
1818
notify-debouncer-mini
19+
ignore
20+
x25519-dalek
21+
rusqlite

vendor.lock.toml

Lines changed: 20 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 = "721e1d4f00d993e184b3e98902b7c09f92fcd777"
5+
commit = "eabe9af13b4e98b680a56984da11175f193e15c8"
66

77
[[crate]]
88
name = "axum"
@@ -111,3 +111,22 @@ name = "notify-debouncer-mini"
111111
repo_path = "crates/notify-debouncer-mini"
112112
manifest_path = "manifests/notify-debouncer-mini.toml"
113113
materialized_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"

0 commit comments

Comments
 (0)