Browse Source

Bump gix from 0.54.1 to 0.55.2 (#1197)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.54.1 to 0.55.2.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/gix-v0.54.1...gix-v0.55.2)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1198/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
e4d574da21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 212
      Cargo.lock
  2. 2
      Cargo.toml

212
Cargo.lock generated

@ -1042,37 +1042,37 @@ dependencies = [ @@ -1042,37 +1042,37 @@ dependencies = [
[[package]]
name = "gix"
version = "0.54.1"
version = "0.55.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad6d32e74454459690d57d18ea4ebec1629936e6b130b51d12cb4a81630ac953"
checksum = "002667cd1ebb789313d0d0afe3d23b2821cf3b0e91605095f0e6d8751f0ceeea"
dependencies = [
"gix-actor 0.27.0",
"gix-actor 0.28.0",
"gix-commitgraph",
"gix-config",
"gix-date 0.8.0",
"gix-diff",
"gix-discover 0.25.0",
"gix-features 0.35.0",
"gix-fs 0.7.0",
"gix-glob 0.13.0",
"gix-hash 0.13.0",
"gix-discover 0.26.0",
"gix-features 0.36.0",
"gix-fs 0.8.0",
"gix-glob 0.14.0",
"gix-hash 0.13.1",
"gix-hashtable 0.4.0",
"gix-index 0.25.0",
"gix-lock 10.0.0",
"gix-index 0.26.0",
"gix-lock 11.0.0",
"gix-macros",
"gix-mailmap",
"gix-object 0.37.0",
"gix-object 0.38.0",
"gix-odb",
"gix-pack",
"gix-path 0.10.0",
"gix-ref 0.37.0",
"gix-ref 0.38.0",
"gix-refspec",
"gix-revision",
"gix-revwalk",
"gix-sec 0.10.0",
"gix-tempfile 10.0.0",
"gix-tempfile 11.0.0",
"gix-trace",
"gix-traverse 0.33.0",
"gix-traverse 0.34.0",
"gix-url",
"gix-utils",
"gix-validate 0.8.0",
@ -1099,9 +1099,9 @@ dependencies = [ @@ -1099,9 +1099,9 @@ dependencies = [
[[package]]
name = "gix-actor"
version = "0.27.0"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27"
checksum = "948a5f9e43559d16faf583694f1c742eb401ce24ce8e6f2238caedea7486433c"
dependencies = [
"bstr",
"btoi",
@ -1148,30 +1148,30 @@ dependencies = [ @@ -1148,30 +1148,30 @@ dependencies = [
[[package]]
name = "gix-commitgraph"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a"
checksum = "7e8bc78b1a6328fa6d8b3a53b6c73997af37fd6bfc1d6c49f149e63bda5cbb36"
dependencies = [
"bstr",
"gix-chunk",
"gix-features 0.35.0",
"gix-hash 0.13.0",
"gix-features 0.36.0",
"gix-hash 0.13.1",
"memmap2 0.7.1",
"thiserror",
]
[[package]]
name = "gix-config"
version = "0.30.0"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5"
checksum = "5cae98c6b4c66c09379bc35274b172587d6b0ac369a416c39128ad8c6454f9bb"
dependencies = [
"bstr",
"gix-config-value",
"gix-features 0.35.0",
"gix-glob 0.13.0",
"gix-features 0.36.0",
"gix-glob 0.14.0",
"gix-path 0.10.0",
"gix-ref 0.37.0",
"gix-ref 0.38.0",
"gix-sec 0.10.0",
"memchr",
"once_cell",
@ -1220,12 +1220,12 @@ dependencies = [ @@ -1220,12 +1220,12 @@ dependencies = [
[[package]]
name = "gix-diff"
version = "0.36.0"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c"
checksum = "931394f69fb8c9ed6afc0aae3487bd869e936339bcc13ed8884472af072e0554"
dependencies = [
"gix-hash 0.13.0",
"gix-object 0.37.0",
"gix-hash 0.13.1",
"gix-object 0.38.0",
"imara-diff",
"thiserror",
]
@ -1247,15 +1247,15 @@ dependencies = [ @@ -1247,15 +1247,15 @@ dependencies = [
[[package]]
name = "gix-discover"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33"
checksum = "a45d5cf0321178883e38705ab2b098f625d609a7d4c391b33ac952eff2c490f2"
dependencies = [
"bstr",
"dunce",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-path 0.10.0",
"gix-ref 0.37.0",
"gix-ref 0.38.0",
"gix-sec 0.10.0",
"thiserror",
]
@ -1280,7 +1280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1280,7 +1280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f414c99e1a7abc69b21f3225a6539d203b0513f1d1d448607c4ea81cdcf9ee59"
dependencies = [
"flate2",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-trace",
"libc",
"thiserror",
@ -1288,14 +1288,14 @@ dependencies = [ @@ -1288,14 +1288,14 @@ dependencies = [
[[package]]
name = "gix-features"
version = "0.35.0"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd"
checksum = "51f4365ba17c4f218d7fd9ec102b8d2d3cb0ca200a835e81151ace7778aec827"
dependencies = [
"crc32fast",
"crossbeam-channel",
"flate2",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-trace",
"jwalk",
"libc",
@ -1318,11 +1318,11 @@ dependencies = [ @@ -1318,11 +1318,11 @@ dependencies = [
[[package]]
name = "gix-fs"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635"
checksum = "8cd171c0cae97cd0dc57e7b4601cb1ebf596450e263ef3c02be9107272c877bd"
dependencies = [
"gix-features 0.35.0",
"gix-features 0.36.0",
]
[[package]]
@ -1339,13 +1339,13 @@ dependencies = [ @@ -1339,13 +1339,13 @@ dependencies = [
[[package]]
name = "gix-glob"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d"
checksum = "8fac08925dbc14d414bd02eb45ffb4cecd912d1fce3883f867bd0103c192d3e4"
dependencies = [
"bitflags 2.3.3",
"bstr",
"gix-features 0.35.0",
"gix-features 0.36.0",
"gix-path 0.10.0",
]
@ -1361,9 +1361,9 @@ dependencies = [ @@ -1361,9 +1361,9 @@ dependencies = [
[[package]]
name = "gix-hash"
version = "0.13.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ccf425543779cddaa4a7c62aba3fa9d90ea135b160be0a72dd93c063121ad4a"
checksum = "1884c7b41ea0875217c1be9ce91322f90bde433e91d374d0e1276073a51ccc60"
dependencies = [
"faster-hex",
"thiserror",
@ -1386,7 +1386,7 @@ version = "0.4.0" @@ -1386,7 +1386,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
dependencies = [
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"hashbrown 0.14.0",
"parking_lot 0.12.1",
]
@ -1427,21 +1427,21 @@ dependencies = [ @@ -1427,21 +1427,21 @@ dependencies = [
[[package]]
name = "gix-index"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54d63a9d13c13088f41f5a3accbec284e492ac8f4f707fcc307c139622e17b7"
checksum = "c83a4fcc121b2f2e109088f677f89f85e7a8ebf39e8e6659c0ae54d4283b1650"
dependencies = [
"bitflags 2.3.3",
"bstr",
"btoi",
"filetime",
"gix-bitmap",
"gix-features 0.35.0",
"gix-fs 0.7.0",
"gix-hash 0.13.0",
"gix-lock 10.0.0",
"gix-object 0.37.0",
"gix-traverse 0.33.0",
"gix-features 0.36.0",
"gix-fs 0.8.0",
"gix-hash 0.13.1",
"gix-lock 11.0.0",
"gix-object 0.38.0",
"gix-traverse 0.34.0",
"itoa",
"memmap2 0.7.1",
"smallvec",
@ -1461,11 +1461,11 @@ dependencies = [ @@ -1461,11 +1461,11 @@ dependencies = [
[[package]]
name = "gix-lock"
version = "10.0.0"
version = "11.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95"
checksum = "f4feb1dcd304fe384ddc22edba9dd56a42b0800032de6537728cea2f033a4f37"
dependencies = [
"gix-tempfile 10.0.0",
"gix-tempfile 11.0.0",
"gix-utils",
"thiserror",
]
@ -1483,12 +1483,12 @@ dependencies = [ @@ -1483,12 +1483,12 @@ dependencies = [
[[package]]
name = "gix-mailmap"
version = "0.19.0"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40f00fa96e29e066ef208f5d13e0f5f95fa70c3ae4bd4f0234272ed4d708a7db"
checksum = "496141bc97ca2074401dfd3049a958554ab5a80c7f00a9dcfb41d29a7396f9e2"
dependencies = [
"bstr",
"gix-actor 0.27.0",
"gix-actor 0.28.0",
"gix-date 0.8.0",
"thiserror",
]
@ -1514,16 +1514,16 @@ dependencies = [ @@ -1514,16 +1514,16 @@ dependencies = [
[[package]]
name = "gix-object"
version = "0.37.0"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f"
checksum = "740f2a44267f58770a1cb3a3d01d14e67b089c7136c48d4bddbb3cfd2bf86a51"
dependencies = [
"bstr",
"btoi",
"gix-actor 0.27.0",
"gix-actor 0.28.0",
"gix-date 0.8.0",
"gix-features 0.35.0",
"gix-hash 0.13.0",
"gix-features 0.36.0",
"gix-hash 0.13.1",
"gix-validate 0.8.0",
"itoa",
"smallvec",
@ -1533,15 +1533,15 @@ dependencies = [ @@ -1533,15 +1533,15 @@ dependencies = [
[[package]]
name = "gix-odb"
version = "0.53.0"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6a392c6ba3a2f133cdc63120e9bc7aec81eef763db372c817de31febfe64bf"
checksum = "8630b56cb80d8fa684d383dad006a66401ee8314e12fbf0e566ddad8c115143b"
dependencies = [
"arc-swap",
"gix-date 0.8.0",
"gix-features 0.35.0",
"gix-hash 0.13.0",
"gix-object 0.37.0",
"gix-features 0.36.0",
"gix-hash 0.13.1",
"gix-object 0.38.0",
"gix-pack",
"gix-path 0.10.0",
"gix-quote",
@ -1552,18 +1552,18 @@ dependencies = [ @@ -1552,18 +1552,18 @@ dependencies = [
[[package]]
name = "gix-pack"
version = "0.43.0"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7536203a45b31e1bc5694bbf90ba8da1b736c77040dd6a520db369f371eb1ab3"
checksum = "1431ba2e30deff1405920693d54ab231c88d7c240dd6ccc936ee223d8f8697c3"
dependencies = [
"clru",
"gix-chunk",
"gix-features 0.35.0",
"gix-hash 0.13.0",
"gix-features 0.36.0",
"gix-hash 0.13.1",
"gix-hashtable 0.4.0",
"gix-object 0.37.0",
"gix-object 0.38.0",
"gix-path 0.10.0",
"gix-tempfile 10.0.0",
"gix-tempfile 11.0.0",
"memmap2 0.7.1",
"parking_lot 0.12.1",
"smallvec",
@ -1630,19 +1630,19 @@ dependencies = [ @@ -1630,19 +1630,19 @@ dependencies = [
[[package]]
name = "gix-ref"
version = "0.37.0"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4"
checksum = "0ec2f6d07ac88d2fb8007ee3fa3e801856fb9d82e7366ec0ca332eb2c9d74a52"
dependencies = [
"gix-actor 0.27.0",
"gix-actor 0.28.0",
"gix-date 0.8.0",
"gix-features 0.35.0",
"gix-fs 0.7.0",
"gix-hash 0.13.0",
"gix-lock 10.0.0",
"gix-object 0.37.0",
"gix-features 0.36.0",
"gix-fs 0.8.0",
"gix-hash 0.13.1",
"gix-lock 11.0.0",
"gix-object 0.38.0",
"gix-path 0.10.0",
"gix-tempfile 10.0.0",
"gix-tempfile 11.0.0",
"gix-validate 0.8.0",
"memmap2 0.7.1",
"thiserror",
@ -1651,12 +1651,12 @@ dependencies = [ @@ -1651,12 +1651,12 @@ dependencies = [
[[package]]
name = "gix-refspec"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0895cb7b1e70f3c3bd4550c329e9f5caf2975f97fcd4238e05754e72208ef61e"
checksum = "ccb0974cc41dbdb43a180c7f67aa481e1c1e160fcfa8f4a55291fd1126c1a6e7"
dependencies = [
"bstr",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-revision",
"gix-validate 0.8.0",
"smallvec",
@ -1665,15 +1665,15 @@ dependencies = [ @@ -1665,15 +1665,15 @@ dependencies = [
[[package]]
name = "gix-revision"
version = "0.22.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8c4b15cf2ab7a35f5bcb3ef146187c8d36df0177e171ca061913cbaaa890e89"
checksum = "2ca97ac73459a7f3766aa4a5638a6e37d56d4c7962bc1986fbaf4883d0772588"
dependencies = [
"bstr",
"gix-date 0.8.0",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-hashtable 0.4.0",
"gix-object 0.37.0",
"gix-object 0.38.0",
"gix-revwalk",
"gix-trace",
"thiserror",
@ -1681,15 +1681,15 @@ dependencies = [ @@ -1681,15 +1681,15 @@ dependencies = [
[[package]]
name = "gix-revwalk"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279"
checksum = "a16d8c892e4cd676d86f0265bf9d40cefd73d8d94f86b213b8b77d50e77efae0"
dependencies = [
"gix-commitgraph",
"gix-date 0.8.0",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-hashtable 0.4.0",
"gix-object 0.37.0",
"gix-object 0.38.0",
"smallvec",
"thiserror",
]
@ -1735,11 +1735,11 @@ dependencies = [ @@ -1735,11 +1735,11 @@ dependencies = [
[[package]]
name = "gix-tempfile"
version = "10.0.0"
version = "11.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d"
checksum = "05cc2205cf10d99f70b96e04e16c55d4c7cf33efc151df1f793e29fd12a931f8"
dependencies = [
"gix-fs 0.7.0",
"gix-fs 0.8.0",
"libc",
"once_cell",
"parking_lot 0.12.1",
@ -1792,15 +1792,15 @@ dependencies = [ @@ -1792,15 +1792,15 @@ dependencies = [
[[package]]
name = "gix-traverse"
version = "0.33.0"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0"
checksum = "14d050ec7d4e1bb76abf0636cf4104fb915b70e54e3ced9a4427c999100ff38a"
dependencies = [
"gix-commitgraph",
"gix-date 0.8.0",
"gix-hash 0.13.0",
"gix-hash 0.13.1",
"gix-hashtable 0.4.0",
"gix-object 0.37.0",
"gix-object 0.38.0",
"gix-revwalk",
"smallvec",
"thiserror",
@ -1808,12 +1808,12 @@ dependencies = [ @@ -1808,12 +1808,12 @@ dependencies = [
[[package]]
name = "gix-url"
version = "0.24.0"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6125ecf46e8c68bf7202da6cad239831daebf0247ffbab30210d72f3856e420f"
checksum = "b1b9ac8ed32ad45f9fc6c5f8c0be2ed911e544a5a19afd62d95d524ebaa95671"
dependencies = [
"bstr",
"gix-features 0.35.0",
"gix-features 0.36.0",
"gix-path 0.10.0",
"home",
"thiserror",

2
Cargo.toml

@ -40,7 +40,7 @@ crossbeam-channel = "0.5.8" @@ -40,7 +40,7 @@ crossbeam-channel = "0.5.8"
gix-features-for-configuration-only = { package = "gix-features", version = "0.34.0", features = [
"zlib-ng",
] }
gix = { version = "0.54.1", default-features = false, features = [
gix = { version = "0.55.2", default-features = false, features = [
"max-performance-safe", "blob-diff", "mailmap", "index"
] }
git2 = { version = "0.18.0", default-features = false }

Loading…
Cancel
Save