11[package ]
22name = " git-internal"
3- version = " 0.8.4 "
3+ version = " 0.8.5 "
44edition = " 2024"
55authors = [" Eli Ma <genedna@gmail.com>" ]
66description = " High-performance Rust library for Git internal objects, Pack files, and AI-assisted development objects (Intent, Plan, Task, Run, Evidence, Decision) with delta compression, streaming I/O, and smart protocol support."
@@ -17,7 +17,7 @@ exclude = ["tests", ".github", ".claude", ".devcontainer", "examples"]
1717maintenance = { status = " actively-developed" }
1818
1919[dependencies ]
20- bstr = " 1.12.3 "
20+ bstr = " 1.13.0 "
2121hex = " 0.4.3"
2222thiserror = " 2.0.18"
2323tracing = " 0.1.44"
@@ -38,11 +38,11 @@ ahash = "0.8.12"
3838diffs = " 0.5.1"
3939libc = " 0.2.186"
4040async-trait = " 0.1.89"
41- futures = " 0.3.32 "
41+ futures = " 0.3.33 "
4242tokio-stream = " 0.1.18"
4343natord = " 1.0.9"
4444tempfile = " 3.27.0"
45- path-absolutize = " 3.1 .1"
45+ path-absolutize = " 4.0 .1"
4646similar = " 3.1.1"
4747sha2 = " 0.11.0"
4848crc32fast = " 1.5.0"
@@ -53,8 +53,8 @@ sea-orm = { version = "1.1.20", features = ["sqlx-sqlite"] }
5353flate2 = { version = " 1.1.9" , default-features = false , features = [" zlib-rs" ] }
5454serde = { version = " 1.0.228" , features = [" derive" ] }
5555chrono = { version = " 0.4.45" , features = [" serde" ] }
56- uuid = { version = " 1.23.4 " , features = [" serde" , " v4" , " v7" ] }
57- tokio = { version = " 1.52.3 " , features = [" fs" , " io-util" ] }
56+ uuid = { version = " 1.24.0 " , features = [" serde" , " v4" , " v7" ] }
57+ tokio = { version = " 1.53.0 " , features = [" fs" , " io-util" ] }
5858rkyv = { version = " 0.8.17" , features = [" bytecheck" ] }
5959axum = { version = " 0.8.9" , features = [" macros" , " json" ] }
6060
0 commit comments