diff --git a/Cargo.toml b/Cargo.toml index 03382a8..7f37b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" async-trait = "0.1.77" diesel-async = { version = "0.4.1", features = ["postgres"] } serde = { version = "1.0.197", features = ["derive"] } -shuttle-service = { version = "0.39.0", default-features = false } +shuttle-service = { version = "0.43.0", default-features = false } [features] bb8 = ["diesel-async/bb8"]