diff --git a/Cargo.lock b/Cargo.lock index 7026b4a62..252cc508f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -79,7 +79,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -602,7 +602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -865,9 +865,9 @@ dependencies = [ "gix-fs", "gix-glob", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", + "gix-hashtable", "gix-lock", - "gix-object 0.51.1", + "gix-object", "gix-odb", "gix-pack", "gix-path", @@ -1008,7 +1008,7 @@ checksum = "cd78d9da421baca219a650d71c797706117095635d7963f21bb6fdf2410abe04" dependencies = [ "bstr", "gix-hash 0.20.1", - "gix-object 0.51.1", + "gix-object", "thiserror", ] @@ -1107,17 +1107,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "gix-hashtable" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07" -dependencies = [ - "gix-hash 0.19.0", - "hashbrown 0.15.5", - "parking_lot 0.12.5", -] - [[package]] name = "gix-hashtable" version = "0.10.0" @@ -1125,7 +1114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a27d4a3ea9640da504a2657fef3419c517fd71f1767ad8935298bcc805edd195" dependencies = [ "gix-hash 0.20.1", - "hashbrown 0.16.0", + "hashbrown", "parking_lot 0.12.5", ] @@ -1140,27 +1129,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "gix-object" -version = "0.50.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07" -dependencies = [ - "bstr", - "gix-actor", - "gix-date", - "gix-features 0.43.1", - "gix-hash 0.19.0", - "gix-hashtable 0.9.0", - "gix-path", - "gix-utils", - "gix-validate", - "itoa", - "smallvec", - "thiserror", - "winnow", -] - [[package]] name = "gix-object" version = "0.51.1" @@ -1172,7 +1140,7 @@ dependencies = [ "gix-date", "gix-features 0.44.1", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", + "gix-hashtable", "gix-path", "gix-utils", "gix-validate", @@ -1193,8 +1161,8 @@ dependencies = [ "gix-features 0.44.1", "gix-fs", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-hashtable", + "gix-object", "gix-pack", "gix-path", "gix-quote", @@ -1213,8 +1181,8 @@ dependencies = [ "gix-chunk", "gix-features 0.44.1", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-hashtable", + "gix-object", "gix-path", "memmap2", "smallvec", @@ -1302,7 +1270,7 @@ dependencies = [ "gix-fs", "gix-hash 0.20.1", "gix-lock", - "gix-object 0.51.1", + "gix-object", "gix-path", "gix-tempfile", "gix-utils", @@ -1336,7 +1304,7 @@ dependencies = [ "gix-commitgraph", "gix-date", "gix-hash 0.20.1", - "gix-object 0.51.1", + "gix-object", "gix-revwalk", "thiserror", ] @@ -1350,8 +1318,8 @@ dependencies = [ "gix-commitgraph", "gix-date", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-hashtable", + "gix-object", "smallvec", "thiserror", ] @@ -1439,8 +1407,8 @@ dependencies = [ "gix-commitgraph", "gix-date", "gix-hash 0.20.1", - "gix-hashtable 0.10.0", - "gix-object 0.51.1", + "gix-hashtable", + "gix-object", "gix-revwalk", "smallvec", "thiserror", @@ -1530,12 +1498,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" - [[package]] name = "hashbrown" version = "0.16.0" @@ -1869,7 +1831,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown", "serde", "serde_core", ] @@ -1941,7 +1903,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2009,7 +1971,7 @@ dependencies = [ "git2", "gix-config", "gix-hash 0.19.0", - "gix-object 0.50.2", + "gix-object", "gix-submodule", "glob", "hex", @@ -2303,7 +2265,7 @@ version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.16.0", + "hashbrown", ] [[package]] @@ -2409,7 +2371,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3019,7 +2981,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3329,7 +3291,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3907,7 +3869,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ce95d2b52..bcfc69fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4.28" futures = "0.3.31" gix = { version = "0.74.1", default-features = false } gix-hash = "0.19.0" -gix-object = "0.50.2" +gix-object = "0.51.1" gix-config = "0.47.1" gix-submodule = "0.21.0" hyper-reverse-proxy = { path = "hyper-reverse-proxy", version = "0.0.1" }