chore: update dependencies on radicle, radicle-crypto, fix problem
Drop now-unnecessary import from src/test.rs.
Signed-off-by: Lars Wirzenius liw@liw.fi
feat: log lines adapter writes to its stdout
Signed-off-by: Lars Wirzenius liw@liw.fi
5 files changed
+33
-10
7f8ddca5
→
5f8b73e9
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/adapter.rs
@@ -221,6 +221,7 @@ impl Adapter {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -238,6 +239,7 @@ impl Adapter {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -113,6 +113,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -740,6 +741,15 @@ pub fn patch_cob_lookup(repo_id: &RepoId, patch_id: &PatchId) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/test.rs
@@ -9,7 +9,6 @@ use crate::ci_event::{CiEvent, CiEventV1};
|
|
|
|
|
|
| - | |
|
|
|
|
|