Bump heartwood crates to latest versions
4 files changed
+36
-18
95610497
→
11bf9d72
modified radicle-httpd/Cargo.lock
@@ -356,6 +356,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1601,12 +1610,13 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1617,6 +1627,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1632,9 +1643,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1646,14 +1657,15 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1664,6 +1676,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1774,9 +1787,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -31,8 +31,9 @@ infer = { version = "0.16.0" }
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,12 +43,10 @@ tracing = { version = "0.1.40", default-features = false, features = ["std", "lo
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
modified radicle-httpd/src/api.rs
@@ -10,6 +10,7 @@ use radicle::identity::doc::PayloadId;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -43,7 +44,7 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -12,11 +12,12 @@ use tower::ServiceExt;
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,14 +86,18 @@ pub fn profile(home: &Path, seed: [u8; 32]) -> radicle::Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|