From 4e68fa45bb3fad57cfb4f3893b7fa5a010a0fa22 Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Fri, 26 Jan 2024 19:59:33 +0100 Subject: [PATCH 1/2] Upgrade dependencies. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bc3472..ec42b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ Timeouts for futures. """ [dependencies] -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 } [dev-dependencies] async-std = { version = "1.0.1", features = ["attributes"] } From d561b5c5225ca053a65e69cf552240acfc958aa8 Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Sun, 25 Feb 2024 15:38:42 +0100 Subject: [PATCH 2/2] Use the x.y.z notation. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec42b34..d62688a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ Timeouts for futures. """ [dependencies] -gloo-timers = { version = "0.3", features = ["futures"], optional = true } -send_wrapper = { version = "0.6", optional = true } +gloo-timers = { version = "0.3.0", features = ["futures"], optional = true } +send_wrapper = { version = "0.6.0", optional = true } [dev-dependencies] async-std = { version = "1.0.1", features = ["attributes"] }