Bump radicle crate to 0.20.0
0.20.0 includes a fix for skipping over .tmp dirs which would cause the HTTP daemon to crash.
4 files changed
+21
-14
29b952a3
→
4d054e4f
modified radicle-httpd/Cargo.lock
@@ -700,6 +700,12 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1986,15 +1992,16 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2022,9 +2029,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2041,9 +2048,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2086,7 +2093,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,7 +33,7 @@ lexopt = { version = "0.3.1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,7 +48,7 @@ tracing-subscriber = { version = "0.3.19", default-features = false, features =
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
modified radicle-httpd/src/api/v1/node.rs
@@ -130,7 +130,7 @@ async fn nodes_inventory_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -250,7 +250,7 @@ fn seed_with_signer<G: Signer<Signature>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -266,7 +266,7 @@ fn seed_with_signer<G: Signer<Signature>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|