diff --git a/git-storage/Cargo.toml b/git-storage/Cargo.toml index aa0564c..3b59e75 100644 --- a/git-storage/Cargo.toml +++ b/git-storage/Cargo.toml @@ -13,7 +13,7 @@ thiserror = "1" either = "1.8.0" [dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"] diff --git a/git-storage/t/Cargo.toml b/git-storage/t/Cargo.toml index 5703000..5f69cc9 100644 --- a/git-storage/t/Cargo.toml +++ b/git-storage/t/Cargo.toml @@ -21,7 +21,7 @@ proptest = "1" path = ".." [dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"] diff --git a/radicle-git-ext/Cargo.toml b/radicle-git-ext/Cargo.toml index 7418e90..1a5f813 100644 --- a/radicle-git-ext/Cargo.toml +++ b/radicle-git-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radicle-git-ext" -version = "0.6.0" +version = "0.7.0" authors = [ "Alexis Sellier ", "Kim Altintop ", @@ -26,7 +26,7 @@ percent-encoding = "2" thiserror = "1" [dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"] diff --git a/radicle-git-ext/t/Cargo.toml b/radicle-git-ext/t/Cargo.toml index 1f97a2d..0110dd7 100644 --- a/radicle-git-ext/t/Cargo.toml +++ b/radicle-git-ext/t/Cargo.toml @@ -24,7 +24,7 @@ serde = "1" serde_json = "1" [dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"] diff --git a/radicle-surf/Cargo.toml b/radicle-surf/Cargo.toml index a08d3ba..e52dafa 100644 --- a/radicle-surf/Cargo.toml +++ b/radicle-surf/Cargo.toml @@ -2,7 +2,7 @@ name = "radicle-surf" description = "A code surfing library for Git repositories" readme = "README.md" -version = "0.17.1" +version = "0.18.0" authors = ["The Radicle Team "] edition = "2021" homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md" @@ -34,12 +34,12 @@ nonempty = "0.5" thiserror = "1.0" [dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"] [dependencies.radicle-git-ext] -version = "0.6.0" +version = "0.7.0" path = "../radicle-git-ext" features = ["serde"] diff --git a/radicle-surf/t/Cargo.toml b/radicle-surf/t/Cargo.toml index 2bb0360..ef70620 100644 --- a/radicle-surf/t/Cargo.toml +++ b/radicle-surf/t/Cargo.toml @@ -19,7 +19,7 @@ proptest = "1" serde_json = "1" [dev-dependencies.git2] -version = "0.17.0" +version = "0.18.1" default-features = false features = ["vendored-libgit2"]