modified Cargo.lock
@@ -768,16 +768,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -2131,21 +2121,19 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2180,8 +2168,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2233,8 +2221,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2249,8 +2237,8 @@ version = "0.1.0"
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2266,8 +2254,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2335,8 +2323,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/Cargo.toml
@@ -41,8 +41,8 @@ ed25519-compact = { version = "2.0.2", features = ["pem"] }
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/lib.rs
@@ -72,10 +72,10 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test/arbitrary.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -11,7 +11,7 @@ pub struct Invalid<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ impl Arbitrary for TypeName {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,7 +38,7 @@ impl Arbitrary for ObjectId {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/tests.rs
@@ -2,7 +2,7 @@ use std::ops::ControlFlow;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -280,7 +280,7 @@ fn invalid_parse_refstr(oid: Invalid<ObjectId>, typename: TypeName) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/Cargo.toml
@@ -4,12 +4,12 @@ version = "0.1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,7 +19,7 @@ features = []
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
modified radicle-crdt/src/gmap.rs
@@ -88,7 +88,7 @@ impl<K, V> Deref for GMap<K, V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lib.rs
@@ -116,7 +116,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lwwmap.rs
@@ -96,7 +96,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lwwreg.rs
@@ -76,7 +76,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lwwset.rs
@@ -77,7 +77,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/ord.rs
@@ -115,14 +115,14 @@ impl<T: PartialOrd> Semilattice for Min<T> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/redactable.rs
@@ -69,7 +69,7 @@ impl<T: PartialEq> Semilattice for Redactable<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/Cargo.toml
@@ -9,7 +9,7 @@ authors = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,7 +37,7 @@ default-features = false
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,6 +54,6 @@ optional = true
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
modified radicle-crypto/src/lib.rs
@@ -395,7 +395,7 @@ pub mod keypair {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/ssh.rs
@@ -322,11 +322,10 @@ impl ExtendedSignature {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -352,9 +351,9 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/test/arbitrary.rs
@@ -1,11 +1,11 @@
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -13,9 +13,9 @@ impl Arbitrary for MockSigner {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -23,31 +23,8 @@ impl Arbitrary for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified radicle-node/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Alexis Sellier <alexis@radicle.xyz>"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,7 +22,7 @@ log = { version = "0.4.17", features = ["std"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -39,5 +39,5 @@ features = ["sql"]
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
modified radicle-node/src/deserializer.rs
@@ -76,7 +76,7 @@ impl<D: wire::Decode> Iterator for Deserializer<D> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/message.rs
@@ -508,7 +508,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/arbitrary.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -15,7 +15,7 @@ use crate::wire::message::MessageType;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ impl Arbitrary for Filter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,7 +49,7 @@ impl Arbitrary for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -60,20 +60,20 @@ impl Arbitrary for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -101,14 +101,14 @@ impl Arbitrary for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ impl Arbitrary for Address {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +128,7 @@ impl<T, const N: usize> Arbitrary for BoundedVec<T, N>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -973,7 +973,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
modified radicle-node/src/wire.rs
@@ -628,11 +628,11 @@ impl<R, S, W, G, H: Handshake> Iterator for Wire<R, S, W, G, H> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -655,13 +655,13 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -701,8 +701,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -711,8 +711,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/message.rs
@@ -359,7 +359,7 @@ impl wire::Decode for ZeroBytes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -423,8 +423,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,15 +56,15 @@ path = "../radicle-ssh"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -778,7 +778,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -804,7 +804,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -927,9 +927,9 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -290,8 +290,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -316,7 +316,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity.rs
@@ -83,7 +83,7 @@ impl Deref for Did {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -504,7 +504,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/refs.rs
@@ -367,7 +367,7 @@ pub mod canonical {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/arbitrary.rs
@@ -6,7 +6,7 @@ use std::ops::RangeBounds;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -18,7 +18,7 @@ use crate::test::storage::MockStorage;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ pub fn set<T: Eq + Hash + Arbitrary>(range: impl RangeBounds<usize>) -> HashSet<
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,36 +37,13 @@ pub fn vec<T: Eq + Arbitrary>(size: usize) -> Vec<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -75,13 +52,13 @@ impl Arbitrary for storage::Remotes<crypto::Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,7 +67,7 @@ impl Arbitrary for Delegate {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +78,7 @@ impl Arbitrary for Doc<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,9 +110,9 @@ impl Arbitrary for Doc<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -143,7 +120,7 @@ impl Arbitrary for SignedRefs<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -173,14 +150,14 @@ impl Arbitrary for Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,8 +167,8 @@ impl Arbitrary for storage::Remote<crypto::Verified> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|