Skip to content

Commit eef5cae

Browse files
authored
bump to 0.3.0 and cleanup the Cargo.toml and Buck2 files (#39)
* bump to 0.3.0 and cleanup the Cargo.toml and Buck2 files Signed-off-by: Eli Ma <[email protected]> * Fix the Copilot hint: Fixed missing closing parenthesis Signed-off-by: Eli Ma <[email protected]> --------- Signed-off-by: Eli Ma <[email protected]>
1 parent ad51124 commit eef5cae

File tree

118 files changed

+7
-4890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+7
-4890
lines changed

BUCK

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ rust_library(
2828
visibility = ["PUBLIC"],
2929
deps = [
3030
"//third-party/rust/crates/ahash/0.8.12:ahash",
31-
"//third-party/rust/crates/anyhow/1.0.100:anyhow",
32-
"//third-party/rust/crates/async-stream/0.3.6:async-stream",
3331
"//third-party/rust/crates/async-trait/0.1.89:async-trait",
3432
"//third-party/rust/crates/axum/0.8.7:axum",
35-
"//third-party/rust/crates/base64/0.22.1:base64",
3633
"//third-party/rust/crates/bincode/2.0.1:bincode",
3734
"//third-party/rust/crates/bstr/1.12.1:bstr",
3835
"//third-party/rust/crates/byteorder/1.5.0:byteorder",
@@ -46,22 +43,15 @@ rust_library(
4643
"//third-party/rust/crates/futures-util/0.3.31:futures-util",
4744
"//third-party/rust/crates/futures/0.3.31:futures",
4845
"//third-party/rust/crates/hex/0.4.3:hex",
49-
"//third-party/rust/crates/http/1.4.0:http",
50-
"//third-party/rust/crates/hyper/1.8.1:hyper",
5146
"//third-party/rust/crates/libc/0.2.177:libc",
5247
"//third-party/rust/crates/lru-mem/0.3.0:lru-mem",
5348
"//third-party/rust/crates/memchr/2.7.6:memchr",
5449
"//third-party/rust/crates/natord/1.0.9:natord",
5550
"//third-party/rust/crates/num_cpus/1.17.0:num_cpus",
5651
"//third-party/rust/crates/path-absolutize/3.1.1:path-absolutize",
5752
"//third-party/rust/crates/rayon/1.11.0:rayon",
58-
"//third-party/rust/crates/reqwest/0.12.24:reqwest",
59-
"//third-party/rust/crates/ring/0.17.14:ring",
60-
"//third-party/rust/crates/russh-keys/0.49.2:russh-keys",
61-
"//third-party/rust/crates/russh/0.54.6:russh",
6253
"//third-party/rust/crates/sea-orm/1.1.19:sea-orm",
6354
"//third-party/rust/crates/serde/1.0.228:serde",
64-
"//third-party/rust/crates/serde_json/1.0.145:serde_json",
6555
"//third-party/rust/crates/sha1/0.10.6:sha1",
6656
"//third-party/rust/crates/sha2/0.10.9:sha2",
6757
"//third-party/rust/crates/similar/2.7.0:similar",
@@ -91,11 +81,8 @@ rust_test(
9181
visibility = ["PUBLIC"],
9282
deps = [
9383
"//third-party/rust/crates/ahash/0.8.12:ahash",
94-
"//third-party/rust/crates/anyhow/1.0.100:anyhow",
95-
"//third-party/rust/crates/async-stream/0.3.6:async-stream",
9684
"//third-party/rust/crates/async-trait/0.1.89:async-trait",
9785
"//third-party/rust/crates/axum/0.8.7:axum",
98-
"//third-party/rust/crates/base64/0.22.1:base64",
9986
"//third-party/rust/crates/bincode/2.0.1:bincode",
10087
"//third-party/rust/crates/bstr/1.12.1:bstr",
10188
"//third-party/rust/crates/byteorder/1.5.0:byteorder",
@@ -109,8 +96,6 @@ rust_test(
10996
"//third-party/rust/crates/futures-util/0.3.31:futures-util",
11097
"//third-party/rust/crates/futures/0.3.31:futures",
11198
"//third-party/rust/crates/hex/0.4.3:hex",
112-
"//third-party/rust/crates/http/1.4.0:http",
113-
"//third-party/rust/crates/hyper/1.8.1:hyper",
11499
"//third-party/rust/crates/libc/0.2.177:libc",
115100
"//third-party/rust/crates/lru-mem/0.3.0:lru-mem",
116101
"//third-party/rust/crates/memchr/2.7.6:memchr",
@@ -121,13 +106,8 @@ rust_test(
121106
"//third-party/rust/crates/rand/0.9.2:rand",
122107
"//third-party/rust/crates/rand_chacha/0.9.0:rand_chacha",
123108
"//third-party/rust/crates/rayon/1.11.0:rayon",
124-
"//third-party/rust/crates/reqwest/0.12.24:reqwest",
125-
"//third-party/rust/crates/ring/0.17.14:ring",
126-
"//third-party/rust/crates/russh-keys/0.49.2:russh-keys",
127-
"//third-party/rust/crates/russh/0.54.6:russh",
128109
"//third-party/rust/crates/sea-orm/1.1.19:sea-orm",
129110
"//third-party/rust/crates/serde/1.0.228:serde",
130-
"//third-party/rust/crates/serde_json/1.0.145:serde_json",
131111
"//third-party/rust/crates/sha1/0.10.6:sha1",
132112
"//third-party/rust/crates/sha2/0.10.9:sha2",
133113
"//third-party/rust/crates/similar/2.7.0:similar",

Cargo.lock

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-internal"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT"
66
description = "Git-Internal is a high-performance Rust library for encoding and decoding Git internal objects and Pack files."
@@ -9,7 +9,7 @@ exclude = ["tests"]
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
bstr = "1.12.0"
12+
bstr = "1.12.1"
1313
hex = "0.4.3"
1414
thiserror = "2.0.17"
1515
tracing = "0.1.43"
@@ -23,29 +23,24 @@ lru-mem = "0.3.0"
2323
byteorder = "1.5.0"
2424
futures-util = "0.3.31"
2525
bytes = "1.11.0"
26-
memchr = "2.7.4"
26+
memchr = "2.7.6"
2727
encoding_rs = "0.8.35"
2828
rayon = "1.11.0"
29-
serde_json = "1.0.145"
3029
ahash = "0.8.12"
31-
3230
diffs = "0.5.1"
3331
libc = "0.2.177"
3432
zstd-sys = { version = "2.0.16+zstd.1.5.7", features = ["experimental"] }
3533
sea-orm = { version = "1.1.17", features = ["sqlx-sqlite"] }
36-
flate2 = { version = "1.1.4", features = ["zlib"] }
34+
flate2 = { version = "1.1.5", features = ["zlib"] }
3735
serde = { version = "1.0.228", features = ["derive"] }
3836
chrono = { version = "0.4.42", features = ["serde"] }
3937
uuid = { version = "1.18.1", features = ["v4"] }
40-
tokio = { version = "1.47.1", features = ["fs"] }
38+
tokio = { version = "1.48.0", features = ["fs"] }
4139
bincode = { version = "2.0.1", features = ["serde"] }
4240
axum = { version = "0.8.7", features = ["macros", "json"] }
43-
async-trait = "0.1.83"
41+
async-trait = "0.1.89"
4442
futures = "0.3.31"
4543
tokio-stream = "0.1.17"
46-
http = "1.4.0"
47-
# SSH server dependencies
48-
hyper = "1.8.1"
4944
natord = "1.0.9"
5045
tempfile = "3.23.0"
5146
path-absolutize = "3.1.1"

third-party/rust/crates/aead/0.5.2/BUCK

Lines changed: 0 additions & 32 deletions
This file was deleted.

third-party/rust/crates/aes-gcm/0.10.3/BUCK

Lines changed: 0 additions & 37 deletions
This file was deleted.

third-party/rust/crates/anyhow/1.0.100/BUCK

Lines changed: 0 additions & 66 deletions
This file was deleted.

third-party/rust/crates/argon2/0.5.3/BUCK

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)