Update `git2` and `radicle-surf` dependencies
- Update
git2to 0.19.0 - Update
radicle-git-extto 0.8.0 - Update
radicle-surfto 0.22.0 - Relax version requirement for
radicledependencies
Since a few crates rely on the
radiclecrate, dependency updates that affect multiple crates likegit2are not able to resolve the dependencies and fail, if the version is fixed to e.g.0.12.0
12 files changed
+24
-24
eb432b9b
→
c0aecbac
modified Cargo.lock
@@ -795,9 +795,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1371,9 +1371,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2040,9 +2040,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2129,9 +2129,9 @@ checksum = "db20136bbc9ae63f3fec8e5a6c369f4902fac2244501b5dfc6d668e43475aaa4"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli-test/Cargo.toml
@@ -20,5 +20,5 @@ thiserror = { version = "1" }
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-cli/Cargo.toml
@@ -22,8 +22,8 @@ log = { version = "0.4", features = ["std"] }
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -47,7 +47,7 @@ tree-sitter-md = { version = "0.1.5" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +69,7 @@ path = "../radicle-term"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/Cargo.toml
@@ -22,12 +22,12 @@ fastrand = { version = "2.0.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/backend/git/change.rs
@@ -197,7 +197,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/Cargo.toml
@@ -27,7 +27,7 @@ thiserror = { version = "1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-fetch/Cargo.toml
@@ -19,7 +19,7 @@ gix-protocol = { version = "0.45", features = ["blocking-client"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -34,7 +34,7 @@ once_cell = { version = "1.13" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/Cargo.toml
@@ -11,7 +11,7 @@ build = "build.rs"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/Cargo.toml
@@ -26,7 +26,7 @@ unicode-segmentation = { version = "1.7.1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -28,7 +28,7 @@ once_cell = { version = "1.13" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@ version = "2.1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|