Honor SIGTERM
This commit is contained in:
parent
8954f2d6e1
commit
9c8b39e98f
3 changed files with 39 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "kosyncrs"
|
||||
version = "2.1.1"
|
||||
version = "2.2.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -10,4 +10,4 @@ axum = "0.8.1"
|
|||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }
|
||||
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue