Update `radicle-git-ext` to 0.8.0

This commit is contained in:
Sebastian Martinez 2024-08-06 14:46:28 -03:00 committed by cloudhead
parent f71da0ee95
commit cae66b6168
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View File

@ -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" }

View File

@ -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" }

View File

@ -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

View File

@ -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]

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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" }