Skip to content

Commit

Permalink
Bump version to 0.15.2; upgrade thiserror to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 24, 2024
1 parent e3cee38 commit e001df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tokio-graceful-shutdown"
authors = ["Finomnis <[email protected]>"]
version = "0.15.1"
version = "0.15.2"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e001df8

Please sign in to comment.