From f12662c79c85cb81f33b87a01300931421efe48a Mon Sep 17 00:00:00 2001 From: Darius Date: Fri, 6 Dec 2024 19:02:27 -0500 Subject: [PATCH] chore: update dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c6798dbd..7f5937428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ version = "0.1.0" edition = "2021" license = "MIT" -rust-version = "1.67" +rust-version = "1.83" repository = "https://github.com/Satellite-im/Warp" @@ -96,7 +96,7 @@ void = "1" indexmap = { version = "2.4.0", features = ["serde"] } # ipfs dependency -rust-ipfs = "0.13.0" +rust-ipfs = "0.14.0" # wasm crates wasm-bindgen = "0.2"