From eb478cec035bde2c46ddc2ddadd37dd3f3f623d8 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Fri, 8 Nov 2024 21:17:33 -0800 Subject: [PATCH] fix: upgrade `ease-off` --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35ba6701..25284eec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,8 +189,9 @@ uuid = "1.1.2" # Common utility crates cfg-if = "1.0.0" -dotenvy = { version = "0.15.0", default-features = false } thiserror = { version = "2.0.17", default-features = false, features = ["std"] } +dotenvy = { version = "0.15.7", default-features = false } +ease-off = "0.1.6" # Runtimes [workspace.dependencies.async-global-executor]