diff --git a/Cargo.toml b/Cargo.toml index 05e4056..3880cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0" tokio = { version = "1.1.1", features = ["full"] } handle-errors = { path = "handle-errors", version = "0.1.0" } tracing = { version = "0.1", features = ["log"] } -tracing-subscriber = "0.2" +tracing-subscriber = "0.3" sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "migrate", "postgres" ] } reqwest = { version = "0.11", features = ["json"] } reqwest-middleware = "0.1.1"