mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
cargo: bump gix-actor to v0.31.4
Gitoxide, which is used to parse git commits, previously failed to parse some malformed author/committer lines. In 0.31.4, this parsing was made more lenient so as to better match Git's parsing and avoid breaking on "in-the-wild" repositories such as https://github.com/LibreOffice/core Refs: https://github.com/Byron/gitoxide/issues/1438 Fixes: https://github.com/martinvonz/jj/issues/4008
This commit is contained in:
parent
74c275ed10
commit
5de0ae84cd
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1000,9 +1000,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gix-actor"
|
name = "gix-actor"
|
||||||
version = "0.31.2"
|
version = "0.31.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d69c59d392c7e6c94385b6fd6089d6df0fe945f32b4357687989f3aee253cd7f"
|
checksum = "d9b8ee65074b2bbb91d9d97c15d172ea75043aefebf9869b5b329149dc76501c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bstr",
|
"bstr",
|
||||||
"gix-date",
|
"gix-date",
|
||||||
|
|
Loading…
Reference in a new issue