From c57a19cfc44b60666a8e57737fecd1ccdfa36973 Mon Sep 17 00:00:00 2001 From: Chloe Martin Date: Tue, 13 Aug 2024 10:08:55 -0400 Subject: [PATCH] update futures-timer metadata --- mocked-crates/futures-timer/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mocked-crates/futures-timer/Cargo.toml b/mocked-crates/futures-timer/Cargo.toml index 0388fd1..d73489b 100644 --- a/mocked-crates/futures-timer/Cargo.toml +++ b/mocked-crates/futures-timer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "futures-timer" version = "3.0.2" -authors = ["Mysten Labs"] +authors = ["IOTA Stiftung"] edition = "2021" license = "MIT/Apache-2.0" readme = "README.md" -repository = "https://github.com/MystenLabs/mysten-sim.git" -homepage = "https://github.com/MystenLabs/mysten-sim.git" +homepage = "https://www.iota.org/" +repository = "https://github.com/iotaledger/iota-sim" description = """ Replacement for futures-timer crate, which schedules timers using a helper thread instead of an existing tokio runtime. @@ -17,8 +17,8 @@ tokio = { version = "1", features = ["time"] } # We don't use these packages for anything, but mirroring the dependencies of the # real futures-timer package makes [patch] work better -gloo-timers = { version = "0.2.0", features = ["futures"], optional = true } -send_wrapper = { version = "0.4.0", optional = true } +gloo-timers = { version = "0.3", features = ["futures"], optional = true } +send_wrapper = { version = "0.6", optional = true } [features] wasm-bindgen = [