From 7fbd68314adaeb8bdc3eb5568a1d90bb0809fe40 Mon Sep 17 00:00:00 2001 From: Darius Date: Sun, 12 Nov 2023 22:15:23 -0500 Subject: [PATCH 1/2] chore: Update dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 889188e01..032ebdf83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ either = "1" void = "1" #ipfs dependency -rust-ipfs = "0.7.0" +rust-ipfs = "0.7.1" # Blink related crates # av-data is needed to use libaom. need to ensure that Warp and libaom use the same version of av-data From 9923e6ed26e13dae7ddc93b0f869a51214286d8f Mon Sep 17 00:00:00 2001 From: Darius Date: Sun, 12 Nov 2023 22:16:59 -0500 Subject: [PATCH 2/2] chore: change deprecated calls --- extensions/warp-ipfs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/warp-ipfs/src/lib.rs b/extensions/warp-ipfs/src/lib.rs index 178da780d..15b700142 100644 --- a/extensions/warp-ipfs/src/lib.rs +++ b/extensions/warp-ipfs/src/lib.rs @@ -271,7 +271,7 @@ impl WarpIpfs { }; info!("Starting ipfs"); - let mut uninitialized = UninitializedIpfs::empty() + let mut uninitialized = UninitializedIpfs::new() .with_identify(Some({ let mut idconfig = IdentifyConfiguration { protocol_version: "/satellite/warp/0.1".into(),