Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
surf: Switch to migrated crate in workspace
Lorenz Leutgeb committed 3 months ago
commit 60827792f673eb2fd14c08a52f1b0e17125ede6e
parent aaac16b015f2216d594bcfbf4d71781bcb010bef
2 files changed +3 -89
modified Cargo.lock
@@ -1129,16 +1129,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"

[[package]]
-
name = "git-ref-format"
-
version = "0.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ed6913a77cee9e231cab93577c9a5eea84a1344ab39294d91dc075b3c24499d0"
-
dependencies = [
-
 "git-ref-format-core",
-
 "git-ref-format-macro",
-
]
-

-
[[package]]
name = "git-ref-format-core"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1150,18 +1140,6 @@ dependencies = [
]

[[package]]
-
name = "git-ref-format-macro"
-
version = "0.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4e730f09c82961c28f5465b83da0aa5c2716156ce57da33a1fa51bbd560aa5f7"
-
dependencies = [
-
 "git-ref-format-core",
-
 "proc-macro-error2",
-
 "quote",
-
 "syn 2.0.106",
-
]
-

-
[[package]]
name = "git2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2691,28 +2669,6 @@ dependencies = [
]

[[package]]
-
name = "proc-macro-error-attr2"
-
version = "2.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
-
dependencies = [
-
 "proc-macro2",
-
 "quote",
-
]
-

-
[[package]]
-
name = "proc-macro-error2"
-
version = "2.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
-
dependencies = [
-
 "proc-macro-error-attr2",
-
 "proc-macro2",
-
 "quote",
-
 "syn 2.0.106",
-
]
-

-
[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2865,7 +2821,7 @@ dependencies = [
 "radicle-git-ref-format",
 "radicle-localtime",
 "radicle-node",
-
 "radicle-surf 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
+
 "radicle-surf",
 "radicle-term",
 "schemars",
 "serde",
@@ -2996,20 +2952,6 @@ dependencies = [
]

[[package]]
-
name = "radicle-git-ext"
-
version = "0.11.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "71a5fbca2ee3fc61a6b467e0b85da7c092421afc2538feb0023ad6792d6e39d0"
-
dependencies = [
-
 "git-ref-format",
-
 "git2",
-
 "percent-encoding",
-
 "radicle-std-ext",
-
 "serde",
-
 "thiserror 1.0.69",
-
]
-

-
[[package]]
name = "radicle-git-metadata"
version = "0.1.0"
dependencies = [
@@ -3150,12 +3092,6 @@ dependencies = [
]

[[package]]
-
name = "radicle-std-ext"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fb935931bdd2a2966f3b584f3031d9d54ec0713ddbc563a0193d54e62a88ec73"
-

-
[[package]]
name = "radicle-surf"
version = "0.26.0"
dependencies = [
@@ -3179,25 +3115,6 @@ dependencies = [
]

[[package]]
-
name = "radicle-surf"
-
version = "0.26.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4c814514d0bf56fbec811099eaa14da1349639b04b8317746c9cd9e6b0f02196"
-
dependencies = [
-
 "anyhow",
-
 "base64 0.21.7",
-
 "flate2",
-
 "git2",
-
 "log",
-
 "nonempty",
-
 "radicle-git-ext",
-
 "radicle-std-ext",
-
 "tar",
-
 "thiserror 1.0.69",
-
 "url",
-
]
-

-
[[package]]
name = "radicle-systemd"
version = "0.11.0"
dependencies = [
modified Cargo.toml
@@ -57,6 +57,7 @@ radicle-oid = { version = "0.1.0", path = "crates/radicle-oid", default-features
radicle-protocol = { version = "0.4", path = "crates/radicle-protocol" }
radicle-signals = { version = "0.11", path = "crates/radicle-signals" }
radicle-ssh = { version = "0.10", path = "crates/radicle-ssh", default-features = false }
+
radicle-surf = { version = "0.26.0", path = "crates/radicle-surf", default-features = false }
radicle-systemd = { version = "0.11", path = "crates/radicle-systemd" }
radicle-term = { version = "0.16", path = "crates/radicle-term" }
schemars = { version = "1.0.4", default-features = false }
@@ -71,12 +72,8 @@ thiserror = { version = "2", default-features = false }
winpipe = "0.1.1"
zeroize = "1.5.7"

-
# Crates from the "radicle-git" workspace. These should be synced manually.
-
# When updating, start from `radicle-surf`:
-
# `radicle-surf` → `radicle-git-ext` → `git-ref-format` → `git-ref-format-core`
-
# Also note that `radicle-surf → git2` so try to also sync with `git2`.
+
# Crates from the "radicle-git" workspace.
git-ref-format-core = { version = "0.6.0", default-features = false }
-
radicle-surf = "0.26.0"

[workspace.lints]
clippy.type_complexity = "allow"