Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `radicle-git-ext` to 0.8.0
Sebastian Martinez committed 1 year ago
commit cae66b6168348c2c7aae9d95239aeeafda13403c
parent f71da0ee9596cc4409ac9d36c0912989bba7ac17
8 files changed +8 -8
modified 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" }
modified 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" }

modified 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

modified 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]
modified 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"] }
modified 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"
modified 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"
modified 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" }