From e001df8c08b155b32f880853b542c5f02ef02f3d Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sun, 24 Nov 2024 15:07:00 +0100 Subject: [PATCH] Bump version to 0.15.2; upgrade thiserror to 2.x --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 01d8810..4738891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.15.1" +version = "0.15.2" edition = "2021" rust-version = "1.70" license = "MIT OR Apache-2.0" @@ -41,7 +41,7 @@ tokio = { version = "1.32.0", default-features = false, features = [ tokio-util = { version = "0.7.10", default-features = false } pin-project-lite = "0.2.13" -thiserror = "1.0.49" +thiserror = "2.0.3" miette = "7.0.0" async-trait = "0.1.73" atomic = "0.6.0"