diff --git a/radicle-cli/Cargo.toml b/radicle-cli/Cargo.toml index dd3d17a4..db3686f7 100644 --- a/radicle-cli/Cargo.toml +++ b/radicle-cli/Cargo.toml @@ -22,8 +22,8 @@ log = { version = "0.4", features = ["std"] } nonempty = { version = "0.9.0" } # N.b. this is required to use macros, even though it's re-exported # through radicle -radicle-git-ext = { version = "0.7.0", features = ["serde"] } radicle-surf = { version = "0.21.0" } +radicle-git-ext = { version = "0.8.0", features = ["serde"] } serde = { version = "1.0" } serde_json = { version = "1" } shlex = { version = "1.1.0" } diff --git a/radicle-cob/Cargo.toml b/radicle-cob/Cargo.toml index d057c968..56fe0c42 100644 --- a/radicle-cob/Cargo.toml +++ b/radicle-cob/Cargo.toml @@ -22,7 +22,7 @@ fastrand = { version = "2.0.0" } log = { version = "0.4.17" } nonempty = { version = "0.9.0", features = ["serialize"] } once_cell = { version = "1.13" } -radicle-git-ext = { version = "0.7.0", features = ["serde"] } +radicle-git-ext = { version = "0.8.0", features = ["serde"] } serde_json = { version = "1.0" } thiserror = { version = "1.0" } diff --git a/radicle-crypto/Cargo.toml b/radicle-crypto/Cargo.toml index d14900e4..90a70a27 100644 --- a/radicle-crypto/Cargo.toml +++ b/radicle-crypto/Cargo.toml @@ -27,7 +27,7 @@ thiserror = { version = "1" } zeroize = { version = "1.5.7" } [dependencies.radicle-git-ext] -version = "0.7.0" +version = "0.8.0" default-features = false optional = true diff --git a/radicle-fetch/Cargo.toml b/radicle-fetch/Cargo.toml index c04165d0..4418f409 100644 --- a/radicle-fetch/Cargo.toml +++ b/radicle-fetch/Cargo.toml @@ -19,7 +19,7 @@ gix-protocol = { version = "0.45", features = ["blocking-client"] } gix-transport = { version = "0.42", features = ["blocking-client"] } log = { version = "0.4.17", features = ["std"] } nonempty = { version = "0.9.0" } -radicle-git-ext = { version = "0.7.0", features = ["bstr"] } +radicle-git-ext = { version = "0.8.0", features = ["bstr"] } thiserror = { version = "1" } [dependencies.radicle] diff --git a/radicle-node/Cargo.toml b/radicle-node/Cargo.toml index 296feeff..c1bf0929 100644 --- a/radicle-node/Cargo.toml +++ b/radicle-node/Cargo.toml @@ -34,7 +34,7 @@ once_cell = { version = "1.13" } qcheck = { version = "1", default-features = false, optional = true } # N.b. this is required to use macros, even though it's re-exported # through radicle -radicle-git-ext = { version = "0.7.0", features = ["serde"] } +radicle-git-ext = { version = "0.8.0", features = ["serde"] } sqlite = { version = "0.32.0", features = ["bundled"] } scrypt = { version = "0.11.0", default-features = false } serde = { version = "1", features = ["derive"] } diff --git a/radicle-remote-helper/Cargo.toml b/radicle-remote-helper/Cargo.toml index fc814393..daa36564 100644 --- a/radicle-remote-helper/Cargo.toml +++ b/radicle-remote-helper/Cargo.toml @@ -11,7 +11,7 @@ build = "build.rs" [dependencies] thiserror = { version = "1" } log = { version = "0.4.17" } -radicle-git-ext = { version = "0.7.0" } +radicle-git-ext = { version = "0.8.0" } [dependencies.radicle] path = "../radicle" diff --git a/radicle-tools/Cargo.toml b/radicle-tools/Cargo.toml index a940f965..85b53bff 100644 --- a/radicle-tools/Cargo.toml +++ b/radicle-tools/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" anyhow = { version = "1" } # N.b. this is required to use macros, even though it's re-exported # through radicle -radicle-git-ext = { version = "0.7.0", features = ["serde"] } +radicle-git-ext = { version = "0.8.0", features = ["serde"] } [dependencies.radicle] version = "0" diff --git a/radicle/Cargo.toml b/radicle/Cargo.toml index ba660096..08469da5 100644 --- a/radicle/Cargo.toml +++ b/radicle/Cargo.toml @@ -28,7 +28,7 @@ once_cell = { version = "1.13" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["preserve_order"] } siphasher = { version = "1.0.0" } -radicle-git-ext = { version = "0.7.0", features = ["serde"] } +radicle-git-ext = { version = "0.8.0", features = ["serde"] } sqlite = { version = "0.32.0", features = ["bundled"] } tempfile = { version = "3.3.0" } thiserror = { version = "1" }