diff --git a/Cargo.lock b/Cargo.lock index 5684c8d34..facbc618c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,9 +873,9 @@ dependencies = [ "gix-path", "gix-protocol", "gix-ref 0.55.0", - "gix-refspec 0.33.0", - "gix-revision 0.37.0", - "gix-revwalk 0.23.0", + "gix-refspec", + "gix-revision", + "gix-revwalk", "gix-sec", "gix-shallow", "gix-tempfile", @@ -1400,20 +1400,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "gix-refspec" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93147960f77695ba89b72019b789679278dd4dad6a0f9a4a5bf2fd07aba56912" -dependencies = [ - "bstr", - "gix-hash 0.20.1", - "gix-revision 0.36.1", - "gix-validate", - "smallvec", - "thiserror", -] - [[package]] name = "gix-refspec" version = "0.33.0" @@ -1423,27 +1409,12 @@ dependencies = [ "bstr", "gix-glob", "gix-hash 0.20.1", - "gix-revision 0.37.0", + "gix-revision", "gix-validate", "smallvec", "thiserror", ] -[[package]] -name = "gix-revision" -version = "0.36.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c5267e530d8762842be7d51b48d2b134c9dec5b650ca607f735a56a4b12413" -dependencies = [ - "bstr", - "gix-commitgraph", - "gix-date 0.10.7", - "gix-hash 0.20.1", - "gix-object 0.51.1", - "gix-revwalk 0.22.0", - "thiserror", -] - [[package]] name = "gix-revision" version = "0.37.0" @@ -1455,22 +1426,7 @@ dependencies = [ "gix-date 0.11.0", "gix-hash 0.20.1", "gix-object 0.52.0", - "gix-revwalk 0.23.0", - "thiserror", -] - -[[package]] -name = "gix-revwalk" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2de4f91d712b1f6873477f769225fe430ffce2af8c7c85721c3ff955783b3" -dependencies = [ - "gix-commitgraph", - "gix-date 0.10.7", - "gix-hash 0.20.1", - "gix-hashtable 0.10.0", - "gix-object 0.51.1", - "smallvec", + "gix-revwalk", "thiserror", ] @@ -1515,15 +1471,15 @@ dependencies = [ [[package]] name = "gix-submodule" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bacc06333b50abc4fc06204622c2dd92850de2066bb5d421ac776d2bef7ae55" +checksum = "2b79f64c669d8578f45046b3ffb8d4d9cc4beb798871ff638a7b5c1f59dbd2fc" dependencies = [ "bstr", - "gix-config 0.47.1", + "gix-config 0.48.0", "gix-path", "gix-pathspec", - "gix-refspec 0.32.0", + "gix-refspec", "gix-url", "thiserror", ] @@ -1574,7 +1530,7 @@ dependencies = [ "gix-hash 0.20.1", "gix-hashtable 0.10.0", "gix-object 0.52.0", - "gix-revwalk 0.23.0", + "gix-revwalk", "smallvec", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index c396faaa4..dd462c663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gix = { version = "0.75.0", default-features = false } gix-hash = "0.19.0" gix-object = "0.50.2" gix-config = "0.47.1" -gix-submodule = "0.21.0" +gix-submodule = "0.22.0" hyper-reverse-proxy = { path = "hyper-reverse-proxy", version = "0.0.1" } libc = "0.2.178" regex = "1.12.2"