chore: update dependencies on radicle, radicle-crypto, fix problem
modified Cargo.lock
@@ -323,6 +323,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -656,7 +665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1933,12 +1942,13 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2000,9 +2010,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2014,14 +2024,15 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2032,6 +2043,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -16,7 +16,7 @@ clap = { version = "4.5.11", features = ["derive", "wrap_help"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,7 +36,7 @@ uuid = { version = "1.10.0", features = ["v4"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/test.rs
@@ -9,7 +9,6 @@ use crate::ci_event::{CiEvent, CiEventV1};
|
|
|
|
|
|
| - | |
|
|
|
|
|