Skip to content

Commit dda106a

Browse files
committed
Merge branch 'agent/delta-decode-errors'
2 parents 0fd6984 + d16df1e commit dda106a

2 files changed

Lines changed: 35 additions & 38 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 32 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-internal"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2024"
55
authors = ["Eli Ma <genedna@gmail.com>"]
66
description = "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"]
1717
maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
20-
bstr = "1.12.3"
20+
bstr = "1.13.0"
2121
hex = "0.4.3"
2222
thiserror = "2.0.18"
2323
tracing = "0.1.44"
@@ -38,11 +38,11 @@ ahash = "0.8.12"
3838
diffs = "0.5.1"
3939
libc = "0.2.186"
4040
async-trait = "0.1.89"
41-
futures = "0.3.32"
41+
futures = "0.3.33"
4242
tokio-stream = "0.1.18"
4343
natord = "1.0.9"
4444
tempfile = "3.27.0"
45-
path-absolutize = "3.1.1"
45+
path-absolutize = "4.0.1"
4646
similar = "3.1.1"
4747
sha2 = "0.11.0"
4848
crc32fast = "1.5.0"
@@ -53,8 +53,8 @@ sea-orm = { version = "1.1.20", features = ["sqlx-sqlite"] }
5353
flate2 = { version = "1.1.9", default-features = false, features = ["zlib-rs"] }
5454
serde = { version = "1.0.228", features = ["derive"] }
5555
chrono = { 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"] }
5858
rkyv = { version = "0.8.17", features = ["bytecheck"] }
5959
axum = { version = "0.8.9", features = ["macros", "json"] }
6060

0 commit comments

Comments
 (0)